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 f083840aeb optimize: upgrade axios version from 1.7.4 to 1.8.2 (#7249) f083840aeb is described below commit f083840aebc18a4d07dad84ce54aeac81b94c467 Author: YoWuwuuuw <2216348...@qq.com> AuthorDate: Tue Mar 25 10:53:41 2025 +0800 optimize: upgrade axios version from 1.7.4 to 1.8.2 (#7249) --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 1 + console/src/main/resources/static/console-fe/package-lock.json | 8 ++++---- console/src/main/resources/static/console-fe/package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index a3790d8806..da9bd5d898 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -88,6 +88,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6338](https://github.com/apache/incubator-seata/pull/6338)] upgrade jackson version - [[#7201](https://github.com/apache/incubator-seata/pull/7202)] upgrade protobuf.version to 3.25.5 - [[#7214](https://github.com/apache/incubator-seata/pull/7214)] upgrade jackson to 2.18.3 +- [[#7249](https://github.com/apache/incubator-seata/pull/7249)] upgrade axios to 1.8.2 ### test: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 492afa9406..2ea2ac5322 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -85,6 +85,7 @@ - [[#6338](https://github.com/apache/incubator-seata/pull/6338)] 升级 jackson 依赖版本 - [[#7201](https://github.com/apache/incubator-seata/pull/7202)] 升级 protobuf 版本到 3.25.5 - [[#7214](https://github.com/apache/incubator-seata/pull/7214)] 升级 jackson 至 2.18.3 版本 +- [[#7249](https://github.com/apache/incubator-seata/pull/7249)] 升级 axios 至 1.8.2 版本 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 45ca71e492..c25aa45e8a 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.7.4", + "axios": "^1.8.2", "browserify-sign": "^4.2.2", "decode-uri-component": "^0.4.1", "elliptic": "^6.5.7", @@ -4084,9 +4084,9 @@ } }, "node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/console/src/main/resources/static/console-fe/package.json b/console/src/main/resources/static/console-fe/package.json index 7acb85de0b..b4f94d6f3e 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.7.4", + "axios": "^1.8.2", "browserify-sign": "^4.2.2", "decode-uri-component": "^0.4.1", "elliptic": "^6.5.7", --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org