From 949632bbbf123c723103ca9a5335a264b542acaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 01:31:02 +0000 Subject: [PATCH] fix: benchmarks/source-drupal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- benchmarks/source-drupal/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/source-drupal/package.json b/benchmarks/source-drupal/package.json index 6d5c5c7a9abb7..98b9d6ae31323 100644 --- a/benchmarks/source-drupal/package.json +++ b/benchmarks/source-drupal/package.json @@ -18,11 +18,11 @@ "cross-env": "^7.0.0", "dotenv": "^8.2.0", "faker": "^4.1.0", - "gatsby": "^2.19.7", + "gatsby": "^4.0.0", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-sharp": "^2.4.5", - "gatsby-source-drupal": "^3.3.18", + "gatsby-source-drupal": "^4.8.0", "gatsby-source-filesystem": "^2.1.48", "gatsby-transformer-sharp": "^2.3.14", "lodash.kebabcase": "^4.1.1",