From b8262872e095d80b62cd6ad0c6b7fd9a252effd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 18:38:15 +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 db2b0f59c799c..d483a151d951e 100644 --- a/www/package.json +++ b/www/package.json @@ -7,7 +7,7 @@ "bluebird": "^3.5.1", "email-validator": "^1.1.1", "fuse.js": "^3.2.0", - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-image": "^2.0.5", "gatsby-plugin-canonical-urls": "^2.0.5", "gatsby-plugin-catch-links": "^2.0.2",