From 71cf399876eca907ccf00f0c49dcfb786b685b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 09:09:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..36d2f6b6fc72d 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.2.10", "proxyquire": "^2.1.3", "remark-cli": "^9.0.0", "remark-frontmatter": "^3.0.0",