From aa37fc921cfc608d0863e2e6364dc82e70f9e399 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 05:08:37 +0000 Subject: [PATCH] fix: e2e-tests/gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- e2e-tests/gatsby-image/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/gatsby-image/package.json b/e2e-tests/gatsby-image/package.json index f37fd7574fdc2..baa8efb174f0a 100644 --- a/e2e-tests/gatsby-image/package.json +++ b/e2e-tests/gatsby-image/package.json @@ -10,9 +10,9 @@ "gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-offline": "^2.0.23", "gatsby-plugin-react-helmet": "^3.0.6", - "gatsby-plugin-sharp": "^2.0.20", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.0.20", - "gatsby-transformer-sharp": "^2.1.13", + "gatsby-transformer-sharp": "^3.15.0", "react": "^16.8.0", "react-dom": "^16.8.0", "react-helmet": "^5.2.0"