From 50a3eb1291c70ad0c69ffdd83f2609ce76fcb8af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 10:22:22 +0200 Subject: [PATCH] fix: upgrade axios from 0.19.1 to 0.19.2 Snyk has created this PR to upgrade axios from 0.19.1 to 0.19.2. See this package in NPM: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/grzanka/project/4ee94ed6-42ce-487f-8f69-bb1e3a817bd6?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 58e3dfd..0aeb19f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@axetroy/react-download": "1.1.1", "antd": "3.26.12", - "axios": "0.19.1", + "axios": "0.19.2", "babel-plugin-wildcard": "5.0.0", "bootstrap": "4.4.0", "react": "16.13.0",