From ab3fdf9d578eb1684abf909e83bcbf325005e68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:10:44 +0000 Subject: [PATCH] build(deps): bump react-router from 7.12.0 to 7.15.1 Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.12.0 to 7.15.1. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.15.1/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/remix/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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",