From 962064a98900f7653a349e17870222449b98278d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:43:57 +0000 Subject: [PATCH] [desktop]: Bump chart.js from 4.4.1 to 4.4.2 in /desktop Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.1...v4.4.2) --- 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 | 10 +++++----- desktop/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 63bdaefba..1afb74a00 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -22,7 +22,7 @@ "@angular/router": "17.1.2", "@fontsource/roboto": "5.0.8", "@mdi/font": "7.4.47", - "chart.js": "4.4.1", + "chart.js": "4.4.2", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", "interactjs": "1.10.26", @@ -6070,14 +6070,14 @@ "dev": true }, "node_modules/chart.js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.1.tgz", - "integrity": "sha512-C74QN1bxwV1v2PEujhmKjOZ7iUM4w6BWs23Md/6aOZZSlwMzeCIDGuZay++rBgChYru7/+QFeoQW0fQoP534Dg==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.2.tgz", + "integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==", "dependencies": { "@kurkle/color": "^0.3.0" }, "engines": { - "pnpm": ">=7" + "pnpm": ">=8" } }, "node_modules/chartjs-plugin-zoom": { diff --git a/desktop/package.json b/desktop/package.json index 34c8ee6bd..bdf3ffe3b 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -41,7 +41,7 @@ "@angular/router": "17.1.2", "@fontsource/roboto": "5.0.8", "@mdi/font": "7.4.47", - "chart.js": "4.4.1", + "chart.js": "4.4.2", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", "interactjs": "1.10.26",