From c2ec0ca3b6f9b77f74c5c236c5f9e73a304500b7 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 30 Aug 2019 08:16:17 +0000 Subject: [PATCH] chore: upgrade axios from 0.18.1 to 0.19.0 Snyk have raised this PR to upgrade axios from 0.18.1 to 0.19.0. See this package in NPM: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/iliutastoica/project/799ad0dc-fa66-4ea9-94a9-4077f59671b9?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 218133f..34ad75a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "webpack-stream": "^5.1.1" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.19.0", "@babel/polyfill": "^7.0.0", "easing-js": "^1.1.2", "gl-matrix": "^3.0.0",