From af274927e5056fb80a8714a085ea554c0e28b72b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 01:17:48 +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-6144788 --- www/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/package.json b/www/package.json index 057e7c77d5c1b..4a51c2b509445 100644 --- a/www/package.json +++ b/www/package.json @@ -15,13 +15,13 @@ "@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.4", "bluebird": "^3.7.2", "color-blend": "^2.0.8", "dotenv": "^8.2.0", "email-validator": "^1.2.3", "fuse.js": "^3.4.6", - "gatsby": "^2.18.8", + "gatsby": "^4.0.0", "gatsby-design-tokens": "~1.0.10", "gatsby-image": "^2.2.34", "gatsby-plugin-canonical-urls": "^2.1.16",