From cdc31f74e68227c0537577de58412771b37c2dde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Oct 2025 06:31:11 +0000 Subject: [PATCH] fix: upgrade vue from 3.4.27 to 3.5.21 Snyk has created this PR to upgrade vue from 3.4.27 to 3.5.21. See this package in npm: vue 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..47348f0 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -38,7 +38,7 @@ "sass": "^1.75.0", "stripe": "^15.8.0", "v-calendar": "^3.1.2", - "vue": "^3.4.21", + "vue": "^3.5.21", "vue-chart-3": "^3.1.8", "vue-markdown-render": "^2.2.1", "vue-router": "^4.3.0",