From 99e4197dd88e34d2165ad7bf4f704d5f9ecfc4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 14:10:11 +0000 Subject: [PATCH] Bump axios from 0.21.4 to 1.6.0 in /linkis-web Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0. - [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.21.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 280927e572..b04dbcd537 100644 --- a/linkis-web/package.json +++ b/linkis-web/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@form-create/iview": "2.5.27", - "axios": "0.21.4", + "axios": "1.6.0", "babel-polyfill": "6.26.0", "core-js": "3.27.2", "dexie": "3.2.3",