From 5f02a3f1868c4db84c4ed353dc8a36dd5b5958fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Mar 2025 08:39:22 +0000 Subject: [PATCH] feat: upgrade chart.js from 3.9.1 to 4.4.8 Snyk has created this PR to upgrade chart.js from 3.9.1 to 4.4.8. 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 808cb7c..b5b255d 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "@getbrevo/brevo": "^2.2.0", "@nuxtjs/tailwindcss": "^6.12.0", "@supabase/supabase-js": "^2.45.4", - "chart.js": "^3.9.1", + "chart.js": "^4.4.8", "chartjs-chart-funnel": "^4.2.1", "chartjs-plugin-annotation": "^2.2.1", "date-fns": "^3.6.0",