From f5f979ac30f5a0a6450452af3c64f73416440eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 08:13:06 +0000 Subject: [PATCH] chore:(deps): bump chart.js from 2.9.3 to 2.9.4 in /explorer (#13194) Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.9.3 to 2.9.4. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v2.9.3...v2.9.4) 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 f95f2e8c5d..f06dfae742 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -5507,9 +5507,9 @@ "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" }, "chart.js": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.3.tgz", - "integrity": "sha512-+2jlOobSk52c1VU6fzkh3UwqHMdSlgH1xFv9FKMqHiNCpXsGPQa/+81AFa+i3jZ253Mq9aAycPwDjnn1XbRNNw==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.4.tgz", + "integrity": "sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A==", "requires": { "chartjs-color": "^2.1.0", "moment": "^2.10.2" diff --git a/explorer/package.json b/explorer/package.json index 0c7735d7a3..d92e0ec649 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -25,7 +25,7 @@ "bootstrap": "^4.5.3", "bs58": "^4.0.1", "chai": "^4.2.0", - "chart.js": "^2.9.3", + "chart.js": "^2.9.4", "classnames": "2.2.6", "humanize-duration-ts": "^2.1.1", "node-sass": "^4.14.1",