From 658eac4ddd0547773938a2e03a1fc81acf68e605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:26:53 +0000 Subject: [PATCH] build(deps): bump chart.js from 4.5.0 to 4.5.1 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: chart.js dependency-version: 4.5.1 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 1457c727..629a831d 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.5.0", + "chart.js": "4.5.1", "chartjs-adapter-moment": "1.0.1", "chartjs-plugin-deferred": "2.0.0", "chartjs-plugin-zoom": "2.2.0", @@ -2053,9 +2053,9 @@ "license": "MIT/X11" }, "node_modules/chart.js": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.0.tgz", - "integrity": "sha512-aYeC/jDgSEx8SHWZvANYMioYMZ2KX02W6f6uVfyteuCGcadDLcYVHdfdygsTQkQ4TKn5lghoojAsPj5pu0SnvQ==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.1.tgz", + "integrity": "sha512-GIjfiT9dbmHRiYi6Nl2yFCq7kkwdkp1W/lp2J99rX0yo9tgJGn3lKQATztIjb5tVtevcBtIdICNWqlq5+E8/Pw==", "license": "MIT", "dependencies": { "@kurkle/color": "^0.3.0" diff --git a/package.json b/package.json index b565b07c..d5d1d739 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "bootstrap-select": "1.13.18", "bootstrap-toggle": "2.2.2", "bstreeview": "1.2.0", - "chart.js": "4.5.0", + "chart.js": "4.5.1", "chartjs-adapter-moment": "1.0.1", "chartjs-plugin-deferred": "2.0.0", "chartjs-plugin-zoom": "2.2.0",