From bbd48d0f6ba2b4f397a64d7a7c21e2b5d8974c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 18:29:55 +0000 Subject: [PATCH] Bump react-chartjs-2 from 2.11.1 to 2.11.2 Bumps [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2) from 2.11.1 to 2.11.2. - [Release notes](https://github.com/reactchartjs/react-chartjs-2/releases) - [Commits](https://github.com/reactchartjs/react-chartjs-2/commits) --- updated-dependencies: - dependency-name: react-chartjs-2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++------- package.json | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f35db760..1dfd3cf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "js-cookie": "^2.2.1", "react-beautiful-dnd": "^13.1.0", "react-bootstrap": "^1.5.1", - "react-chartjs-2": "^2.11.1", + "react-chartjs-2": "^2.11.2", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-toastify": "^7.0.3" @@ -9663,12 +9663,17 @@ } }, "node_modules/react-chartjs-2": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-2.11.1.tgz", - "integrity": "sha512-G7cNq/n2Bkh/v4vcI+GKx7Q1xwZexKYhOSj2HmrFXlvNeaURWXun6KlOUpEQwi1cv9Tgs4H3kGywDWMrX2kxfA==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-2.11.2.tgz", + "integrity": "sha512-hcPS9vmRJeAALPPf0uo02BiD8BDm0HNmneJYTZVR74UKprXOpql+Jy1rVuj93rKw0Jfx77mkcRfXPxTe5K83uw==", "dependencies": { "lodash": "^4.17.19", "prop-types": "^15.7.2" + }, + "peerDependencies": { + "chart.js": "^2.3", + "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", + "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/react-dom": { @@ -21485,9 +21490,9 @@ } }, "react-chartjs-2": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-2.11.1.tgz", - "integrity": "sha512-G7cNq/n2Bkh/v4vcI+GKx7Q1xwZexKYhOSj2HmrFXlvNeaURWXun6KlOUpEQwi1cv9Tgs4H3kGywDWMrX2kxfA==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-2.11.2.tgz", + "integrity": "sha512-hcPS9vmRJeAALPPf0uo02BiD8BDm0HNmneJYTZVR74UKprXOpql+Jy1rVuj93rKw0Jfx77mkcRfXPxTe5K83uw==", "requires": { "lodash": "^4.17.19", "prop-types": "^15.7.2" diff --git a/package.json b/package.json index bc6e9638..aa05088b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "js-cookie": "^2.2.1", "react-beautiful-dnd": "^13.1.0", "react-bootstrap": "^1.5.1", - "react-chartjs-2": "^2.11.1", + "react-chartjs-2": "^2.11.2", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-toastify": "^7.0.3"