From ad7419adf8ee33350752870608b7dacaf98d43fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 20:11:04 +0000 Subject: [PATCH] [desktop]: Bump chart.js from 4.4.2 to 4.4.3 in /desktop Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.2...v4.4.3) --- 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 643fd0271..f7d5d43b3 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -21,7 +21,7 @@ "@angular/router": "17.3.6", "@fontsource/roboto": "5.0.13", "@mdi/font": "7.4.47", - "chart.js": "4.4.2", + "chart.js": "4.4.3", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", "interactjs": "1.10.27", @@ -6325,9 +6325,9 @@ "dev": true }, "node_modules/chart.js": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.2.tgz", - "integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.3.tgz", + "integrity": "sha512-qK1gkGSRYcJzqrrzdR6a+I0vQ4/R+SoODXyAjscQ/4mzuNzySaMCd+hyVxitSY1+L2fjPD1Gbn+ibNqRmwQeLw==", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/desktop/package.json b/desktop/package.json index ee462b065..0dc17c486 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -43,7 +43,7 @@ "@angular/router": "17.3.6", "@fontsource/roboto": "5.0.13", "@mdi/font": "7.4.47", - "chart.js": "4.4.2", + "chart.js": "4.4.3", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", "interactjs": "1.10.27",