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

This commit is contained in:
renovate[bot]
2025-01-17 22:16:53 +00:00
committed by GitHub
parent 30810e37b9
commit 6947670fe6
2 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
"react-icons": "^5.4.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.2",
"react-router-dom": "^7.1.3",
"react-swipeable": "^7.0.2",
"redoc": "^2.3.0",
"style-to-object": "^1.0.8",
@@ -5648,9 +5648,9 @@
}
},
"node_modules/react-router": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.2.tgz",
"integrity": "sha512-KeallSO30KLpIe/ZZqfk6pCJ1c+5JhMxl3SCS3Zx1LgaGuQbgLDmjuNi6KZ5LnAV9sWjbmBWGRw8Um/Pw6BExg==",
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.3.tgz",
"integrity": "sha512-EezYymLY6Guk/zLQ2vRA8WvdUhWFEj5fcE3RfWihhxXBW7+cd1LsIiA3lmx+KCmneAGQuyBv820o44L2+TtkSA==",
"license": "MIT",
"dependencies": {
"@types/cookie": "^0.6.0",
@@ -5672,12 +5672,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.1.2.tgz",
"integrity": "sha512-kE7JdrDfeWO/2d6RPucLmqp2UL8Isv1VWtI5MQyYNA99KtncqxWDL6550+0rH4fboJKJbXRcyjRnIRT/gkxTcA==",
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.1.3.tgz",
"integrity": "sha512-qQGTE+77hleBzv9SIUIkGRvuFBQGagW+TQKy53UTZAO/3+YFNBYvRsNIZ1GT17yHbc63FylMOdS+m3oUriF1GA==",
"license": "MIT",
"dependencies": {
"react-router": "7.1.2"
"react-router": "7.1.3"
},
"engines": {
"node": ">=20.0.0"

View File

@@ -44,7 +44,7 @@
"react-icons": "^5.4.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.2",
"react-router-dom": "^7.1.3",
"react-swipeable": "^7.0.2",
"redoc": "^2.3.0",
"style-to-object": "^1.0.8",