Merge pull request #1777 from shlinkio/dependabot/npm_and_yarn/react-router-7.12.0

Bump react-router from 7.11.0 to 7.12.0
This commit is contained in:
Alejandro Celaya
2026-01-10 09:19:54 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"react-dom": "^19.2.3", "react-dom": "^19.2.3",
"react-external-link": "^2.6.1", "react-external-link": "^2.6.1",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router": "^7.11.0", "react-router": "^7.12.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",
@@ -8093,9 +8093,9 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "7.11.0", "version": "7.12.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.11.0.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz",
"integrity": "sha512-uI4JkMmjbWCZc01WVP2cH7ZfSzH91JAZUDd7/nIprDgWxBV1TkkmLToFh7EbMTcMak8URFRa2YoBL/W8GWnCTQ==", "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==",
"dependencies": { "dependencies": {
"cookie": "^1.0.1", "cookie": "^1.0.1",
"set-cookie-parser": "^2.6.0" "set-cookie-parser": "^2.6.0"
@@ -15525,9 +15525,9 @@
"dev": true "dev": true
}, },
"react-router": { "react-router": {
"version": "7.11.0", "version": "7.12.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.11.0.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz",
"integrity": "sha512-uI4JkMmjbWCZc01WVP2cH7ZfSzH91JAZUDd7/nIprDgWxBV1TkkmLToFh7EbMTcMak8URFRa2YoBL/W8GWnCTQ==", "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==",
"requires": { "requires": {
"cookie": "^1.0.1", "cookie": "^1.0.1",
"set-cookie-parser": "^2.6.0" "set-cookie-parser": "^2.6.0"

View File

@@ -42,7 +42,7 @@
"react-dom": "^19.2.3", "react-dom": "^19.2.3",
"react-external-link": "^2.6.1", "react-external-link": "^2.6.1",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router": "^7.11.0", "react-router": "^7.12.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",