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

This commit is contained in:
renovate[bot]
2025-01-16 15:56:44 +00:00
committed by GitHub
parent 9673f27090
commit 286b69a646
2 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
"react-icons": "^5.4.0", "react-icons": "^5.4.0",
"react-infinite-scroller": "^1.2.6", "react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router-dom": "^7.1.1", "react-router-dom": "^7.1.2",
"react-swipeable": "^7.0.2", "react-swipeable": "^7.0.2",
"redoc": "^2.3.0", "redoc": "^2.3.0",
"style-to-object": "^1.0.8", "style-to-object": "^1.0.8",
@@ -5648,9 +5648,9 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "7.1.1", "version": "7.1.2",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.1.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.2.tgz",
"integrity": "sha512-39sXJkftkKWRZ2oJtHhCxmoCrBCULr/HAH4IT5DHlgu/Q0FCPV0S4Lx+abjDTx/74xoZzNYDYbOZWlJjruyuDQ==", "integrity": "sha512-KeallSO30KLpIe/ZZqfk6pCJ1c+5JhMxl3SCS3Zx1LgaGuQbgLDmjuNi6KZ5LnAV9sWjbmBWGRw8Um/Pw6BExg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/cookie": "^0.6.0", "@types/cookie": "^0.6.0",
@@ -5672,12 +5672,12 @@
} }
}, },
"node_modules/react-router-dom": { "node_modules/react-router-dom": {
"version": "7.1.1", "version": "7.1.2",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.1.1.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.1.2.tgz",
"integrity": "sha512-vSrQHWlJ5DCfyrhgo0k6zViOe9ToK8uT5XGSmnuC2R3/g261IdIMpZVqfjD6vWSXdnf5Czs4VA/V60oVR6/jnA==", "integrity": "sha512-kE7JdrDfeWO/2d6RPucLmqp2UL8Isv1VWtI5MQyYNA99KtncqxWDL6550+0rH4fboJKJbXRcyjRnIRT/gkxTcA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"react-router": "7.1.1" "react-router": "7.1.2"
}, },
"engines": { "engines": {
"node": ">=20.0.0" "node": ">=20.0.0"

View File

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