From 4a29d13619bbeaa9ea5286a5d09096251515409d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 01:39:23 +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 bc7debdf..a5daa4f3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "markdown-it": "^5.0.0", "mkdirp": "^0.5.1", "mozilla-tabzilla": "^0.5.1", - "node-fetch": "^1.3.3", + "node-fetch": "^3.2.10", "oghliner": "^1.0.0", "postcss-cssnext": "^2.3.0", "postcss-import": "^8.0.1",