From 4ecef31346d3a4af4937ca6e350a7be42aab7baf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 01:45:25 +0000 Subject: [PATCH] feat: upgrade chartjs-plugin-annotation from 2.2.1 to 3.0.1 Snyk has created this PR to upgrade chartjs-plugin-annotation from 2.2.1 to 3.0.1. See this package in npm: chartjs-plugin-annotation 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..108c208 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "@nuxtjs/tailwindcss": "^6.12.0", "chart.js": "^3.9.1", "chartjs-chart-funnel": "^4.2.1", - "chartjs-plugin-annotation": "^2.2.1", + "chartjs-plugin-annotation": "^3.0.1", "date-fns": "^3.6.0", "dayjs": "^1.11.11", "google-auth-library": "^9.9.0",