From 76d40d7835dc2aed2eb95ad709c8b67c5f27ca61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 17:57:51 +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 72fc72ea5f055..6c9795ecf48a6 100644 --- a/package.json +++ b/package.json @@ -248,7 +248,7 @@ "mustache": "^2.3.2", "ngreact": "^0.5.1", "nock": "12.0.3", - "node-fetch": "^2.6.1", + "node-fetch": "^3.1.1", "node-forge": "^0.10.0", "nodemailer": "^6.4.16", "normalize-path": "^3.0.0",