From 9d871d722b020eb343afa04682dd4c231296c6f5 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 7 Jan 2021 21:05:59 +0200 Subject: [PATCH] fix: upgrade axios from 0.19.1 to 0.19.2 (#185) 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 2b175cc..c66b5fd 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",