From 53be5a2f76db6d02046e9bd4e0457d762c883339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 19:31:49 +0000 Subject: [PATCH] Bump axios from 0.16.2 to 0.19.2 Bumps [axios](https://github.com/axios/axios) from 0.16.2 to 0.19.2. - [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.16.2...v0.19.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6b8691..a8e7039 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/coderofsalvation/vue-stash-remote#readme", "dependencies": { - "axios": "^0.16.1", + "axios": "^0.19.2", "json-schema-defaults": "^0.3.0", "lodash": "^4.17.4", "parse": "^1.10.0",