From 7b41c5d70fd0cc6570c066b8839c00f9fa441a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:01:53 +0800 Subject: [PATCH] Bump axios from 1.6.0 to 1.7.4 in /linkis-web (#5159) Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [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/v1.6.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- linkis-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkis-web/package.json b/linkis-web/package.json index f2f5dccc0a..5080d29ba0 100644 --- a/linkis-web/package.json +++ b/linkis-web/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@form-create/iview": "2.5.27", - "axios": "1.6.0", + "axios": "1.7.4", "babel-polyfill": "6.26.0", "core-js": "3.27.2", "dexie": "3.2.3",