From 502bb4c91cfbaf168e03f771066ca697f0a3ea88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 14:49:56 -0700 Subject: [PATCH] chore(deps): bump `axios` version (#111) Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.19.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.17.1...v0.19.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 748c54a..31634ca 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "tape tests/*.js | tap-spec" }, "devDependencies": { - "axios": "^0.17.1", + "axios": "^0.19.0", "lerna": "^2.8.0", "tap-spec": "^4.1.1", "tape": "^4.8.0"