fix(deps): update dependency react-router-dom to ^7.8.1

This commit is contained in:
renovate[bot]
2025-08-15 21:28:14 +00:00
committed by GitHub
parent 8686fe4e97
commit a7a215e6c7
2 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
"react-icons": "^5.5.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0",
"react-router-dom": "^7.8.0",
"react-router-dom": "^7.8.1",
"react-swipeable": "^7.0.2",
"style-to-object": "^1.0.9",
"throttle-debounce": "^5.0.2",
@@ -5086,9 +5086,9 @@
}
},
"node_modules/react-router": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.8.0.tgz",
"integrity": "sha512-r15M3+LHKgM4SOapNmsH3smAizWds1vJ0Z9C4mWaKnT9/wD7+d/0jYcj6LmOvonkrO4Rgdyp4KQ/29gWN2i1eg==",
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.8.1.tgz",
"integrity": "sha512-5cy/M8DHcG51/KUIka1nfZ2QeylS4PJRs6TT8I4PF5axVsI5JUxp0hC0NZ/AEEj8Vw7xsEoD7L/6FY+zoYaOGA==",
"license": "MIT",
"dependencies": {
"cookie": "^1.0.1",
@@ -5108,12 +5108,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.8.0.tgz",
"integrity": "sha512-ntInsnDVnVRdtSu6ODmTQ41cbluak/ENeTif7GBce0L6eztFg6/e1hXAysFQI8X25C8ipKmT9cClbJwxx3Kaqw==",
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.8.1.tgz",
"integrity": "sha512-NkgBCF3sVgCiAWIlSt89GR2PLaksMpoo3HDCorpRfnCEfdtRPLiuTf+CNXvqZMI5SJLZCLpVCvcZrTdtGW64xQ==",
"license": "MIT",
"dependencies": {
"react-router": "7.8.0"
"react-router": "7.8.1"
},
"engines": {
"node": ">=20.0.0"

View File

@@ -42,7 +42,7 @@
"react-icons": "^5.5.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0",
"react-router-dom": "^7.8.0",
"react-router-dom": "^7.8.1",
"react-swipeable": "^7.0.2",
"style-to-object": "^1.0.9",
"throttle-debounce": "^5.0.2",