From cd14d920ea9a17ba9017a2d6663a66abb1412b6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Dec 2020 12:17:13 +0000 Subject: [PATCH] Bump axios from 0.20.0 to 0.21.1 Bumps [axios](https://github.com/axios/axios) from 0.20.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.20.0...v0.21.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 925f2c2..ec8b6e8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "echo 'test'" }, "dependencies": { - "axios": "^0.20.0", + "axios": "^0.21.1", "babel-runtime": "^6.26.0", "core-js": "^3.6.5", "github-calendar": "^2.1.1",