diff --git a/apps/remix/package.json b/apps/remix/package.json index c6b77bc6c9..be57c2111d 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.1", "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..f5f2675174 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.1", "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.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.15.1.tgz", + "integrity": "sha512-R8rl9HhgikFYoPJymnUtPXWbnDb3oget6lQnfIoupbt61aT9aOhRkDsY2XRhZRyX1Z/8a5sL74fXmFNm3NRK5A==", "license": "MIT", "dependencies": { "cookie": "^1.0.1",