From acc8102fa209a522910013870944e782b9abf7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:48:54 +0000 Subject: [PATCH] chore(deps): bump chart.js from 4.4.5 to 4.4.6 in /resources/js Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.5 to 4.4.6. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.5...v4.4.6) --- 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 0840ed2..77c8a17 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.5", + "chart.js": "^4.4.6", "font-awesome": "^4.7.0", "htmx.org": "^2.0.3" }, @@ -407,9 +407,9 @@ "integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" }, "node_modules/chart.js": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.5.tgz", - "integrity": "sha512-CVVjg1RYTJV9OCC8WeJPMx8gsV8K6WIyIEQUE3ui4AR9Hfgls9URri6Ja3hyMVBbTF8Q2KFa19PE815gWcWhng==", + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz", + "integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/resources/js/package.json b/resources/js/package.json index 848ffd2..96558d9 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -11,7 +11,7 @@ "author": "", "license": "MIT", "dependencies": { - "chart.js": "^4.4.5", + "chart.js": "^4.4.6", "font-awesome": "^4.7.0", "htmx.org": "^2.0.3" },