From 16114ba3e10797902b41fc84f7b6beb8d40e624d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 07:00:30 +0000 Subject: [PATCH] fix: benchmarks/source-drupal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- benchmarks/source-drupal/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/source-drupal/package.json b/benchmarks/source-drupal/package.json index fbe9a7342657f..c0070f8ae0f50 100644 --- a/benchmarks/source-drupal/package.json +++ b/benchmarks/source-drupal/package.json @@ -18,10 +18,10 @@ "faker": "^4.1.0", "gatsby": "^2.19.7", "gatsby-image": "^2.2.40", - "gatsby-plugin-sharp": "^2.4.5", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-drupal": "^3.3.18", "gatsby-source-filesystem": "^2.1.48", - "gatsby-transformer-sharp": "^2.3.14", + "gatsby-transformer-sharp": "^3.15.0", "lodash.kebabcase": "^4.1.1", "node-fetch": "^2.6.0", "react": "^16.12.0",