From e101d4ff373c3353f8fda5b1b038647a6daa38fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 22:59:57 +0800 Subject: [PATCH] build(deps-dev): bump axios from 0.21.4 to 0.24.0 (#8) Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.24.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.4...v0.24.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 265a3de..26968fa 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@vitejs/plugin-vue": "^1.3.0", "@vitejs/plugin-vue-jsx": "^1.1.7", "@vue/compiler-sfc": "^3.0.5", - "axios": "^0.21.1", + "axios": "^0.24.0", "commitizen": "^4.2.4", "compressorjs": "^1.0.7", "eslint": "^7.32.0",