From 0a24b6c330eb8e4c300d5757eead5453b6818a05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Nov 2022 08:26:00 +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-GOT-2932019 --- 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 e90bd8bd08b04..5677bc9039316 100644 --- a/examples/using-faker/package.json +++ b/examples/using-faker/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.5.5", - "gatsby": "^2.0.0", + "gatsby": "^5.0.0", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-source-faker": "^2.0.0", "react": "^16.3.2",