From d41d2821068dbc7c3cdd63a647153a522240e9ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 May 2022 17:14:19 +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-SHELLQUOTE-1766506 --- 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..638e8b1a0a8cf 100644 --- a/examples/data-fetching/package.json +++ b/examples/data-fetching/package.json @@ -6,7 +6,7 @@ "author": "@gatsbyjs", "dependencies": { "dotenv": "^8.2.0", - "gatsby": "^2.24.63", + "gatsby": "^4.14.0", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-source-graphql": "^2.7.4", "prop-types": "^15.7.2",