From 599afca19c6613320a04e035473f4ae5249b59a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 16:59:19 +0000 Subject: [PATCH] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- script/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/package.json b/script/package.json index 9f7e0312981..9af8906977d 100644 --- a/script/package.json +++ b/script/package.json @@ -35,7 +35,7 @@ "minidump": "^0.22.0", "mkdirp": "0.5.1", "nock": "^13.0.2", - "node-fetch": "^2.6.1", + "node-fetch": "^3.2.10", "normalize-package-data": "2.3.5", "npm": "6.14.8", "npm-check": "^5.9.2",