This is an automated email from the ASF dual-hosted git repository.
xingfudeshi 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 d1ae495db6 Upgrade cipher-base to version 1.0.6 (#7633)
d1ae495db6 is described below
commit d1ae495db6f4be8baba401a59ec31011df85948a
Author: YoWuwuuuw <[email protected]>
AuthorDate: Thu Sep 18 12:35:54 2025 +0800
Upgrade cipher-base to version 1.0.6 (#7633)
---
changes/en-us/2.x.md | 2 ++
changes/zh-cn/2.x.md | 3 +++
.../src/main/resources/static/console-fe/package-lock.json | 14 +++++++++-----
console/src/main/resources/static/console-fe/package.json | 3 ++-
4 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 33c54c7eb1..3e3d475f43 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -55,6 +55,7 @@ Add changes here for all PR submitted to the 2.x branch.
### security:
- [[#7632](https://github.com/apache/incubator-seata/pull/7632)] upgrade
sha.js to version 2.4.12
+- [[#7633](https://github.com/apache/incubator-seata/pull/7633)] Upgrade
cipher-base to version 1.0.6
### test:
@@ -93,6 +94,7 @@ Thanks to these contributors for their code commits. Please
report an unintended
- [sunheyi6](https://github.com/sunheyi6)
- [WangzJi](https://github.com/WangzJi)
- [Asuka-star](https://github.com/Asuka-star)
+- [YoWuwuuuw](https://github.com/YoWuwuuuw)
Also, we receive many valuable issues, questions and advices from our
community. Thanks for you all.
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 7887e0d4c4..4f4166aac9 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -54,6 +54,8 @@
### security:
- [[#7632](https://github.com/apache/incubator-seata/pull/7632)]
升级sha.js为2.4.12
+- [[#7633](https://github.com/apache/incubator-seata/pull/7633)]
升级cipher-base为1.0.6
+
### test:
@@ -93,6 +95,7 @@
- [sunheyi6](https://github.com/sunheyi6)
- [WangzJi](https://github.com/WangzJi)
- [Asuka-star](https://github.com/Asuka-star)
+- [YoWuwuuuw](https://github.com/YoWuwuuuw)
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
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 cbcf3e2527..5b55131bd9 100644
--- a/console/src/main/resources/static/console-fe/package-lock.json
+++ b/console/src/main/resources/static/console-fe/package-lock.json
@@ -4961,12 +4961,16 @@
}
},
"node_modules/cipher-base": {
- "version": "1.0.4",
- "resolved":
"https://registry.npmmirror.com/cipher-base/-/cipher-base-1.0.4.tgz",
- "integrity":
"sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
+ "version": "1.0.6",
+ "resolved":
"https://registry.npmmirror.com/cipher-base/-/cipher-base-1.0.6.tgz",
+ "integrity":
"sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==",
+ "license": "MIT",
"dependencies": {
- "inherits": "^2.0.1",
- "safe-buffer": "^5.0.1"
+ "inherits": "^2.0.4",
+ "safe-buffer": "^5.2.1"
+ },
+ "engines": {
+ "node": ">= 0.10"
}
},
"node_modules/class-utils": {
diff --git a/console/src/main/resources/static/console-fe/package.json
b/console/src/main/resources/static/console-fe/package.json
index 6cbb58267e..ac8da7e360 100644
--- a/console/src/main/resources/static/console-fe/package.json
+++ b/console/src/main/resources/static/console-fe/package.json
@@ -105,6 +105,7 @@
"node-fetch": "2.6.7",
"nanoid": "3.1.31",
"ip": "2.0.1",
- "sha.js": "2.4.12"
+ "sha.js": "2.4.12",
+ "cipher-base": "1.0.6"
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]