From 5036ffe4518045568bbdb0b6e6c7a10c9591a3a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:36:59 +0000 Subject: [PATCH] fix: upgrade vue from 3.5.26 to 3.5.27 Snyk has created this PR to upgrade vue from 3.5.26 to 3.5.27. See this package in npm: vue See this project in Snyk: https://app.snyk.io/org/landaiqing/project/27ce8f71-d823-4dce-84c2-bf6a1cf5aa6a?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index fe439d1..1a76bab 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -76,7 +76,7 @@ "pinia-plugin-persistedstate": "^4.7.1", "prettier": "^3.7.4", "sass": "^1.97.2", - "vue": "^3.5.26", + "vue": "^3.5.27", "vue-i18n": "^11.2.8", "vue-pick-colors": "^1.8.0", "vue-router": "^4.6.4"