From 5434d651b6591b04fcca289313c84bb56adb17ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 03:34:31 +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-NODEFETCH-2964180 --- benchmarks/source-drupal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-drupal/package.json b/benchmarks/source-drupal/package.json index 6d5c5c7a9abb7..1109aa6c1d249 100644 --- a/benchmarks/source-drupal/package.json +++ b/benchmarks/source-drupal/package.json @@ -26,7 +26,7 @@ "gatsby-source-filesystem": "^2.1.48", "gatsby-transformer-sharp": "^2.3.14", "lodash.kebabcase": "^4.1.1", - "node-fetch": "^2.6.0", + "node-fetch": "^3.2.10", "react": "^16.12.0", "react-dom": "^16.12.0", "ts-node": "^8.6.2",