From a32d12884e08f10aa0252770eb2c3b36c05499e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jan 2024 02:05:55 +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-6141137 --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index 985d1f33d278a..6e61d79dbf33a 100644 --- a/www/package.json +++ b/www/package.json @@ -15,7 +15,7 @@ "@styled-system/should-forward-prop": "^5.1.5", "@styled-system/theme-get": "^5.1.2", "@xstate/react": "^0.8.1", - "axios": "^0.19.2", + "axios": "^0.21.1", "bluebird": "^3.7.2", "color-blend": "^2.0.9", "dotenv": "^8.2.0",