diff --git a/package-lock.json b/package-lock.json index 030a446..b52f60c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@heroicons/vue": "^2.1.5", "@vueuse/motion": "^2.2.6", - "chart.js": "^4.4.5", + "chart.js": "^4.4.6", "chartjs-adapter-moment": "^1.0.1", "flag-icons": "^6.9.2", "moment": "^2.30.1", @@ -1662,9 +1662,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==", + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz", + "integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==", "license": "MIT", "dependencies": { "@kurkle/color": "^0.3.0" diff --git a/package.json b/package.json index f6f3d10..dceee6a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@heroicons/vue": "^2.1.5", "@vueuse/motion": "^2.2.6", - "chart.js": "^4.4.5", + "chart.js": "^4.4.6", "chartjs-adapter-moment": "^1.0.1", "flag-icons": "^6.9.2", "moment": "^2.30.1",