diff --git a/package-lock.json b/package-lock.json index a1e4c08..f10bc88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@fortawesome/fontawesome-free": "^6.6.0", "@hotwired/stimulus": "^3.2.2", "@rails/ujs": "^7.1.3-4", - "chart.js": "^4.4.4", + "chart.js": "^4.4.6", "chartkick": "^5.0.1", "flowbite": "^2.5.1" }, @@ -781,10 +781,9 @@ } }, "node_modules/chart.js": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.5.tgz", - "integrity": "sha512-CVVjg1RYTJV9OCC8WeJPMx8gsV8K6WIyIEQUE3ui4AR9Hfgls9URri6Ja3hyMVBbTF8Q2KFa19PE815gWcWhng==", - "license": "MIT", + "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/package.json b/package.json index efef11d..966a5d4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@fortawesome/fontawesome-free": "^6.6.0", "@hotwired/stimulus": "^3.2.2", "@rails/ujs": "^7.1.3-4", - "chart.js": "^4.4.4", + "chart.js": "^4.4.6", "chartkick": "^5.0.1", "flowbite": "^2.5.1" },