From 2438d1025668deccf4605e8a5a98fc913253c35f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 02:19:39 +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 5f9538c624..777f4e9041 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "highlight.js": "^10.7.2", "jasmine": "^3.7.0", "markdown-it": "12.0.6", - "node-fetch": "^2.6.1", + "node-fetch": "^3.1.1", "rollup": "^2.45.2", "rollup-plugin-license": "^2.3.0", "semantic-release": "^17.4.2",