From 91da86052415fccb82fe62a06b459218d06a96b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 13:26:06 +0000 Subject: [PATCH] Bump axios from 0.18.0 to 0.19.0 Bumps [axios](https://github.com/axios/axios) from 0.18.0 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.18.0...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 c1896f8..52651e3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js" }, "dependencies": { - "axios": "0.18.0", + "axios": "0.19.0", "bmaplib.distancetool": "^1.0.2", "clipboard": "1.7.1", "codemirror": "^5.39.2",