From 5bf63e3c5474a2f44e36a0b5b1682b2d8cb53e5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 08:13:11 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d8252a..dc854d3 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "react-native-web": "~0.18.10", "react-player": "^2.12.0", "react-pull-to-refresh": "^2.0.1", - "react-router": "^6.11.2", + "react-router": "^7.0.0", "react-router-sitemap": "^1.2.0", "react-select": "^5.7.3", "react-use": "^17.4.0",