From 7b0c2fae203907e5d677bd29de6f3aa0da191cbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 02:48:20 +0000 Subject: [PATCH] feat: upgrade chart.js from 3.9.1 to 4.5.0 Snyk has created this PR to upgrade chart.js from 3.9.1 to 4.5.0. 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..686d9ae 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.5.0", "chartjs-chart-funnel": "^4.2.1", "chartjs-plugin-annotation": "^2.2.1", "date-fns": "^3.6.0",