This is an automated email from the ASF dual-hosted git repository.

jianbin 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 ec12edc0b1 optimize: upgrade js-yaml to version 3.14.2, 4.1.1 or later 
(#7847)
ec12edc0b1 is described below

commit ec12edc0b149f31adac70becfd4ef2e2d33f6470
Author: Jiangke Wu <[email protected]>
AuthorDate: Sat Dec 13 15:26:45 2025 +0800

    optimize: upgrade js-yaml to version 3.14.2, 4.1.1 or later (#7847)
---
 changes/en-us/2.x.md                                           | 1 +
 changes/zh-cn/2.x.md                                           | 1 +
 console/src/main/resources/static/console-fe/package-lock.json | 7 +++----
 console/src/main/resources/static/console-fe/package.json      | 3 ++-
 saga/seata-saga-statemachine-designer/package-lock.json        | 6 +++---
 saga/seata-saga-statemachine-designer/package.json             | 3 ++-
 6 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 23fc3b6858..4e2cbbc099 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -96,6 +96,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#7716](https://github.com/apache/incubator-seata/pull/7716)] Update 
commons-lang to 3.18.0
 - [[#7699](https://github.com/apache/incubator-seata/pull/7699)] Upgrade axios 
to version 1.12.2
 - [[#7845](https://github.com/apache/incubator-seata/pull/7845)] upgrade 
node-forge to version 1.3.2 or later
+- [[#7847](https://github.com/apache/incubator-seata/pull/7847)] upgrade 
js-yaml to 3.14.2, 4.1.1 or later
 
 ### test:
 
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index ec25f3cd5e..c09519fadc 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -94,6 +94,7 @@
 - [[#7716](https://github.com/apache/incubator-seata/pull/7716)] 升级 
commons-lang 为 3.18.0
 - [[#7699](https://github.com/apache/incubator-seata/pull/7699)] 升级axios到1.12.2
 - [[#7845](https://github.com/apache/incubator-seata/pull/7845)] 
升级node-forge到1.3.2以上
+- [[#7847](https://github.com/apache/incubator-seata/pull/7847)] 
升级js-yaml到3.14.2, 4.1.1以上
 
 ### test:
 
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 99815ef9c9..82339ecffa 100644
--- a/console/src/main/resources/static/console-fe/package-lock.json
+++ b/console/src/main/resources/static/console-fe/package-lock.json
@@ -11120,11 +11120,10 @@
       "license": "MIT"
     },
     "node_modules/js-yaml": {
-      "version": "3.14.1",
-      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz";,
-      "integrity": 
"sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+      "version": "3.14.2",
+      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz";,
+      "integrity": 
"sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
       "dev": true,
-      "license": "MIT",
       "dependencies": {
         "argparse": "^1.0.7",
         "esprima": "^4.0.0"
diff --git a/console/src/main/resources/static/console-fe/package.json 
b/console/src/main/resources/static/console-fe/package.json
index 0a19b73f35..d1eab4b9ef 100644
--- a/console/src/main/resources/static/console-fe/package.json
+++ b/console/src/main/resources/static/console-fe/package.json
@@ -110,6 +110,7 @@
     "braces": "3.0.3",
     "micromatch": "4.0.8",
     "serialize-javascript": "6.0.2",
-    "node-forge": "^1.3.3"
+    "node-forge": "^1.3.3",
+    "js-yaml": "^3.14.2"
   }
 }
diff --git a/saga/seata-saga-statemachine-designer/package-lock.json 
b/saga/seata-saga-statemachine-designer/package-lock.json
index 8f5af529e2..247fc8fd7b 100644
--- a/saga/seata-saga-statemachine-designer/package-lock.json
+++ b/saga/seata-saga-statemachine-designer/package-lock.json
@@ -6793,9 +6793,9 @@
       "integrity": 
"sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
     },
     "node_modules/js-yaml": {
-      "version": "4.1.0",
-      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz";,
-      "integrity": 
"sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+      "version": "4.1.1",
+      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz";,
+      "integrity": 
"sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
       "dev": true,
       "dependencies": {
         "argparse": "^2.0.1"
diff --git a/saga/seata-saga-statemachine-designer/package.json 
b/saga/seata-saga-statemachine-designer/package.json
index 71b52770f6..bbd9ed012d 100644
--- a/saga/seata-saga-statemachine-designer/package.json
+++ b/saga/seata-saga-statemachine-designer/package.json
@@ -64,6 +64,7 @@
   },
   "overrides": {
     "@babel/runtime": "7.26.10",
-    "node-forge": "^1.3.3"
+    "node-forge": "^1.3.3",
+    "js-yaml": "^4.1.1"
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to