From 81e4d9bad0dd78072d3d5662830dbe711ede83cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 08:06:35 +0000 Subject: [PATCH] Update axios requirement from ^0.21.1 to ^0.21.3 in /frontend Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version. - [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.1...0.21.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... 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..dbfa6c4 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.21.3", "eslint": "^7.28.0", "eslint-plugin-vue": "^7.11.1", "vue-axios": "^3.2.4",