From 27d5980a4f76e0fae0af88517e43b69cdaa8b1e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 01:45:12 +0000 Subject: [PATCH] feat: upgrade chart.js from 3.9.1 to 4.4.4 Snyk has created this PR to upgrade chart.js from 3.9.1 to 4.4.4. See this package in npm: chart.js See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ef708957-d107-4807-bb9b-ffb67ea15337?utm_source=github&utm_medium=referral&page=upgrade-pr --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index cc7191a..e145417 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -15,7 +15,7 @@ "dependencies": { "@getbrevo/brevo": "^2.2.0", "@nuxtjs/tailwindcss": "^6.12.0", - "chart.js": "^3.9.1", + "chart.js": "^4.4.4", "chartjs-chart-funnel": "^4.2.1", "chartjs-plugin-annotation": "^2.2.1", "date-fns": "^3.6.0",