From 3abc55f4487dfc93a55c778bc12bf59592b7faea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 10:10:32 +0000 Subject: [PATCH] Bump chart.js from 4.4.1 to 4.4.2 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] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 005b1ad3..e727165f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "bootstrap-notify": "3.1.3", "bootstrap-select": "1.13.18", "bootstrap-toggle": "2.2.2", - "chart.js": "4.4.1", + "chart.js": "4.4.2", "chartjs-adapter-moment": "1.0.1", "chartjs-plugin-deferred": "2.0.0", "chartjs-plugin-zoom": "2.0.1", @@ -1812,14 +1812,14 @@ "integrity": "sha512-syedaZ9cPe7r3hoQA9twWYKu5AIyCswN5+szkmPBe9ccdLrj4bYaCnLVPTLd2kgVRc7+zoX4tyPgRnFKCj5YjQ==" }, "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-adapter-moment": { diff --git a/package.json b/package.json index fb4376be..9ff2b854 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "bootstrap-notify": "3.1.3", "bootstrap-select": "1.13.18", "bootstrap-toggle": "2.2.2", - "chart.js": "4.4.1", + "chart.js": "4.4.2", "chartjs-adapter-moment": "1.0.1", "chartjs-plugin-deferred": "2.0.0", "chartjs-plugin-zoom": "2.0.1",