From 4d7c4937b1bc5f023fdc37d7ad8e8daba072474b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 02:48:35 +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-AXIOS-6144788 --- 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 eba488642eedd..848150046cac1 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -5,14 +5,14 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-glamor": "^2.3.11", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-sharp": "^2.6.36", "gatsby-plugin-typography": "^2.5.11", - "gatsby-source-drupal": "^3.5.33", + "gatsby-source-drupal": "^4.8.0", "gatsby-transformer-sharp": "^2.5.15", "glamor": "^2.20.40", "gray-percentage": "^2.0.0",