From 3e44a696c13b39c50bf0075afb453d3519897143 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 May 2022 05:40:29 +0000 Subject: [PATCH] fix: examples/graphql-reference/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- examples/graphql-reference/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphql-reference/package.json b/examples/graphql-reference/package.json index b7c95385b0621..79379088bb8bb 100644 --- a/examples/graphql-reference/package.json +++ b/examples/graphql-reference/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "LekoArts ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.14.0", "gatsby-image": "^2.4.19", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-plugin-sharp": "^2.6.36",