From 5b29e1344a9e0fa1d020783e83609e353d514e7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Apr 2025 00:22:34 +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-9685035 --- 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 8e53a68b36..fa49bba197 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.18", "vue-tsc": "^1.0.0" } }