From 5cd9d7653525fcd3e68499a74e4206264004fc64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Mar 2022 16:12:45 +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-NODEFETCH-2342118 --- 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 badcf5fb594de..baccd1bb06431 100644 --- a/examples/using-gatsby-source-graphql/package.json +++ b/examples/using-gatsby-source-graphql/package.json @@ -11,7 +11,7 @@ "dateformat": "^3.0.3", "gatsby": "^2.0.0", "gatsby-plugin-netlify": "^2.0.0", - "gatsby-source-graphql": "^2.0.0", + "gatsby-source-graphql": "^4.11.0", "react": "^16.3.2", "react-dom": "^16.3.2", "react-markdown": "^3.3.4"