From 45cf79b8fc4ee96f916d0fd48d09e207179ffa0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 00:17:16 +0000 Subject: [PATCH] fix: packages/gatsby-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- packages/gatsby-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 6b441d6e808fc..030536d9045de 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -32,7 +32,7 @@ "is-valid-path": "^0.1.1", "lodash": "^4.17.20", "meant": "^1.0.2", - "node-fetch": "^2.6.1", + "node-fetch": "^3.2.10", "opentracing": "^0.14.4", "pretty-error": "^2.1.1", "progress": "^2.0.3",