From 0d26958d53e9b157c2a9bfe41b9b05ab2891c505 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 21:39:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af4a8f40361b9..128222ffff095 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-promise": "^5.2.0", "lockfile-lint": "^4.6.2", "nock": "^13.2.1", - "node-fetch": "^2.6.6", + "node-fetch": "^3.1.1", "prettier": "^2.5.1", "proxyquire": "^2.1.3", "remark-cli": "^10.0.1",