From 66c018e164dbe975c5298587784a6a394de1577d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 14:52:39 +0200 Subject: [PATCH] Bump axios from 0.21.0 to 0.21.1 (#309) Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1) 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 4ed9e39..3b95d46 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tedconf/fessonia": "^2.1.2", "@types/cli-progress": "^3.8.0", "@types/jwt-decode": "^2.2.1", - "axios": "^0.21.0", + "axios": "^0.21.1", "axios-retry": "^3.1.9", "cli-progress": "^3.8.2", "colors": "^1.4.0",