This is an automated email from the ASF dual-hosted git repository.
dengliming 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 e589931b Bump qs from 6.14.1 to 6.15.2 (#586)
e589931b is described below
commit e589931be809005cfb0f5ea613566cc28f826396
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 24 00:43:09 2026 +0800
Bump qs from 6.14.1 to 6.15.2 (#586)
Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.15.2)
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.15.2
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 018db7a7..c6f4fd9d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"omit.js": "^1.0.0",
"path-to-regexp": "^3.3.0",
"prop-types": "^15.5.10",
- "qs": "^6.14.1",
+ "qs": "^6.15.2",
"rc-drawer": "^7.1.0",
"react": "^16.14.0",
"react-captcha-code": "^1.0.7",
@@ -27695,9 +27695,9 @@
}
},
"node_modules/qs": {
- "version": "6.14.1",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
- "integrity":
"sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
+ "version": "6.15.2",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
+ "integrity":
"sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
"license": "BSD-3-Clause",
"dependencies": {
"side-channel": "^1.1.0"
diff --git a/package.json b/package.json
index 2700791a..a8b81cd3 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"omit.js": "^1.0.0",
"path-to-regexp": "^3.3.0",
"prop-types": "^15.5.10",
- "qs": "^6.14.1",
+ "qs": "^6.15.2",
"rc-drawer": "^7.1.0",
"react": "^16.14.0",
"react-captcha-code": "^1.0.7",