From 9c71a6c0c826f76fa41228dcfc255666599a1003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 11:08:45 +0000 Subject: [PATCH] chore:(deps): bump react-chartjs-2 from 2.11.1 to 2.11.2 in /explorer (#16948) 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) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index f67bfdbd36..6f3e10598b 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -15583,9 +15583,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/explorer/package.json b/explorer/package.json index 6c52faef52..fbddbfa1c6 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -37,7 +37,7 @@ "node-sass": "^4.14.1", "prettier": "^2.2.1", "react": "^17.0.2", - "react-chartjs-2": "^2.11.1", + "react-chartjs-2": "^2.11.2", "react-countup": "^4.3.3", "react-dom": "^17.0.2", "react-moment": "^1.1.1",