From 7e2266670d08e81c7799ad9f576cf22ee4987dc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Apr 2025 22:23:16 +0000 Subject: [PATCH] fix: static/code/stackblitz/v7/vue/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-9576207 --- static/code/stackblitz/v7/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/code/stackblitz/v7/vue/package.json b/static/code/stackblitz/v7/vue/package.json index 8e53a68b364..e5048a6641b 100644 --- a/static/code/stackblitz/v7/vue/package.json +++ b/static/code/stackblitz/v7/vue/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.5.4", - "vite": "^5.0.0", + "vite": "^5.4.16", "vue-tsc": "^1.0.0" } }