From 06d85459887194bb6efbdc1fbbb9ec9504b2b734 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 05:06:51 +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-PHIN-6598077 --- 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..49d24f3561af5 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -11,10 +11,10 @@ "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": "^3.15.0", "gatsby-plugin-typography": "^2.5.11", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-sharp": "^3.15.0", "gatsby-transformer-yaml": "^2.4.12", "numeral": "^2.0.6", "react": "^16.6.0",