From 4b93c6af057e4132f23cf66a1bb5e3e30f232d6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 06:35:21 +0000 Subject: [PATCH] fix: benchmarks/source-wordpress/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- benchmarks/source-wordpress/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/source-wordpress/package.json b/benchmarks/source-wordpress/package.json index 8def5cf487d2a..1464d52a0d8bf 100644 --- a/benchmarks/source-wordpress/package.json +++ b/benchmarks/source-wordpress/package.json @@ -21,10 +21,10 @@ "gatsby": "^2.21.18", "gatsby-image": "^2.4.3", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^2.6.2", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.1.48", "gatsby-source-wordpress-experimental": "^0.1.10", - "gatsby-transformer-sharp": "^2.5.2", + "gatsby-transformer-sharp": "^3.15.0", "react": "^16.12.0", "react-dom": "^16.12.0" },