From 0b8905bf6b779762fe8351754a6cf9b16ce4892d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 08:14:49 +0000 Subject: [PATCH] Bump axios from 0.21.4 to 0.26.1 in /frontend Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.26.1. - [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.26.1) --- 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..e0b82a3 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.26.1", "eslint": "^7.28.0", "eslint-plugin-vue": "^7.11.1", "vue-axios": "^3.2.4",