From 076f042a1d23163841e955937db76fde8d4a5841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 05:58:50 +0000 Subject: [PATCH] - (js) Bump chart.js from 4.4.0 to 4.4.2 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.0 to 4.4.2. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.0...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 f08f293c..6dcb2997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tailwindcss/typography": "^0.5.9", "@vueuse/core": "^10.3.0", "axios": "^1.6.2", - "chart.js": "^4.4.0", + "chart.js": "^4.4.2", "laravel-vite-plugin": "^0.8.1", "leaflet-cascade-buttons": "^1.0.10", "lodash": "^4.17.21", @@ -1398,14 +1398,14 @@ } }, "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.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/chokidar": { diff --git a/package.json b/package.json index d79f56b2..35a29306 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@tailwindcss/typography": "^0.5.9", "@vueuse/core": "^10.3.0", "axios": "^1.6.2", - "chart.js": "^4.4.0", + "chart.js": "^4.4.2", "laravel-vite-plugin": "^0.8.1", "leaflet-cascade-buttons": "^1.0.10", "lodash": "^4.17.21",