From 5d724afc580c6ee24b3b234e33ba94db8b3dea2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 01:48:57 +0000 Subject: [PATCH] chore(deps): bump chart.js from 2.9.4 to 3.6.2 in /install Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.9.4 to 3.6.2. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v2.9.4...v3.6.2) --- 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..99356b9c5c01 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.2", "cli-graph": "^3.2.2", "clipboard": "^2.0.6", "colors": "^1.4.0",