From ac29a3ce980bf7c3028eb4edc87a723e925caa0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 07:48:49 +0000 Subject: [PATCH] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 7f0d312..4640475 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "redux-devtools": "^3.4.0" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.1", "lodash": "^4.17.4", "react": "^16.0.0", "react-dom": "^16.0.0",