From 955fe35e840d5d3ed2f6cd58d2f2536fe6bf3072 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Apr 2025 22:59:23 +0000 Subject: [PATCH] fix: static/code/stackblitz/v6/react/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/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/code/stackblitz/v6/react/package.json b/static/code/stackblitz/v6/react/package.json index b610ec45205..1cdf60c396b 100644 --- a/static/code/stackblitz/v6/react/package.json +++ b/static/code/stackblitz/v6/react/package.json @@ -15,7 +15,7 @@ "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "typescript": "^5.2.2", - "vite": "^5.0.0", + "vite": "^5.4.16", "@vitejs/plugin-react": "^4.1.1", "web-vitals": "^3.0.0" },