chore(deps): bump react-router and react-router-dom in /ui/desktop (#6408)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-12 14:17:02 -05:00
committed by GitHub
parent c3d5016f19
commit 72ba96b36c
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -46,7 +46,7 @@
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.10.0",
"react-router-dom": "^7.12.0",
"react-select": "^5.10.2",
"react-syntax-highlighter": "^16.1.0",
"react-toastify": "^11.0.5",
@@ -17293,9 +17293,9 @@
}
},
"node_modules/react-router": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.10.0.tgz",
"integrity": "sha512-FVyCOH4IZ0eDDRycODfUqoN8ZSR2LbTvtx6RPsBgzvJ8xAXlMZNCrOFpu+jb8QbtZnpAd/cEki2pwE848pNGxw==",
"version": "7.12.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz",
"integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==",
"license": "MIT",
"dependencies": {
"cookie": "^1.0.1",
@@ -17315,12 +17315,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.10.0.tgz",
"integrity": "sha512-Q4haR150pN/5N75O30iIsRJcr3ef7p7opFaKpcaREy0GQit6uCRu1NEiIFIwnHJQy0bsziRFBweR/5EkmHgVUQ==",
"version": "7.12.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.12.0.tgz",
"integrity": "sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==",
"license": "MIT",
"dependencies": {
"react-router": "7.10.0"
"react-router": "7.12.0"
},
"engines": {
"node": ">=20.0.0"
+1 -1
View File
@@ -76,7 +76,7 @@
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.10.0",
"react-router-dom": "^7.12.0",
"react-select": "^5.10.2",
"react-syntax-highlighter": "^16.1.0",
"react-toastify": "^11.0.5",