From 0ba8d7a50eb6a22d2c9cd57795a491cb66c2a6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:14:51 +0000 Subject: [PATCH] Bump chart.js from 4.2.1 to 4.4.2 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.2.1 to 4.4.2. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.2.1...v4.4.2) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d31fe47ea3..fe666f9e450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "autoprefixer": "^10.4.18", "axe-core": "^4.7.2", "bootstrap": "^4.6.0", - "chart.js": "4.2.1", + "chart.js": "4.4.2", "classnames": "2.5.1", "countup.js": "^2.8.0", "cssnano": "^6.1.0", @@ -2553,14 +2553,14 @@ } }, "node_modules/chart.js": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.2.1.tgz", - "integrity": "sha512-6YbpQ0nt3NovAgOzbkSSeeAQu/3za1319dPUQTXn9WcOpywM8rGKxJHrhS8V8xEkAlk8YhEfjbuAPfUyp6jIsw==", + "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.0.0" + "pnpm": ">=8" } }, "node_modules/chokidar": { @@ -12812,9 +12812,9 @@ } }, "chart.js": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.2.1.tgz", - "integrity": "sha512-6YbpQ0nt3NovAgOzbkSSeeAQu/3za1319dPUQTXn9WcOpywM8rGKxJHrhS8V8xEkAlk8YhEfjbuAPfUyp6jIsw==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.2.tgz", + "integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==", "requires": { "@kurkle/color": "^0.3.0" } diff --git a/package.json b/package.json index 2377dcf764e..55d188dcbcd 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "autoprefixer": "^10.4.18", "axe-core": "^4.7.2", "bootstrap": "^4.6.0", - "chart.js": "4.2.1", + "chart.js": "4.4.2", "classnames": "2.5.1", "countup.js": "^2.8.0", "cssnano": "^6.1.0",