From 2c5886a66b15c42762f664740b2f63f0f08635f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 01:58:42 +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 3f3dc80ef66ea..b246277943361 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "linkinator": "^2.2.2", "lockfile-lint": "^4.3.7", "nock": "^13.0.5", - "node-fetch": "^2.6.1", + "node-fetch": "^3.1.1", "proxyquire": "^2.1.3", "remark-cli": "^9.0.0", "remark-frontmatter": "^3.0.0",