From 5858756c0e06f2c32789f8db3bc2bc715fc64a6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Aug 2025 04:58:09 +0000 Subject: [PATCH] fix: upgrade vue from 3.4.21 to 3.5.18 Snyk has created this PR to upgrade vue from 3.4.21 to 3.5.18. See this package in npm: vue See this project in Snyk: https://app.snyk.io/org/nerds-github/project/a6d95be2-6fa7-418d-8fd1-0cd3974eee23?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 a369a933d7..3af5be23e5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "video.js": "^8.10.0", "videojs-hotkeys": "^0.2.28", "videojs-mobile-ui": "^1.1.1", - "vue": "^3.4.21", + "vue": "^3.5.18", "vue-final-modal": "^4.5.4", "vue-i18n": "^9.10.2", "vue-lazyload": "^3.0.0",