From 88cf66bc645b4f60764cf268d12ab1f83c9eda2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 May 2025 21:05:37 +0000 Subject: [PATCH] fix: static/code/stackblitz/v7/react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-VITE-9919777 --- static/code/stackblitz/v7/react/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/code/stackblitz/v7/react/package.json b/static/code/stackblitz/v7/react/package.json index 00294b8610a..749844c8fac 100644 --- a/static/code/stackblitz/v7/react/package.json +++ b/static/code/stackblitz/v7/react/package.json @@ -14,10 +14,10 @@ "clsx": "^2.0.0", "react": "^18.1.0", "react-dom": "^18.1.0", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0", + "react-router": "^6.4.0", + "react-router-dom": "^6.4.0", "typescript": "^5.2.2", - "vite": "^5.0.0", + "vite": "^5.4.19", "web-vitals": "^3.0.0" }, "scripts": {