From aadde22e5ff415141757618b9b3d6468318cf2e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 23:59:59 +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 5f9538c624..96cd02abe0 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.2.10", "rollup": "^2.45.2", "rollup-plugin-license": "^2.3.0", "semantic-release": "^17.4.2",