From e7d4039e682207992c62c9099c94408f2b25b7b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Mar 2022 03:45:45 +0000 Subject: [PATCH] fix: upgrade axios from 0.25.0 to 0.26.0 Snyk has created this PR to upgrade axios from 0.25.0 to 0.26.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/bowring/project/eef5ea84-753f-480c-9f94-672c062785fe?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d32b8fe0..1f71d03f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@babel/polyfill": "^7.12.1", "@material-ui/core": "^4.11.4", "@material-ui/icons": "^4.11.2", - "axios": "^0.25.0", + "axios": "^0.26.0", "babel-core": "^6.26.3", "bootstrap": "^4.5.0", "classnames": "^2.2.6",