Bump react-router from 7.1.1 to 7.1.3

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

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-18 08:46:23 +00:00 committed by GitHub
parent 5fc42d3850
commit 00384abe9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -29,7 +29,7 @@
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-external-link": "^2.4.0", "react-external-link": "^2.4.0",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router": "^7.1.1", "react-router": "^7.1.3",
"reactstrap": "^9.2.3", "reactstrap": "^9.2.3",
"redux-localstorage-simple": "^2.5.1", "redux-localstorage-simple": "^2.5.1",
"workbox-core": "^7.3.0", "workbox-core": "^7.3.0",
@ -8719,9 +8719,9 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "7.1.1", "version": "7.1.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.1.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.3.tgz",
"integrity": "sha512-39sXJkftkKWRZ2oJtHhCxmoCrBCULr/HAH4IT5DHlgu/Q0FCPV0S4Lx+abjDTx/74xoZzNYDYbOZWlJjruyuDQ==", "integrity": "sha512-EezYymLY6Guk/zLQ2vRA8WvdUhWFEj5fcE3RfWihhxXBW7+cd1LsIiA3lmx+KCmneAGQuyBv820o44L2+TtkSA==",
"dependencies": { "dependencies": {
"@types/cookie": "^0.6.0", "@types/cookie": "^0.6.0",
"cookie": "^1.0.1", "cookie": "^1.0.1",
@ -19050,9 +19050,9 @@
"dev": true "dev": true
}, },
"react-router": { "react-router": {
"version": "7.1.1", "version": "7.1.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.1.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.3.tgz",
"integrity": "sha512-39sXJkftkKWRZ2oJtHhCxmoCrBCULr/HAH4IT5DHlgu/Q0FCPV0S4Lx+abjDTx/74xoZzNYDYbOZWlJjruyuDQ==", "integrity": "sha512-EezYymLY6Guk/zLQ2vRA8WvdUhWFEj5fcE3RfWihhxXBW7+cd1LsIiA3lmx+KCmneAGQuyBv820o44L2+TtkSA==",
"requires": { "requires": {
"@types/cookie": "^0.6.0", "@types/cookie": "^0.6.0",
"cookie": "^1.0.1", "cookie": "^1.0.1",

View File

@ -46,7 +46,7 @@
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-external-link": "^2.4.0", "react-external-link": "^2.4.0",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router": "^7.1.1", "react-router": "^7.1.3",
"reactstrap": "^9.2.3", "reactstrap": "^9.2.3",
"redux-localstorage-simple": "^2.5.1", "redux-localstorage-simple": "^2.5.1",
"workbox-core": "^7.3.0", "workbox-core": "^7.3.0",