From 44a9ad197a25bd2b38beda1889fd3be7b52509f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 12:09:53 +0000 Subject: [PATCH] Bump axios from 0.9.1 to 0.20.0 Bumps [axios](https://github.com/axios/axios) from 0.9.1 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.9.1...v0.20.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edd32e3..dc704ff 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/OlegKKK/note-web-application#readme", "dependencies": { - "axios": "^0.9.1", + "axios": "^0.20.0", "body-parser": "^1.17.0", "classnames": "^2.2.5", "cors": "*",