diff --git a/resources/js/package-lock.json b/resources/js/package-lock.json index 77c8a17..560d1a3 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.6", + "chart.js": "^4.4.7", "font-awesome": "^4.7.0", "htmx.org": "^2.0.3" }, @@ -407,9 +407,10 @@ "integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" }, "node_modules/chart.js": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz", - "integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.7.tgz", + "integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==", + "license": "MIT", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/resources/js/package.json b/resources/js/package.json index 96558d9..e9c76af 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -11,7 +11,7 @@ "author": "", "license": "MIT", "dependencies": { - "chart.js": "^4.4.6", + "chart.js": "^4.4.7", "font-awesome": "^4.7.0", "htmx.org": "^2.0.3" },