Bump react-router from 8.2.0 to 8.3.0

Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 8.2.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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-25 07:04:27 +00:00
committed by GitHub
parent 679c0ca35b
commit 2afb134c4a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"react-dom": "^19.2.7", "react-dom": "^19.2.7",
"react-external-link": "^2.7.0", "react-external-link": "^2.7.0",
"react-redux": "^9.3.0", "react-redux": "^9.3.0",
"react-router": "^8.2.0", "react-router": "^8.3.0",
"redux-localstorage-simple": "^2.5.1", "redux-localstorage-simple": "^2.5.1",
"workbox-core": "^7.4.0", "workbox-core": "^7.4.0",
"workbox-expiration": "^7.4.0", "workbox-expiration": "^7.4.0",
@@ -7956,9 +7956,9 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "8.2.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-8.2.0.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-8.3.0.tgz",
"integrity": "sha512-uP1LgGNHyilL1u+ZkecQk74DJOKOb6q4NLNYLRJcD/fjoogftNb5/Rj/07o/QBFsY/5MbAKPm1peTCQuVPv9cQ==", "integrity": "sha512-qyPMvW83jGIct3yiieisxdk9M745anqhpIMKN5m1t6yBMfgVPpt77aHOqs5fUlEJRMCGffg9BaQLH9oPVOL7xQ==",
"dependencies": { "dependencies": {
"cookie-es": "^3.1.1" "cookie-es": "^3.1.1"
}, },
@@ -15013,9 +15013,9 @@
} }
}, },
"react-router": { "react-router": {
"version": "8.2.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-8.2.0.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-8.3.0.tgz",
"integrity": "sha512-uP1LgGNHyilL1u+ZkecQk74DJOKOb6q4NLNYLRJcD/fjoogftNb5/Rj/07o/QBFsY/5MbAKPm1peTCQuVPv9cQ==", "integrity": "sha512-qyPMvW83jGIct3yiieisxdk9M745anqhpIMKN5m1t6yBMfgVPpt77aHOqs5fUlEJRMCGffg9BaQLH9oPVOL7xQ==",
"requires": { "requires": {
"cookie-es": "^3.1.1" "cookie-es": "^3.1.1"
} }

View File

@@ -42,7 +42,7 @@
"react-dom": "^19.2.7", "react-dom": "^19.2.7",
"react-external-link": "^2.7.0", "react-external-link": "^2.7.0",
"react-redux": "^9.3.0", "react-redux": "^9.3.0",
"react-router": "^8.2.0", "react-router": "^8.3.0",
"redux-localstorage-simple": "^2.5.1", "redux-localstorage-simple": "^2.5.1",
"workbox-core": "^7.4.0", "workbox-core": "^7.4.0",
"workbox-expiration": "^7.4.0", "workbox-expiration": "^7.4.0",