From 96ebf08b847d944cceaf66bcf0268569f1e2af67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 08:08:28 +0000 Subject: [PATCH] Bump axios from 0.21.4 to 0.27.2 in /frontend Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.27.2. - [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.27.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 98849a9..a126862 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@vue/cli-plugin-eslint": "~4.5.13", "@vue/cli-plugin-router": "~4.5.13", "@vue/cli-service": "~4.5.13", - "axios": "^0.21.1", + "axios": "^0.27.2", "eslint": "^7.28.0", "eslint-plugin-vue": "^7.11.1", "vue-axios": "^3.2.4",