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 256c4a32e3 optimize: upgrade axios to 1.7.4 (#6784)
256c4a32e3 is described below

commit 256c4a32e3eb9b934a2a0f40b140afa1b1ec2525
Author: jimin <[email protected]>
AuthorDate: Tue Aug 27 11:21:10 2024 +0800

    optimize: upgrade axios to 1.7.4 (#6784)
---
 changes/en-us/2.x.md                                           |  1 +
 changes/zh-cn/2.x.md                                           |  1 +
 console/src/main/resources/static/console-fe/package-lock.json | 10 +++++-----
 console/src/main/resources/static/console-fe/package.json      |  2 +-
 4 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 3de47dd8d0..a02f735c6b 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -66,6 +66,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#6768](https://github.com/apache/incubator-seata/pull/6768)] report the 
tcc fence transaction isolation level
 - [[#6770](https://github.com/apache/incubator-seata/pull/6770)] Automatic 
deletion of namingserver vgroup through Caffeine map
 - [[#6780](https://github.com/apache/incubator-seata/pull/6780)] optimize the 
reflection operation in class `SerializerServiceLoader`
+- [[#6784](https://github.com/apache/incubator-seata/pull/6784)] upgrade axios 
to 1.7.4
 
 ### refactor:
 
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 2b440e474b..30621201bb 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -67,6 +67,7 @@
 - [[#6768](https://github.com/apache/incubator-seata/pull/6768)] 上报tcc 
fence事务隔离级别
 - [[#6770](https://github.com/apache/incubator-seata/pull/6770)] 通过caffeine 
map支持namingserver事务分组的过期删除
 - [[#6780](https://github.com/apache/incubator-seata/pull/6780)] 优化类 
`SerializerServiceLoader` 中的反射操作
+- [[#6784](https://github.com/apache/incubator-seata/pull/6784)] 升级 axios 至 
1.7.4 版本
 
 
 ### refactor:
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 e2156035b3..25a6f56589 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.6.6",
+        "axios": "^1.7.4",
         "browserify-sign": "^4.2.2",
         "decode-uri-component": "^0.4.1",
         "history": "^4.10.1",
@@ -4191,11 +4191,11 @@
       }
     },
     "node_modules/axios": {
-      "version": "1.6.7",
-      "resolved": "https://registry.npmmirror.com/axios/-/axios-1.6.7.tgz";,
-      "integrity": 
"sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
+      "version": "1.7.4",
+      "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz";,
+      "integrity": 
"sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
       "dependencies": {
-        "follow-redirects": "^1.15.4",
+        "follow-redirects": "^1.15.6",
         "form-data": "^4.0.0",
         "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 8594c7949f..83867a212c 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.6.6",
+    "axios": "^1.7.4",
     "browserify-sign": "^4.2.2",
     "decode-uri-component": "^0.4.1",
     "history": "^4.10.1",


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

Reply via email to