From 249e955f0d54e7a65d98d712ea26774d1272ad81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:36:15 +0000 Subject: [PATCH] build(deps): bump axios from 0.18.0 to 1.6.0 in /cmdb-ui Bumps [axios](https://github.com/axios/axios) from 0.18.0 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.18.0...v1.6.0) --- 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..6aec35d 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": "1.6.0", "babel-eslint": "^8.2.2", "butterfly-dag": "^4.3.26", "codemirror": "^5.65.13",