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

This commit is contained in:
renovate[bot]
2025-12-18 00:34:28 +00:00
committed by GitHub
parent c2c503edc7
commit 062b595b11
2 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
"react-dom": "^19.2.3",
"react-hook-form": "^7.68.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.10.1",
"react-router-dom": "^7.11.0",
"tailwind-merge": "^3.4.0",
"tldts": "^7.0.19"
},
@@ -6474,9 +6474,9 @@
}
},
"node_modules/react-router": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.10.1.tgz",
"integrity": "sha512-gHL89dRa3kwlUYtRQ+m8NmxGI6CgqN+k4XyGjwcFoQwwCWF6xXpOCUlDovkXClS0d0XJN/5q7kc5W3kiFEd0Yw==",
"version": "7.11.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.11.0.tgz",
"integrity": "sha512-uI4JkMmjbWCZc01WVP2cH7ZfSzH91JAZUDd7/nIprDgWxBV1TkkmLToFh7EbMTcMak8URFRa2YoBL/W8GWnCTQ==",
"license": "MIT",
"dependencies": {
"cookie": "^1.0.1",
@@ -6496,12 +6496,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.10.1.tgz",
"integrity": "sha512-JNBANI6ChGVjA5bwsUIwJk7LHKmqB4JYnYfzFwyp2t12Izva11elds2jx7Yfoup2zssedntwU0oZ5DEmk5Sdaw==",
"version": "7.11.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.11.0.tgz",
"integrity": "sha512-e49Ir/kMGRzFOOrYQBdoitq3ULigw4lKbAyKusnvtDu2t4dBX4AGYPrzNvorXmVuOyeakai6FUPW5MmibvVG8g==",
"license": "MIT",
"dependencies": {
"react-router": "7.10.1"
"react-router": "7.11.0"
},
"engines": {
"node": ">=20.0.0"

View File

@@ -43,7 +43,7 @@
"react-dom": "^19.2.3",
"react-hook-form": "^7.68.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.10.1",
"react-router-dom": "^7.11.0",
"tailwind-merge": "^3.4.0",
"tldts": "^7.0.19"
},