From 0ff833b828a6670d1db1a0071cf7aad85ce4b3a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2024 07:14:59 +0000 Subject: [PATCH] fix: upgrade chart.js from 4.4.5 to 4.4.6 Snyk has created this PR to upgrade chart.js from 4.4.5 to 4.4.6. See this package in npm: chart.js See this project in Snyk: https://app.snyk.io/org/zhenyavka/project/aa3248c2-70c5-4c8b-a1d5-4b8bfdcd100b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",