From 122056252719dc196915911b8696c0f8950950a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 03:48:54 +0000 Subject: [PATCH] [desktop]: Bump chart.js from 4.4.5 to 4.4.6 in /desktop Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.5 to 4.4.6. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.5...v4.4.6) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- desktop/package-lock.json | 9 ++++----- desktop/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/desktop/package-lock.json b/desktop/package-lock.json index c0b7c9151..f828c1ebf 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -20,7 +20,7 @@ "@angular/platform-browser-dynamic": "18.2.9", "@angular/router": "18.2.9", "@mdi/font": "7.4.47", - "chart.js": "4.4.5", + "chart.js": "4.4.6", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", "leaflet": "1.9.4", @@ -8267,10 +8267,9 @@ "license": "MIT" }, "node_modules/chart.js": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.5.tgz", - "integrity": "sha512-CVVjg1RYTJV9OCC8WeJPMx8gsV8K6WIyIEQUE3ui4AR9Hfgls9URri6Ja3hyMVBbTF8Q2KFa19PE815gWcWhng==", - "license": "MIT", + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz", + "integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/desktop/package.json b/desktop/package.json index 618edcefd..ab3c1d81a 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -47,7 +47,7 @@ "@angular/platform-browser-dynamic": "18.2.9", "@angular/router": "18.2.9", "@mdi/font": "7.4.47", - "chart.js": "4.4.5", + "chart.js": "4.4.6", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", "leaflet": "1.9.4",