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 38f3bd2c81 Upgrade sha.js to version 2.4.12 (#7632)
38f3bd2c81 is described below

commit 38f3bd2c81b61e84df208941f0c6b3a223f16e42
Author: YoWuwuuuw <[email protected]>
AuthorDate: Thu Sep 18 10:15:18 2025 +0800

    Upgrade sha.js to version 2.4.12 (#7632)
---
 changes/en-us/2.x.md                                    |  2 +-
 changes/zh-cn/2.x.md                                    |  2 +-
 .../main/resources/static/console-fe/package-lock.json  | 17 ++++++++++++-----
 .../src/main/resources/static/console-fe/package.json   |  3 ++-
 4 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index ba415a2d16..33c54c7eb1 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -54,7 +54,7 @@ Add changes here for all PR submitted to the 2.x branch.
 
 ### security:
 
-- [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] upgrade XXX
+- [[#7632](https://github.com/apache/incubator-seata/pull/7632)] upgrade 
sha.js to version 2.4.12
 
 
 ### test:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index b6567f2f6f..7887e0d4c4 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -53,7 +53,7 @@
 
 ### security:
 
-- [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] 升级 XXX
+- [[#7632](https://github.com/apache/incubator-seata/pull/7632)] 
升级sha.js为2.4.12
 
 ### 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 711ed79f21..cbcf3e2527 100644
--- a/console/src/main/resources/static/console-fe/package-lock.json
+++ b/console/src/main/resources/static/console-fe/package-lock.json
@@ -15214,15 +15214,22 @@
       "dev": true
     },
     "node_modules/sha.js": {
-      "version": "2.4.11",
-      "resolved": "https://registry.npmmirror.com/sha.js/-/sha.js-2.4.11.tgz";,
-      "integrity": 
"sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
+      "version": "2.4.12",
+      "resolved": "https://registry.npmmirror.com/sha.js/-/sha.js-2.4.12.tgz";,
+      "integrity": 
"sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
       "dependencies": {
-        "inherits": "^2.0.1",
-        "safe-buffer": "^5.0.1"
+        "inherits": "^2.0.4",
+        "safe-buffer": "^5.2.1",
+        "to-buffer": "^1.2.0"
       },
       "bin": {
         "sha.js": "bin.js"
+      },
+      "engines": {
+        "node": ">= 0.10"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/ljharb";
       }
     },
     "node_modules/shallow-clone": {
diff --git a/console/src/main/resources/static/console-fe/package.json 
b/console/src/main/resources/static/console-fe/package.json
index 0e408227bc..6cbb58267e 100644
--- a/console/src/main/resources/static/console-fe/package.json
+++ b/console/src/main/resources/static/console-fe/package.json
@@ -104,6 +104,7 @@
     "swiper": "6.5.1",
     "node-fetch": "2.6.7",
     "nanoid": "3.1.31",
-    "ip": "2.0.1"
+    "ip": "2.0.1",
+    "sha.js": "2.4.12"
   }
 }


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

Reply via email to