From ea91eab1449bfd7dbafbf681e630c980168fce24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:07:13 +0000 Subject: [PATCH] chore(deps): bump chart.js from 4.4.7 to 4.4.8 in /resources/js Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.7 to 4.4.8. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.7...v4.4.8) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- resources/js/package-lock.json | 8 ++++---- resources/js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/js/package-lock.json b/resources/js/package-lock.json index d0b173c..93b6c66 100644 --- a/resources/js/package-lock.json +++ b/resources/js/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.0", "license": "MIT", "dependencies": { - "chart.js": "^4.4.7", + "chart.js": "^4.4.8", "font-awesome": "^4.7.0", "htmx.org": "^2.0.4" }, @@ -423,9 +423,9 @@ "integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" }, "node_modules/chart.js": { - "version": "4.4.7", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.7.tgz", - "integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==", + "version": "4.4.8", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.8.tgz", + "integrity": "sha512-IkGZlVpXP+83QpMm4uxEiGqSI7jFizwVtF3+n5Pc3k7sMO+tkd0qxh2OzLhenM0K80xtmAONWGBn082EiBQSDA==", "license": "MIT", "dependencies": { "@kurkle/color": "^0.3.0" diff --git a/resources/js/package.json b/resources/js/package.json index 30f49fe..9d3c580 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -11,7 +11,7 @@ "author": "", "license": "MIT", "dependencies": { - "chart.js": "^4.4.7", + "chart.js": "^4.4.8", "font-awesome": "^4.7.0", "htmx.org": "^2.0.4" },