From b9b10b0ca307345243ea74b0829f715c764040db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Apr 2025 01:04:43 +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-9653016 --- 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..3a25d15edae 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.17", "vue-tsc": "^1.0.0" } }