From 2398fc32f9b38f98bd9cc00019764743e47c6cd8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Jan 2024 04:16:46 +0000 Subject: [PATCH] fix: examples/recipes-gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- examples/recipes-gatsby-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/recipes-gatsby-image/package.json b/examples/recipes-gatsby-image/package.json index 9c2ee3e61021e..fa4fc88a3aee6 100644 --- a/examples/recipes-gatsby-image/package.json +++ b/examples/recipes-gatsby-image/package.json @@ -7,7 +7,7 @@ "dependencies": { "@mdx-js/mdx": "^1.6.18", "@mdx-js/react": "^1.6.18", - "gatsby": "^2.24.63", + "gatsby": "^4.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-mdx": "^1.2.40",