From f5c2cc6cd2f16620ea5d53afad9eb1bc4b5d4210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:38:17 +0000 Subject: [PATCH] chore(deps): bump react-router from 7.9.5 to 7.9.6 Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.9.5 to 7.9.6. - [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.9.6/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index dc06d3b..17bca49 100644 --- a/bun.lock +++ b/bun.lock @@ -17,7 +17,7 @@ "react": "^19.2.0", "react-blurhash": "^0.3.0", "react-dom": "^19.2.0", - "react-router": "^7.9.5", + "react-router": "^7.9.6", "react-scrubber": "^2.1.0", "rsuite": "^5.83.4", }, @@ -1106,7 +1106,7 @@ "react-refresh": ["react-refresh@0.18.0", "", {}, "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw=="], - "react-router": ["react-router@7.9.5", "", { "dependencies": { "cookie": "^1.0.1", "set-cookie-parser": "^2.6.0" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "optionalPeers": ["react-dom"] }, "sha512-JmxqrnBZ6E9hWmf02jzNn9Jm3UqyeimyiwzD69NjxGySG6lIz/1LVPsoTCwN7NBX2XjCEa1LIX5EMz1j2b6u6A=="], + "react-router": ["react-router@7.9.6", "", { "dependencies": { "cookie": "^1.0.1", "set-cookie-parser": "^2.6.0" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "optionalPeers": ["react-dom"] }, "sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA=="], "react-scrubber": ["react-scrubber@2.1.0", "", { "dependencies": { "object.fromentries": "^2.0.0" }, "peerDependencies": { "react": "16 - 19", "react-dom": "16 - 19" } }, "sha512-1drqw3sPHLy+20zh1t55EGJuX1cm7KiypcCdpqD6fOqDbH64uLVCo2OD/Fz3Wx1VTjK1Y4hxa+mvok0PaUmtrQ=="], diff --git a/package.json b/package.json index b4177a8..e49d0c1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "^19.2.0", "react-blurhash": "^0.3.0", "react-dom": "^19.2.0", - "react-router": "^7.9.5", + "react-router": "^7.9.6", "react-scrubber": "^2.1.0", "rsuite": "^5.83.4" },