From e509b863431896b128e75c2f42e56a31296a08e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 21:52:24 +0000 Subject: [PATCH] fix: examples/using-gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 --- examples/using-gatsby-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 63589b60f3f4a..2d42ccd777768 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-gatsby-image", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.0.0", "gatsby-image": "^2.0.5", "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-netlify": "^2.0.0",