From 90a7c616bef26b584a74d3294c5afac993f330a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 05:00:19 +0000 Subject: [PATCH] fix: benchmarks/image-processing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- benchmarks/image-processing/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/image-processing/package.json b/benchmarks/image-processing/package.json index 46df7791290ff..b0af7d6dc5fba 100644 --- a/benchmarks/image-processing/package.json +++ b/benchmarks/image-processing/package.json @@ -11,9 +11,9 @@ "gatsby-plugin-manifest": "^2.2.38", "gatsby-plugin-offline": "^3.0.32", "gatsby-plugin-react-helmet": "^3.1.21", - "gatsby-plugin-sharp": "^2.4.0", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.1.46", - "gatsby-transformer-sharp": "^2.3.13", + "gatsby-transformer-sharp": "^3.15.0", "lodash": "^4.17.15", "node-fetch": "^2.6.0", "prop-types": "^15.7.2",