From 34fc288253735c9878cd888410f5c992aba20159 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 00:58:33 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index 057e7c77d5c1b..a0a22082cef6b 100644 --- a/www/package.json +++ b/www/package.json @@ -15,7 +15,7 @@ "@styled-system/should-forward-prop": "^5.1.4", "@styled-system/theme-get": "^5.1.2", "@xstate/react": "^0.8.1", - "axios": "^0.19.0", + "axios": "^0.20.0", "bluebird": "^3.7.2", "color-blend": "^2.0.8", "dotenv": "^8.2.0",