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 3ddb97a2e2 optimize: upgrade node-forge to version 1.3.2 or later
(#7845)
3ddb97a2e2 is described below
commit 3ddb97a2e2faa79e53294f28885534a4c027f1d2
Author: Jiangke Wu <[email protected]>
AuthorDate: Wed Dec 10 17:14:38 2025 +0800
optimize: upgrade node-forge to version 1.3.2 or later (#7845)
---
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 304398ad19..23fc3b6858 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -95,6 +95,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7633](https://github.com/apache/incubator-seata/pull/7633)] Upgrade
cipher-base to version 1.0.6
- [[#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
### test:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index a90fe6970d..ec25f3cd5e 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -93,6 +93,7 @@
- [[#7633](https://github.com/apache/incubator-seata/pull/7633)]
升级cipher-base为1.0.6
- [[#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以上
### 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 61a8a05332..99815ef9c9 100644
--- a/console/src/main/resources/static/console-fe/package-lock.json
+++ b/console/src/main/resources/static/console-fe/package-lock.json
@@ -12297,11 +12297,10 @@
}
},
"node_modules/node-forge": {
- "version": "1.3.1",
- "resolved":
"https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
- "integrity":
"sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
+ "version": "1.3.3",
+ "resolved":
"https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz",
+ "integrity":
"sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
"dev": true,
- "license": "(BSD-3-Clause OR GPL-2.0)",
"engines": {
"node": ">= 6.13.0"
}
diff --git a/console/src/main/resources/static/console-fe/package.json
b/console/src/main/resources/static/console-fe/package.json
index d58c1c143b..0a19b73f35 100644
--- a/console/src/main/resources/static/console-fe/package.json
+++ b/console/src/main/resources/static/console-fe/package.json
@@ -109,6 +109,7 @@
"@babel/runtime": "^7.27.0",
"braces": "3.0.3",
"micromatch": "4.0.8",
- "serialize-javascript": "6.0.2"
+ "serialize-javascript": "6.0.2",
+ "node-forge": "^1.3.3"
}
}
diff --git a/saga/seata-saga-statemachine-designer/package-lock.json
b/saga/seata-saga-statemachine-designer/package-lock.json
index 98eba80aa0..8f5af529e2 100644
--- a/saga/seata-saga-statemachine-designer/package-lock.json
+++ b/saga/seata-saga-statemachine-designer/package-lock.json
@@ -7306,9 +7306,9 @@
}
},
"node_modules/node-forge": {
- "version": "1.3.1",
- "resolved":
"https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
- "integrity":
"sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
+ "version": "1.3.3",
+ "resolved":
"https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz",
+ "integrity":
"sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
"dev": true,
"engines": {
"node": ">= 6.13.0"
diff --git a/saga/seata-saga-statemachine-designer/package.json
b/saga/seata-saga-statemachine-designer/package.json
index 6898cbb081..71b52770f6 100644
--- a/saga/seata-saga-statemachine-designer/package.json
+++ b/saga/seata-saga-statemachine-designer/package.json
@@ -63,6 +63,7 @@
"webpack-dev-server": "^5.2.2"
},
"overrides": {
- "@babel/runtime": "7.26.10"
+ "@babel/runtime": "7.26.10",
+ "node-forge": "^1.3.3"
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]