From 490af374492bf4e266e881411e94bca5475587f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Feb 2025 23:33:45 +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-ELLIPTIC-8187303 --- 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 47281f6248116..a5f31163f589a 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -7,7 +7,7 @@ "@emotion/core": "^10.0.35", "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-emotion": "^4.3.11", "gatsby-plugin-netlify": "^2.3.15",