From cb630c44a869f3083023d72dde6f6731df8735ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Sep 2024 23:53:13 +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-WHETEXTEND-3178372 --- 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 939000e514bef..6345f33fe4a9f 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -5,13 +5,13 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^1.9.76", + "gatsby": "^2.0.0", "gatsby-image": "^1.0.16", "gatsby-link": "^1.6.23", "gatsby-plugin-glamor": "^1.6.8", "gatsby-plugin-google-analytics": "^1.0.11", "gatsby-plugin-offline": "latest", - "gatsby-plugin-sharp": "^1.6.13", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-drupal": "^2.0.1", "gatsby-transformer-sharp": "^1.6.13", "gray-percentage": "^2.0.0",