From 65a67249887cf2fccd618d2abe7e372cd4678b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:50:22 +0000 Subject: [PATCH] Bump chart.js from 2.9.2 to 2.9.4 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.9.2 to 2.9.4. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v2.9.2...v2.9.4) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 831ea04..48a1778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2770,9 +2770,9 @@ "dev": true }, "chart.js": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.2.tgz", - "integrity": "sha512-AagP9h27gU7hhx8F64BOFpNZGV0R1Pz1nhsi0M1+KLhtniX6ElqLl0z0obKSiuGMl9tcRe6ZhruCGCJWmH6snQ==", + "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/package.json b/package.json index 4865afc..8f1683a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "axios": "^0.19.0", "bootstrap": "^4.3.1", "bootstrap-vue": "^2.0.4", - "chart.js": "^2.9.2", + "chart.js": "^2.9.4", "core-js": "^3.3.2", "vue": "^2.6.10", "vue-axios": "^2.1.5",