From 0b7a1a4fdf3a3fcfb8e339d2b098b76dc0e3d638 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 18:53:07 +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-JSON5-3182856 --- 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 4abd96afe7355..29e6eab2285a0 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": "^1.9.77", + "gatsby": "^3.0.0", "gatsby-image": "^1.0.14", "gatsby-link": "^1.6.23", "gatsby-plugin-glamor": "^1.6.7",