This is an automated email from the ASF dual-hosted git repository.
maple pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new e2bd89da56 optimize: upgrade qs dependency version to 6.14.1 (#7951)
e2bd89da56 is described below
commit e2bd89da56bda6503b575f1cae5102e1523f9564
Author: lokidundun <[email protected]>
AuthorDate: Mon Jan 19 14:24:40 2026 +0800
optimize: upgrade qs dependency version to 6.14.1 (#7951)
---
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
console/src/main/resources/static/console-fe/package-lock.json | 4 ++--
saga/seata-saga-statemachine-designer/package-lock.json | 4 ++--
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index a577c31d8a..72c665d0cd 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -34,6 +34,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7930](https://github.com/apache/incubator-seata/pull/7930)] pin the
Spring version for namingserver and console
- [[#7943](https://github.com/apache/incubator-seata/pull/7943)] update
jib-maven-plugin version and increase parallel test execution limits
- [[#7934](https://github.com/apache/incubator-seata/pull/7934)] add OkHttp
and MockWebServer dependencies to resolve version conflicts
+- [[#7951](https://github.com/apache/incubator-seata/pull/7951)] upgrade qs
dependency version to 6.14.1
### security:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 399ad9317d..1a5b07c477 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -35,6 +35,7 @@
- [[#7930](https://github.com/apache/incubator-seata/pull/7930)]
固定namingserver和console的Spring版本
- [[#7943](https://github.com/apache/incubator-seata/pull/7943)]
升级jib-maven-plugin版本和提高ci并行度
- [[#7934](https://github.com/apache/incubator-seata/pull/7934)] 添加 OkHttp 和
MockWebServer 依赖来解决版本冲突
+- [[#7951](https://github.com/apache/incubator-seata/pull/7951)]
升级qs依赖版本至6.14.1
### security:
diff --git a/console/src/main/resources/static/console-fe/package-lock.json
b/console/src/main/resources/static/console-fe/package-lock.json
index f83f6fcd09..a77db3b4cf 100644
--- a/console/src/main/resources/static/console-fe/package-lock.json
+++ b/console/src/main/resources/static/console-fe/package-lock.json
@@ -5374,7 +5374,7 @@
"http-errors": "2.0.0",
"iconv-lite": "0.4.24",
"on-finished": "2.4.1",
- "qs": "6.13.0",
+ "qs": "6.14.1",
"raw-body": "2.5.2",
"type-is": "~1.6.18",
"unpipe": "1.0.0"
@@ -8766,7 +8766,7 @@
"parseurl": "~1.3.3",
"path-to-regexp": "0.1.12",
"proxy-addr": "~2.0.7",
- "qs": "6.13.0",
+ "qs": "6.14.1",
"range-parser": "~1.2.1",
"safe-buffer": "5.2.1",
"send": "0.19.0",
diff --git a/saga/seata-saga-statemachine-designer/package-lock.json
b/saga/seata-saga-statemachine-designer/package-lock.json
index 247fc8fd7b..e07694ff93 100644
--- a/saga/seata-saga-statemachine-designer/package-lock.json
+++ b/saga/seata-saga-statemachine-designer/package-lock.json
@@ -3281,7 +3281,7 @@
"http-errors": "2.0.0",
"iconv-lite": "0.4.24",
"on-finished": "2.4.1",
- "qs": "6.13.0",
+ "qs": "6.14.1",
"raw-body": "2.5.2",
"type-is": "~1.6.18",
"unpipe": "1.0.0"
@@ -5217,7 +5217,7 @@
"parseurl": "~1.3.3",
"path-to-regexp": "0.1.12",
"proxy-addr": "~2.0.7",
- "qs": "6.13.0",
+ "qs": "6.14.1",
"range-parser": "~1.2.1",
"safe-buffer": "5.2.1",
"send": "0.19.0",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]