From 914f2e4a2dff17972dcbdeea1b8f483dd444b430 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Sep 2022 19:43:14 +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-PARSEURL-3023021 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398 --- examples/using-drupal/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-drupal/package.json b/examples/using-drupal/package.json index 08e8af6e82bb9..06c74c55dbe16 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -5,12 +5,12 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.0.0", "gatsby-image": "^2.0.5", "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.0.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-drupal": "^2.2.0", "gatsby-transformer-sharp": "^2.1.1",