From 05bdf54ade0961e89ca6c59ac2c0e7b33089c406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:57:54 +0000 Subject: [PATCH] Bump chart.js from 2.9.3 to 2.9.4 in /frontend 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] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cf265b8..33e3169 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -305,9 +305,9 @@ } }, "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/frontend/package.json b/frontend/package.json index 80cbda3..c8806eb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@types/moment": "^2.13.0", - "chart.js": "^2.9.3", + "chart.js": "^2.9.4", "cookie-parser": "~1.4.4", "debug": "~2.6.9", "express": "~4.16.1",