From 29a40585b24853f7169825e001d2095df91e94be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:03:27 +0000 Subject: [PATCH] Bump react-router from 8.0.0 to 8.3.0 Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 8.0.0 to 8.3.0. - [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@8.3.0/packages/react-router) --- updated-dependencies: - dependency-name: react-router dependency-version: 8.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9f0ad91f..b0dfd434d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-hook-form": "^7.72.1", "react-is": "^19.2.0", "react-merge-refs": "^2.1.1", - "react-router": "^8.0.0", + "react-router": "^8.3.0", "react-stately": "^3.32.2", "recharts": "^2.15.1", "remeda": "^2.30.0", @@ -10685,9 +10685,9 @@ "peer": true }, "node_modules/react-router": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-8.0.0.tgz", - "integrity": "sha512-AyS7LUn9M3g2/IBJDJNpWqElaQjPVBHGgMsdLGee6B2JLwP9STSpRwN8N4SauOeFTb0X5ZN0wxa1Iek78jF8Iw==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-8.3.0.tgz", + "integrity": "sha512-qyPMvW83jGIct3yiieisxdk9M745anqhpIMKN5m1t6yBMfgVPpt77aHOqs5fUlEJRMCGffg9BaQLH9oPVOL7xQ==", "license": "MIT", "dependencies": { "cookie-es": "^3.1.1" diff --git a/package.json b/package.json index 4204cac4d..121afa891 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-hook-form": "^7.72.1", "react-is": "^19.2.0", "react-merge-refs": "^2.1.1", - "react-router": "^8.0.0", + "react-router": "^8.3.0", "react-stately": "^3.32.2", "recharts": "^2.15.1", "remeda": "^2.30.0",