From 48ecfb272c4335cc86b290d832668bda814954e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 08:07:27 +0000 Subject: [PATCH] build(deps): bump axios from 0.18.0 to 0.21.2 in /cmdb-ui Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cmdb-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdb-ui/package.json b/cmdb-ui/package.json index e8928a1..f8f15e4 100644 --- a/cmdb-ui/package.json +++ b/cmdb-ui/package.json @@ -20,7 +20,7 @@ "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^1.0.0", "ant-design-vue": "^1.6.5", - "axios": "0.18.0", + "axios": "0.21.2", "babel-eslint": "^8.2.2", "butterfly-dag": "^4.3.26", "codemirror": "^5.65.13",