From 607254916b021b2c2555a0179e32f3e2b49d34d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 00:33:27 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index 9bf7987ade861..44c7cd0d8b165 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": "^1.6.0", "bluebird": "^3.7.2", "color-blend": "^2.0.8", "dotenv": "^8.2.0",