From 3a9780dc4f7e2d20b4b099fb0bfa1f5edb6a9d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:03:47 +0800 Subject: [PATCH] build(deps): bump axios (#2553) Bumps the npm_and_yarn group with 1 update in the /ui directory: [axios](https://github.com/axios/axios). Updates `axios` from 0.28.1 to 1.8.3 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.28.1...v1.8.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index ece7350e5..861163bd6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,7 +22,7 @@ "@vavt/cm-extension": "^1.6.0", "@vueuse/core": "^10.9.0", "@wecom/jssdk": "^2.1.0", - "axios": "^0.28.0", + "axios": "^1.8.3", "codemirror": "^6.0.1", "cropperjs": "^1.6.2", "dingtalk-jsapi": "^2.15.6",