From 4a3bc6769aa00e01ab3174c34ef7308d59d2654e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Sep 2022 21:15:33 +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-NTHCHECK-1586032 --- benchmarks/source-drupal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-drupal/package.json b/benchmarks/source-drupal/package.json index 9e39fb4de9675..6616306284dc8 100644 --- a/benchmarks/source-drupal/package.json +++ b/benchmarks/source-drupal/package.json @@ -21,7 +21,7 @@ "gatsby": "^3.5.1", "gatsby-image": "^3.5.0", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^3.5.0", + "gatsby-plugin-sharp": "^4.23.0", "gatsby-source-drupal": "^4.7.2", "gatsby-source-filesystem": "^3.5.0", "gatsby-transformer-sharp": "^3.5.0",