From cd25e84945f6a0c7d8244688c7653c7c01c3da5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 20:08:28 +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-INFLIGHT-6095116 --- examples/graphql-reference/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/graphql-reference/package.json b/examples/graphql-reference/package.json index 0dfd4be5d0df6..74e103318ea97 100644 --- a/examples/graphql-reference/package.json +++ b/examples/graphql-reference/package.json @@ -5,10 +5,10 @@ "version": "0.1.0", "author": "LekoArts ", "dependencies": { - "gatsby": "^2.17.7", + "gatsby": "^4.10.2", "gatsby-image": "^2.2.30", "gatsby-plugin-react-helmet": "^3.1.13", - "gatsby-plugin-sharp": "^2.2.36", + "gatsby-plugin-sharp": "^4.22.0", "gatsby-plugin-typography": "^2.3.15", "gatsby-remark-responsive-iframe": "^2.2.25", "gatsby-source-filesystem": "^2.1.35",