From 01c4a7b82cfa5b71d8f5096b80015ba9863c06de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 03:28:25 +0000 Subject: [PATCH] fix: examples/using-faker/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- examples/using-faker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-faker/package.json b/examples/using-faker/package.json index 134bdb50f0c36..fb4821b0649e6 100644 --- a/examples/using-faker/package.json +++ b/examples/using-faker/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^1.9.145", + "gatsby": "^2.0.0", "gatsby-link": "^1.6.32", "gatsby-plugin-react-helmet": "^1.0.8", "gatsby-source-faker": "latest"