From 2fe0a66e32395ac21b4ec99b3a1f096678e3f1ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Dec 2023 03:13:00 +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-6124857 --- 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 7a71600deac77..5e8baa235cdb3 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.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-typography": "^2.2.0", - "gatsby-source-drupal": "^3.0.9", + "gatsby-source-drupal": "^4.8.0", "gatsby-transformer-sharp": "^2.1.1", "glamor": "^2.20.40", "gray-percentage": "^2.0.0",