Bump react-router from 7.8.2 to 7.9.1

Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.8.2 to 7.9.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.9.1/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-version: 7.9.1
  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]
2025-09-13 07:02:34 +00:00
committed by GitHub
parent d2c50e3cf6
commit 04114ee860
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-external-link": "^2.6.0", "react-external-link": "^2.6.0",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router": "^7.8.2", "react-router": "^7.9.1",
"redux-localstorage-simple": "^2.5.1", "redux-localstorage-simple": "^2.5.1",
"workbox-core": "^7.3.0", "workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0", "workbox-expiration": "^7.3.0",
@@ -9267,9 +9267,9 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "7.8.2", "version": "7.9.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.8.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.1.tgz",
"integrity": "sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==", "integrity": "sha512-pfAByjcTpX55mqSDGwGnY9vDCpxqBLASg0BMNAuMmpSGESo/TaOUG6BllhAtAkCGx8Rnohik/XtaqiYUJtgW2g==",
"dependencies": { "dependencies": {
"cookie": "^1.0.1", "cookie": "^1.0.1",
"set-cookie-parser": "^2.6.0" "set-cookie-parser": "^2.6.0"
@@ -17849,9 +17849,9 @@
"dev": true "dev": true
}, },
"react-router": { "react-router": {
"version": "7.8.2", "version": "7.9.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.8.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.1.tgz",
"integrity": "sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==", "integrity": "sha512-pfAByjcTpX55mqSDGwGnY9vDCpxqBLASg0BMNAuMmpSGESo/TaOUG6BllhAtAkCGx8Rnohik/XtaqiYUJtgW2g==",
"requires": { "requires": {
"cookie": "^1.0.1", "cookie": "^1.0.1",
"set-cookie-parser": "^2.6.0" "set-cookie-parser": "^2.6.0"

View File

@@ -41,7 +41,7 @@
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-external-link": "^2.6.0", "react-external-link": "^2.6.0",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router": "^7.8.2", "react-router": "^7.9.1",
"redux-localstorage-simple": "^2.5.1", "redux-localstorage-simple": "^2.5.1",
"workbox-core": "^7.3.0", "workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0", "workbox-expiration": "^7.3.0",