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

This commit is contained in:
renovate[bot]
2024-12-23 18:42:33 +00:00
committed by GitHub
parent 83e763df0a
commit 708ebb8abc
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.0",
"react-router-dom": "^7.1.1",
"react-swipeable": "^7.0.2",
"redoc": "^2.2.0",
"style-to-object": "^1.0.8",
@@ -6892,9 +6892,9 @@
}
},
"node_modules/react-router": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.0.tgz",
"integrity": "sha512-VcFhWqkNIcojDRYaUO8qV0Jib52s9ULpCp3nkBbmrvtoCVFRp6tmk3tJ2w9BZauVctA1YRnJlFYDn9iJRuCpGA==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.1.tgz",
"integrity": "sha512-39sXJkftkKWRZ2oJtHhCxmoCrBCULr/HAH4IT5DHlgu/Q0FCPV0S4Lx+abjDTx/74xoZzNYDYbOZWlJjruyuDQ==",
"license": "MIT",
"dependencies": {
"@types/cookie": "^0.6.0",
@@ -6916,12 +6916,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.1.0.tgz",
"integrity": "sha512-F4/nYBC9e4s0/ZjxM8GkZ9a68DpX76LN1a9W9mfPl2GfbDJ9/vzJro6MThNR5qGBH6KkgcK1BziyEzXhHV46Xw==",
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.1.1.tgz",
"integrity": "sha512-vSrQHWlJ5DCfyrhgo0k6zViOe9ToK8uT5XGSmnuC2R3/g261IdIMpZVqfjD6vWSXdnf5Czs4VA/V60oVR6/jnA==",
"license": "MIT",
"dependencies": {
"react-router": "7.1.0"
"react-router": "7.1.1"
},
"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.0",
"react-router-dom": "^7.1.1",
"react-swipeable": "^7.0.2",
"redoc": "^2.2.0",
"style-to-object": "^1.0.8",