From d2c78f263616188ccb9af59a347daa0a2e52c160 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Oct 2020 00:44:05 +0000 Subject: [PATCH] fix: upgrade axios from 0.19.2 to 0.20.0 Snyk has created this PR to upgrade axios from 0.19.2 to 0.20.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/srgooglo/project/32d7496a-6bfa-4eab-978c-5bc618fd2e41?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4e7a76cc..0b2b982e --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@material-ui/icons": "^4.9.1", "@ragestudio/ycorejs-lib": "^0.1.22", "antd": "^4.6.6", - "axios": "^0.19.2", + "axios": "^0.20.0", "babel-core": "^6.26.3", "classnames": "^2.2.6", "concat-stream": "^2.0.0",