From 6768967c58b74b3d835963c3629082d47ae56797 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Apr 2025 02:46:06 +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-9576207 --- 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..85d73411599 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.16", "typescript": "^4.5.4", "vue-tsc": "^1.0.0" }