From f7024c89a6e44ed913388812cf114fdc8c3c26bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 15:06:08 +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-WEBPACKDEVMIDDLEWARE-6476555 --- 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 0dfd4be5d0df6..d3b6873b044a8 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.17.7", + "gatsby": "^3.13.0", "gatsby-image": "^2.2.30", "gatsby-plugin-react-helmet": "^3.1.13", "gatsby-plugin-sharp": "^2.2.36",