From 670df88670f4a1d2ebae05cedefa216057cdd67e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Jan 2026 18:58:09 +0000 Subject: [PATCH] fix: playground/ssr-react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908530 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908287 --- playground/ssr-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/ssr-react/package.json b/playground/ssr-react/package.json index ed1f70ca50e891..8dd2011b45f44b 100644 --- a/playground/ssr-react/package.json +++ b/playground/ssr-react/package.json @@ -15,7 +15,7 @@ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.4.3" + "react-router-dom": "^7.0.0" }, "devDependencies": { "@vitejs/plugin-react": "workspace:*",