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

jimin 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 6a6868d114 optimize: upgrade axios to 1.12.2 (#7699)
6a6868d114 is described below

commit 6a6868d1144a2d09aeab25552236feaaf2a0b01e
Author: Parkjihun <[email protected]>
AuthorDate: Fri Oct 17 01:09:16 2025 +0900

    optimize: upgrade axios to 1.12.2 (#7699)
---
 changes/en-us/2.x.md                                          |  1 +
 changes/zh-cn/2.x.md                                          |  2 +-
 .../src/main/resources/static/console-fe/package-lock.json    | 11 ++++++-----
 console/src/main/resources/static/console-fe/package.json     |  2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 732c64e8d9..8f0b685612 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -68,6 +68,7 @@ Add changes here for all PR submitted to the 2.x branch.
 
 - [[#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
+- [[#7699](https://github.com/apache/incubator-seata/pull/7699)] Upgrade axios 
to version 1.12.2
 
 
 ### test:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 6ba6657a71..d743479dbe 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -67,7 +67,7 @@
 
 - [[#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
-
+- [[#7699](https://github.com/apache/incubator-seata/pull/7699)] 升级axios到1.12.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 e0670216ed..e977391bf7 100644
--- a/console/src/main/resources/static/console-fe/package-lock.json
+++ b/console/src/main/resources/static/console-fe/package-lock.json
@@ -14,7 +14,7 @@
         "@alicloud/console-components-app-layout": "^1.1.4",
         "@alicloud/console-components-console-menu": "^1.2.12",
         "@babel/traverse": "^7.23.7",
-        "axios": "^1.8.2",
+        "axios": "^1.12.2",
         "browserify-sign": "^4.2.2",
         "decode-uri-component": "^0.4.1",
         "elliptic": "^6.5.7",
@@ -4085,12 +4085,13 @@
       }
     },
     "node_modules/axios": {
-      "version": "1.8.2",
-      "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz";,
-      "integrity": 
"sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
+      "version": "1.12.2",
+      "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz";,
+      "integrity": 
"sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
+      "license": "MIT",
       "dependencies": {
         "follow-redirects": "^1.15.6",
-        "form-data": "^4.0.0",
+        "form-data": "^4.0.4",
         "proxy-from-env": "^1.1.0"
       }
     },
diff --git a/console/src/main/resources/static/console-fe/package.json 
b/console/src/main/resources/static/console-fe/package.json
index bc80552d8b..b216e49193 100644
--- a/console/src/main/resources/static/console-fe/package.json
+++ b/console/src/main/resources/static/console-fe/package.json
@@ -79,7 +79,7 @@
     "@alicloud/console-components-app-layout": "^1.1.4",
     "@alicloud/console-components-console-menu": "^1.2.12",
     "@babel/traverse": "^7.23.7",
-    "axios": "^1.8.2",
+    "axios": "^1.12.2",
     "browserify-sign": "^4.2.2",
     "decode-uri-component": "^0.4.1",
     "elliptic": "^6.5.7",


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

Reply via email to