From 32a46fb3de378529405c5d947a8d755736df5841 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 21:02:36 +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-LOADERUTILS-3043105 --- 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 df34a46f17928..54139f05609f1 100644 --- a/examples/using-faker/package.json +++ b/examples/using-faker/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.6.11", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-source-faker": "^2.3.11", "react": "^16.3.2",