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

This commit is contained in:
renovate[bot]
2025-09-27 04:27:25 +00:00
committed by GitHub
parent 2d8ee54d28
commit d9e3cf0190
2 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
"react-icons": "^5.5.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0",
"react-router-dom": "^7.9.2",
"react-router-dom": "^7.9.3",
"react-swipeable": "^7.0.2",
"style-to-object": "^1.0.9",
"throttle-debounce": "^5.0.2",
@@ -5238,9 +5238,9 @@
}
},
"node_modules/react-router": {
"version": "7.9.2",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.2.tgz",
"integrity": "sha512-i2TPp4dgaqrOqiRGLZmqh2WXmbdFknUyiCRmSKs0hf6fWXkTKg5h56b+9F22NbGRAMxjYfqQnpi63egzD2SuZA==",
"version": "7.9.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.9.3.tgz",
"integrity": "sha512-4o2iWCFIwhI/eYAIL43+cjORXYn/aRQPgtFRRZb3VzoyQ5Uej0Bmqj7437L97N9NJW4wnicSwLOLS+yCXfAPgg==",
"license": "MIT",
"dependencies": {
"cookie": "^1.0.1",
@@ -5260,12 +5260,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.9.2",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.2.tgz",
"integrity": "sha512-pagqpVJnjZOfb+vIM23eTp7Sp/AAJjOgaowhP1f1TWOdk5/W8Uk8d/M/0wfleqx7SgjitjNPPsKeCZE1hTSp3w==",
"version": "7.9.3",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.9.3.tgz",
"integrity": "sha512-1QSbA0TGGFKTAc/aWjpfW/zoEukYfU4dc1dLkT/vvf54JoGMkW+fNA+3oyo2gWVW1GM7BxjJVHz5GnPJv40rvg==",
"license": "MIT",
"dependencies": {
"react-router": "7.9.2"
"react-router": "7.9.3"
},
"engines": {
"node": ">=20.0.0"

View File

@@ -42,7 +42,7 @@
"react-icons": "^5.5.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0",
"react-router-dom": "^7.9.2",
"react-router-dom": "^7.9.3",
"react-swipeable": "^7.0.2",
"style-to-object": "^1.0.9",
"throttle-debounce": "^5.0.2",