From 2e464ae7962ec9eb7aa4ed4502876508373f8e7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Sep 2022 04:47:51 +0000 Subject: [PATCH] fix: examples/using-drupal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- examples/using-drupal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-drupal/package.json b/examples/using-drupal/package.json index cef58447ff911..bddfa82857faa 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -10,7 +10,7 @@ "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.23.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-drupal": "^3.0.9", "gatsby-transformer-sharp": "^2.1.1",