From ee8afadc69aee4b3fe63ef79bf9b18ddef1a7b4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Nov 2022 16:55:22 +0000 Subject: [PATCH] fix: examples/using-gatsby-source-graphql/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- examples/using-gatsby-source-graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-gatsby-source-graphql/package.json b/examples/using-gatsby-source-graphql/package.json index dfd19b30c8740..6569391ea44d3 100644 --- a/examples/using-gatsby-source-graphql/package.json +++ b/examples/using-gatsby-source-graphql/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "dateformat": "^3.0.3", - "gatsby": "^2.18.10", + "gatsby": "^5.0.0", "gatsby-image": "^2.2.36", "gatsby-plugin-netlify": "^2.1.30", "gatsby-plugin-sharp": "^2.3.7",