From 75d423670c61756a9bad102a5fda5e0804685439 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 02:17:27 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- 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",