This is an automated email from the ASF dual-hosted git repository.
qiuxiafan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/main by this push:
new 2fb00a02 build(mcp): bump up qs to fix vulnerabilities (#923)
2fb00a02 is described below
commit 2fb00a02d57125d763036c70527bdae5e2bbd4a7
Author: Fine0830 <[email protected]>
AuthorDate: Mon Jan 5 17:55:32 2026 +0800
build(mcp): bump up qs to fix vulnerabilities (#923)
---
dist/LICENSE | 2 +-
mcp/LICENSE | 2 +-
mcp/package-lock.json | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dist/LICENSE b/dist/LICENSE
index d64a2837..c95b0086 100644
--- a/dist/LICENSE
+++ b/dist/LICENSE
@@ -640,7 +640,7 @@ BSD-3-Clause licenses
========================================================================
fast-uri 3.1.0 BSD-3-Clause
- qs 6.14.0 BSD-3-Clause
+ qs 6.14.1 BSD-3-Clause
========================================================================
ISC licenses
diff --git a/mcp/LICENSE b/mcp/LICENSE
index 8dbdd7ff..edfdc0e6 100644
--- a/mcp/LICENSE
+++ b/mcp/LICENSE
@@ -42,7 +42,7 @@ BSD-3-Clause licenses
========================================================================
fast-uri 3.1.0 BSD-3-Clause
- qs 6.14.0 BSD-3-Clause
+ qs 6.14.1 BSD-3-Clause
========================================================================
ISC licenses
diff --git a/mcp/package-lock.json b/mcp/package-lock.json
index 93270c8c..5e0a3144 100644
--- a/mcp/package-lock.json
+++ b/mcp/package-lock.json
@@ -1144,7 +1144,7 @@
"http-errors": "^2.0.0",
"iconv-lite": "^0.7.0",
"on-finished": "^2.4.1",
- "qs": "^6.14.0",
+ "qs": "^6.14.1",
"raw-body": "^3.0.1",
"type-is": "^2.0.1"
},
@@ -1788,7 +1788,7 @@
"once": "^1.4.0",
"parseurl": "^1.3.3",
"proxy-addr": "^2.0.7",
- "qs": "^6.14.0",
+ "qs": "^6.14.1",
"range-parser": "^1.2.1",
"router": "^2.2.0",
"send": "^1.1.0",
@@ -2796,9 +2796,9 @@
}
},
"node_modules/qs": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
- "integrity":
"sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
+ "version": "6.14.1",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
+ "integrity":
"sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
"dependencies": {
"side-channel": "^1.1.0"
},