From e51f567d8e0ef9f577efb25b50e430a0dcb6ce07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 04:08:05 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- 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",