From c9f0d316350919e5af0b02a0d17dff3d45cd8a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:06:52 +0000 Subject: [PATCH] Bump chart.js from 4.4.6 to 4.4.7 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.6 to 4.4.7. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.6...v4.4.7) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9eaeca6aa..28595816d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "bootstrap-select": "1.13.18", "bootstrap-toggle": "2.2.2", "bstreeview": "1.2.0", - "chart.js": "4.4.6", + "chart.js": "4.4.7", "chartjs-adapter-moment": "1.0.1", "chartjs-plugin-deferred": "2.0.0", "chartjs-plugin-zoom": "2.2.0", @@ -1672,9 +1672,9 @@ "integrity": "sha512-syedaZ9cPe7r3hoQA9twWYKu5AIyCswN5+szkmPBe9ccdLrj4bYaCnLVPTLd2kgVRc7+zoX4tyPgRnFKCj5YjQ==" }, "node_modules/chart.js": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz", - "integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.7.tgz", + "integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/package.json b/package.json index d02ac25c1..8b873f7db 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "bootstrap-select": "1.13.18", "bootstrap-toggle": "2.2.2", "bstreeview": "1.2.0", - "chart.js": "4.4.6", + "chart.js": "4.4.7", "chartjs-adapter-moment": "1.0.1", "chartjs-plugin-deferred": "2.0.0", "chartjs-plugin-zoom": "2.2.0",