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

This commit is contained in:
renovate[bot]
2024-12-03 04:09:43 +00:00
committed by GitHub
parent cd24e412e3
commit af5a0002aa
2 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
"react-icons": "^5.3.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.1.2",
"react-router-dom": "^7.0.1",
"react-router-dom": "^7.0.2",
"react-swipeable": "^7.0.2",
"redoc": "^2.2.0",
"style-to-object": "^1.0.8",
@@ -6768,9 +6768,9 @@
}
},
"node_modules/react-router": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.0.1.tgz",
"integrity": "sha512-WVAhv9oWCNsja5AkK6KLpXJDSJCQizOIyOd4vvB/+eHGbYx5vkhcmcmwWjQ9yqkRClogi+xjEg9fNEOd5EX/tw==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.0.2.tgz",
"integrity": "sha512-m5AcPfTRUcjwmhBzOJGEl6Y7+Crqyju0+TgTQxoS4SO+BkWbhOrcfZNq6wSWdl2BBbJbsAoBUb8ZacOFT+/JlA==",
"license": "MIT",
"dependencies": {
"@types/cookie": "^0.6.0",
@@ -6792,12 +6792,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.0.1.tgz",
"integrity": "sha512-duBzwAAiIabhFPZfDjcYpJ+f08TMbPMETgq254GWne2NW1ZwRHhZLj7tpSp8KGb7JvZzlLcjGUnqLxpZQVEPng==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.0.2.tgz",
"integrity": "sha512-VJOQ+CDWFDGaWdrG12Nl+d7yHtLaurNgAQZVgaIy7/Xd+DojgmYLosFfZdGz1wpxmjJIAkAMVTKWcvkx1oggAw==",
"license": "MIT",
"dependencies": {
"react-router": "7.0.1"
"react-router": "7.0.2"
},
"engines": {
"node": ">=20.0.0"

View File

@@ -44,7 +44,7 @@
"react-icons": "^5.3.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.1.2",
"react-router-dom": "^7.0.1",
"react-router-dom": "^7.0.2",
"react-swipeable": "^7.0.2",
"redoc": "^2.2.0",
"style-to-object": "^1.0.8",