From 7b246f2667175e91a2fbbac8d7ccf67c4ae5f65a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 06:13:17 +0000 Subject: [PATCH] fix: benchmarks/source-kontent/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- benchmarks/source-kontent/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/source-kontent/package.json b/benchmarks/source-kontent/package.json index cb189e571c027..5512fb282330b 100644 --- a/benchmarks/source-kontent/package.json +++ b/benchmarks/source-kontent/package.json @@ -19,8 +19,8 @@ "gatsby": "^2.19.7", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^2.4.5", - "gatsby-transformer-sharp": "^2.3.14", + "gatsby-plugin-sharp": "^3.15.0", + "gatsby-transformer-sharp": "^3.15.0", "react": "^16.12.0", "react-dom": "^16.12.0" },