From a7e3ffd41bda6f642d9a7231c5759c9faf65c08d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 00:03:44 +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-ENGINEIO-3136336 --- 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..40a55264b1b66 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": "^5.4.0", "gatsby-image": "^2.4.19", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-plugin-sharp": "^2.6.36",