From d6c5330ef042ee305d7dff50062c82c632d4fac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 16:11:03 +0000 Subject: [PATCH] chore(deps): bump react-chartjs-2 from 2.11.1 to 5.1.0 Bumps [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2) from 2.11.1 to 5.1.0. - [Release notes](https://github.com/reactchartjs/react-chartjs-2/releases) - [Changelog](https://github.com/reactchartjs/react-chartjs-2/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactchartjs/react-chartjs-2/compare/2.11.1...v5.1.0) --- updated-dependencies: - dependency-name: react-chartjs-2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/client/package.json | 2 +- yarn.lock | 19 ++++--------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index 05f4c0f6..f1473ac5 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -35,7 +35,7 @@ "react": "^17.0.1", "react-accessible-accordion": "^3.0.0", "react-bootstrap": "1.4.3", - "react-chartjs-2": "^2.11.1", + "react-chartjs-2": "^5.1.0", "react-copy-to-clipboard": "^5.0.1", "react-dom": "^17.0.1", "react-flatpickr": "^3.9.0", diff --git a/yarn.lock b/yarn.lock index 1920479d..da1ef000 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12032,21 +12032,10 @@ react-bootstrap@1.4.3: uncontrollable "^7.0.0" warning "^4.0.3" -react-chartjs-2@*: - version "2.10.0" - resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-2.10.0.tgz#857e7f4788cae27e872624ba7826d53cf82f1ee6" - integrity sha512-1MjWEkUn8LLFf6GVyYUOrruJTW3yVU5hlEJOwGj3MiokuC+jH/BahjWVGAMonbe9UYbEIUbd2Rn36iVlC0Hb7w== - dependencies: - lodash "^4.17.19" - prop-types "^15.7.2" - -react-chartjs-2@^2.11.1: - version "2.11.1" - resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-2.11.1.tgz#a78d0df05fc8bc8ffcd4c4ab5b89a25dd2ca3278" - integrity sha512-G7cNq/n2Bkh/v4vcI+GKx7Q1xwZexKYhOSj2HmrFXlvNeaURWXun6KlOUpEQwi1cv9Tgs4H3kGywDWMrX2kxfA== - dependencies: - lodash "^4.17.19" - prop-types "^15.7.2" +react-chartjs-2@*, react-chartjs-2@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-5.1.0.tgz#8179f8120518c86c644f9d46aee537de7ac3449a" + integrity sha512-Gt76b7+p7nMQq0MvkWfUSNAzIm/TLAnAO32zIpSzrQyc9JWRbVCtq8qOzPJmfpDzPcIJ7Y9Gp5g+VdTRrGITsQ== react-copy-to-clipboard@^5.0.1: version "5.0.3"