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

This commit is contained in:
renovate[bot]
2025-01-30 18:19:26 +00:00
committed by GitHub
parent 9ef002fcd1
commit 429ec193c8
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.3",
"react-router-dom": "^7.1.4",
"react-swipeable": "^7.0.2",
"redoc": "^2.3.0",
"style-to-object": "^1.0.8",
@@ -5624,9 +5624,9 @@
}
},
"node_modules/react-router": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.3.tgz",
"integrity": "sha512-EezYymLY6Guk/zLQ2vRA8WvdUhWFEj5fcE3RfWihhxXBW7+cd1LsIiA3lmx+KCmneAGQuyBv820o44L2+TtkSA==",
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.4.tgz",
"integrity": "sha512-aJWVrKoLI0nIK1lfbTU3d5al1ZEUiwtSus/xjYL8K5sv2hyPesiOIojHM7QnaNLVtroOB1McZsWk37fMQVoc6A==",
"license": "MIT",
"dependencies": {
"@types/cookie": "^0.6.0",
@@ -5648,12 +5648,12 @@
}
},
"node_modules/react-router-dom": {
"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==",
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.1.4.tgz",
"integrity": "sha512-p474cAeRKfPNp+9QtpdVEa025iWLIIIBhYCnjsSwFmZH3c5DBHOc7vB7zmL6lL747o0ArfrLblNTebtL6lt0lA==",
"license": "MIT",
"dependencies": {
"react-router": "7.1.3"
"react-router": "7.1.4"
},
"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.3",
"react-router-dom": "^7.1.4",
"react-swipeable": "^7.0.2",
"redoc": "^2.3.0",
"style-to-object": "^1.0.8",