From 97619a34e14f8b9454488e9e8d55b53892a5187a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Oct 2025 00:22:57 +0000 Subject: [PATCH] fix: static/code/stackblitz/v6/vue/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-13644406 --- static/code/stackblitz/v6/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/code/stackblitz/v6/vue/package.json b/static/code/stackblitz/v6/vue/package.json index c564d41a7f2..a4c1424284d 100644 --- a/static/code/stackblitz/v6/vue/package.json +++ b/static/code/stackblitz/v6/vue/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.0", - "vite": "^5.0.0", + "vite": "^5.4.21", "typescript": "^4.5.4", "vue-tsc": "^1.0.0" }