From 75aaa69eb7669f7ae00f0e4213e6ba82db002bf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Mar 2022 18:56:34 +0000 Subject: [PATCH] fix: examples/data-fetching/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- examples/data-fetching/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/data-fetching/package.json b/examples/data-fetching/package.json index 02a4a92caa1d4..8e385e5532b2f 100644 --- a/examples/data-fetching/package.json +++ b/examples/data-fetching/package.json @@ -8,7 +8,7 @@ "dotenv": "^8.2.0", "gatsby": "^2.24.63", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-source-graphql": "^2.7.4", + "gatsby-source-graphql": "^4.11.0", "prop-types": "^15.7.2", "react": "^16.11.0", "react-dom": "^16.11.0",