From 9c7bd293e4d8a552d3afa53887701ae72cea0220 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Feb 2020 03:58:19 +0000 Subject: [PATCH] fix: upgrade axios from 0.18.1 to 0.19.1 Snyk has created this PR to upgrade axios from 0.18.1 to 0.19.1. See this package in NPM: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/cronenborg/project/356590d0-e799-488a-8b6b-902cef3a33b1?utm_source=github&utm_medium=upgrade-pr --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index 5a96a45..4130152 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -39,7 +39,7 @@ "dependencies": { "@material-ui/core": "^3.8.3", "@material-ui/icons": "^3.0.2", - "axios": "^0.18.0", + "axios": "^0.19.1", "prop-types": "^15.6.2", "raf": "^3.4.0", "react": "16.2.0",