From db730d3016e5635e4a12c55aa4a6a9f2c20f9ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:55:07 +0000 Subject: [PATCH] Bump chart.js from 2.9.3 to 2.9.4 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] --- 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 64e28ee..da1a6e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3390,9 +3390,9 @@ "dev": true }, "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/package.json b/package.json index fbcd9a4..f721ea5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@angular/router": "~8.2.14", "@auth0/angular-jwt": "^5.0.1", "@schematics/angular": "^8.3.24", - "chart.js": "^2.9.3", + "chart.js": "^2.9.4", "hammerjs": "^2.0.8", "jwt-decode": "^2.2.0", "moment": "^2.27.0",