From f0c753fe33a1117b835fa1f16a5ca392655b209e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 04:02:58 +0000 Subject: [PATCH] [desktop]: Bump chart.js from 4.4.0 to 4.4.1 in /desktop Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.0...v4.4.1) --- 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 | 8 ++++---- desktop/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 23895af40..6232d6448 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -22,7 +22,7 @@ "@angular/router": "17.0.5", "@fontsource/roboto": "5.0.8", "@mdi/font": "7.3.67", - "chart.js": "4.4.0", + "chart.js": "4.4.1", "chartjs-plugin-zoom": "2.0.1", "interactjs": "1.10.23", "leaflet": "1.9.4", @@ -5928,9 +5928,9 @@ "dev": true }, "node_modules/chart.js": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.0.tgz", - "integrity": "sha512-vQEj6d+z0dcsKLlQvbKIMYFHd3t8W/7L2vfJIbYcfyPcRx92CsHqECpueN8qVGNlKyDcr5wBrYAYKnfu/9Q1hQ==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.1.tgz", + "integrity": "sha512-C74QN1bxwV1v2PEujhmKjOZ7iUM4w6BWs23Md/6aOZZSlwMzeCIDGuZay++rBgChYru7/+QFeoQW0fQoP534Dg==", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/desktop/package.json b/desktop/package.json index 98712052e..90304abbb 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -42,7 +42,7 @@ "@angular/router": "17.0.5", "@fontsource/roboto": "5.0.8", "@mdi/font": "7.3.67", - "chart.js": "4.4.0", + "chart.js": "4.4.1", "chartjs-plugin-zoom": "2.0.1", "interactjs": "1.10.23", "leaflet": "1.9.4",