From 6c97594591df2d3c63e8c6bb2dd8f78b2fd682a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 00:08:38 +0000 Subject: [PATCH] Bump axios from 0.21.4 to 0.24.0 in /vue 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/package.json b/vue/package.json index 45f8a0ec7..ec126feee 100644 --- a/vue/package.json +++ b/vue/package.json @@ -13,7 +13,7 @@ "@kevinfaguiar/vue-twemoji-picker": "^5.7.4", "@popperjs/core": "^2.10.1", "@riophae/vue-treeselect": "^0.4.0", - "axios": "^0.21.4", + "axios": "^0.24.0", "bootstrap-vue": "^2.21.2", "core-js": "^3.19.0", "lodash": "^4.17.21",