From 1865daf11a87766a37e0083ad52dce094ff0e4b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 10:46:18 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.20.0 in /packages/webapp Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.20.0. - [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.19.2...v0.20.0) Signed-off-by: dependabot[bot] --- packages/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/package.json b/packages/webapp/package.json index b9cae2b6..f802d9a5 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Nebulous", "dependencies": { - "axios": "^0.19.2", + "axios": "^0.20.0", "bytes": "^3.1.0", "classnames": "^2.2.6", "gatsby": "^2.24.47",