From 9a7b00d60e684e674ec5c48f621babed29f8a076 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jan 2022 08:10:20 +0000 Subject: [PATCH] fix: upgrade axios from 0.19.2 to 0.24.0 Snyk has created this PR to upgrade axios from 0.19.2 to 0.24.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/baoduy/project/72f52414-2186-4814-bb13-94c781a8f87e?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 9e8e37f..8c761c4 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "@babel/runtime": "^7.4.3", "@material-ui/core": "^3.9.3", "@material-ui/icons": "^3.0.2", - "axios": "^0.19.0", + "axios": "^0.24.0", "chartist": "^0.11.0", "classnames": "^2.2.6", "dayjs": "^1.8.12",