From c1b3c80f30a0fb842a9ce4f8d525f77c847dc3c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 00:29:44 +0000 Subject: [PATCH] feat: upgrade date-fns from 3.6.0 to 4.1.0 Snyk has created this PR to upgrade date-fns from 3.6.0 to 4.1.0. See this package in npm: date-fns 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 808cb7c6..fa5a1171 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -20,7 +20,7 @@ "chart.js": "^3.9.1", "chartjs-chart-funnel": "^4.2.1", "chartjs-plugin-annotation": "^2.2.1", - "date-fns": "^3.6.0", + "date-fns": "^4.1.0", "dayjs": "^1.11.11", "google-auth-library": "^9.10.0", "googleapis": "^144.0.0",