From c719377368108bf8f449d2bf0846719d6731464e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 21:31:06 +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-2332181 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- www/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/package.json b/www/package.json index 985d1f33d278a..26751f42d45ef 100644 --- a/www/package.json +++ b/www/package.json @@ -15,13 +15,13 @@ "@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.20.0", "bluebird": "^3.7.2", "color-blend": "^2.0.9", "dotenv": "^8.2.0", "email-validator": "^1.2.3", "fuse.js": "^3.6.1", - "gatsby": "^2.24.43", + "gatsby": "^3.13.0", "gatsby-alias-imports": "^1.0.4", "gatsby-core-utils": "^1.3.15", "gatsby-design-tokens": "^2.0.10",