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 801f0a18 Bump path-to-regexp from 2.4.0 to 3.3.0 (#553)
801f0a18 is described below
commit 801f0a185a75e9e0576752c4e2c6b4a58a5f72e5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 10:50:46 2025 +0800
Bump path-to-regexp from 2.4.0 to 3.3.0 (#553)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from
2.4.0 to 3.3.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
-
[Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
-
[Commits](https://github.com/pillarjs/path-to-regexp/compare/v2.4.0...v3.3.0)
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-version: 3.3.0
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 | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 65ce04d9..94a2cebc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"lodash-decorators": "^6.0.0",
"moment": "^2.30.1",
"omit.js": "^1.0.0",
- "path-to-regexp": "^2.1.0",
+ "path-to-regexp": "^3.3.0",
"prop-types": "^15.5.10",
"qs": "^6.5.0",
"rc-drawer": "^7.1.0",
@@ -23518,9 +23518,9 @@
"license": "MIT"
},
"node_modules/path-to-regexp": {
- "version": "2.4.0",
- "resolved":
"https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz",
- "integrity":
"sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==",
+ "version": "3.3.0",
+ "resolved":
"https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz",
+ "integrity":
"sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==",
"license": "MIT"
},
"node_modules/path-type": {
diff --git a/package.json b/package.json
index 546b937c..00abac21 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"lodash-decorators": "^6.0.0",
"moment": "^2.30.1",
"omit.js": "^1.0.0",
- "path-to-regexp": "^2.1.0",
+ "path-to-regexp": "^3.3.0",
"prop-types": "^15.5.10",
"qs": "^6.5.0",
"rc-drawer": "^7.1.0",