From addeed057c7b8d81de9b5709de904306e254e443 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 May 2024 03:43:31 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index 985d1f33d278a..5876718912a25 100644 --- a/www/package.json +++ b/www/package.json @@ -21,7 +21,7 @@ "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",