From 4dbecd52ad5738fa1200f3ac489ab1f808584d05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 May 2020 05:17:29 +0300 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index 9e39d76d17a19..727473b28440a 100644 --- a/www/package.json +++ b/www/package.json @@ -6,7 +6,7 @@ "dependencies": { "bluebird": "^3.5.1", "email-validator": "^1.1.1", - "gatsby": "^1.9.225", + "gatsby": "^2.0.0", "gatsby-image": "^1.0.41", "gatsby-link": "^1.6.38", "gatsby-plugin-canonical-urls": "^1.0.15",