diff --git a/apps/remix/package.json b/apps/remix/package.json index c6b77bc6c9..ca072bb769 100644 --- a/apps/remix/package.json +++ b/apps/remix/package.json @@ -65,7 +65,7 @@ "react-hotkeys-hook": "^4.6.2", "react-icons": "^5.5.0", "react-rnd": "^10.5.2", - "react-router": "^7.12.0", + "react-router": "^7.15.0", "recharts": "^2.15.4", "remeda": "^2.32.0", "remix-themes": "^2.0.4", diff --git a/package-lock.json b/package-lock.json index 19be299052..361fd14a35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -460,7 +460,7 @@ "react-hotkeys-hook": "^4.6.2", "react-icons": "^5.5.0", "react-rnd": "^10.5.2", - "react-router": "^7.12.0", + "react-router": "^7.15.0", "recharts": "^2.15.4", "remeda": "^2.32.0", "remix-themes": "^2.0.4", @@ -28988,9 +28988,9 @@ "license": "0BSD" }, "node_modules/react-router": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz", - "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==", + "version": "7.15.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.15.0.tgz", + "integrity": "sha512-HW9vYwuM8f4yx66Izy8xfrzCM+SBJluoZcCbww9A1TySax11S5Vgw6fi3ZjMONw9J4gQwngL7PzkyIpJJpJ7RQ==", "license": "MIT", "dependencies": { "cookie": "^1.0.1",