From c6f38e033ad71f811df1f15a6d807bd1bbeefa26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 06:08:29 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 47281f6248116..06cf085a75749 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -7,11 +7,11 @@ "@emotion/core": "^10.0.35", "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", - "gatsby": "^2.24.63", + "gatsby": "^4.10.2", "gatsby-image": "^2.4.19", "gatsby-plugin-emotion": "^4.3.11", "gatsby-plugin-netlify": "^2.3.15", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^4.22.0", "gatsby-plugin-typography": "^2.5.11", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-sharp": "^2.5.15",