From 2cfe9e92bfa880c84587bbc87ec0704301b35b26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jan 2024 21:07:14 +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-INFLIGHT-6095116 --- 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 14e69e8d0666e..9dbd920faeaa1 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -7,7 +7,7 @@ "@emotion/core": "^10.0.10", "@emotion/styled": "^10.0.10", "emotion": "^10.0.9", - "gatsby": "^2.0.36", + "gatsby": "^5.13.2", "gatsby-image": "^2.0.19", "gatsby-plugin-emotion": "^4.0.6", "gatsby-plugin-netlify": "^2.0.3",