This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new fb4827d3 Bump react-router and react-router-dom (#559)
fb4827d3 is described below
commit fb4827d35c7c7c86087771278debc31d6fe26154
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 16:02:23 2026 +0800
Bump react-router and react-router-dom (#559)
Bumps
[react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router)
to 6.30.3 and updates ancestor dependency
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).
These dependencies need to be updated together.
Updates `react-router` from 6.30.1 to 6.30.3
- [Release notes](https://github.com/remix-run/react-router/releases)
-
[Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)
Updates `react-router-dom` from 6.30.1 to 6.30.3
- [Release notes](https://github.com/remix-run/react-router/releases)
-
[Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 6.30.3
dependency-type: indirect
- dependency-name: react-router-dom
dependency-version: 6.30.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 26 +++++++++++++-------------
package.json | 2 +-
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 12253a1c..36a1bf8d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,7 +35,7 @@
"react-intl-universal": "^2.4.2",
"react-json-view": "^1.21.3",
"react-resizable": "^1.11.0",
- "react-router-dom": "^6.15.0",
+ "react-router-dom": "^6.30.3",
"redux-logger": "^3.0.6",
"setprototypeof": "^1.1.0",
"url-polyfill": "^1.0.10"
@@ -3670,9 +3670,9 @@
"license": "MIT"
},
"node_modules/@remix-run/router": {
- "version": "1.23.0",
- "resolved":
"https://registry.npmmirror.com/@remix-run/router/-/router-1.23.0.tgz",
- "integrity":
"sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==",
+ "version": "1.23.2",
+ "resolved":
"https://registry.npmjs.org/@remix-run/router/-/router-1.23.2.tgz",
+ "integrity":
"sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
@@ -28947,12 +28947,12 @@
}
},
"node_modules/react-router": {
- "version": "6.30.1",
- "resolved":
"https://registry.npmmirror.com/react-router/-/react-router-6.30.1.tgz",
- "integrity":
"sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==",
+ "version": "6.30.3",
+ "resolved":
"https://registry.npmjs.org/react-router/-/react-router-6.30.3.tgz",
+ "integrity":
"sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==",
"license": "MIT",
"dependencies": {
- "@remix-run/router": "1.23.0"
+ "@remix-run/router": "1.23.2"
},
"engines": {
"node": ">=14.0.0"
@@ -28962,13 +28962,13 @@
}
},
"node_modules/react-router-dom": {
- "version": "6.30.1",
- "resolved":
"https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.30.1.tgz",
- "integrity":
"sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==",
+ "version": "6.30.3",
+ "resolved":
"https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.3.tgz",
+ "integrity":
"sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag==",
"license": "MIT",
"dependencies": {
- "@remix-run/router": "1.23.0",
- "react-router": "6.30.1"
+ "@remix-run/router": "1.23.2",
+ "react-router": "6.30.3"
},
"engines": {
"node": ">=14.0.0"
diff --git a/package.json b/package.json
index 7efa3928..7763dc0c 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"react-intl-universal": "^2.4.2",
"react-json-view": "^1.21.3",
"react-resizable": "^1.11.0",
- "react-router-dom": "^6.15.0",
+ "react-router-dom": "^6.30.3",
"redux-logger": "^3.0.6",
"setprototypeof": "^1.1.0",
"url-polyfill": "^1.0.10"