From 8fab40d5a8e063ab4b7fc5ac4204e5b61657a9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 00:14:56 +0000 Subject: [PATCH] chore(deps): bump chart.js from 2.9.4 to 3.6.0 in /install Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.9.4 to 3.6.0. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v2.9.4...v3.6.0) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 6007a4b11f53..9378fb7482fc 100644 --- a/install/package.json +++ b/install/package.json @@ -38,7 +38,7 @@ "body-parser": "^1.19.0", "bootbox": "5.5.2", "bootstrap": "^3.4.1", - "chart.js": "^2.9.4", + "chart.js": "^3.6.0", "cli-graph": "^3.2.2", "clipboard": "^2.0.6", "colors": "^1.4.0",