From eaaf6567b2b5500f3935a09db652b4936987003c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 08:05:44 +0000 Subject: [PATCH] fix: pkgs/applications/networking/instant-messengers/matrix-recorder/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- .../networking/instant-messengers/matrix-recorder/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/matrix-recorder/package.json b/pkgs/applications/networking/instant-messengers/matrix-recorder/package.json index fc03d636ad214..6a1fedce1441c 100644 --- a/pkgs/applications/networking/instant-messengers/matrix-recorder/package.json +++ b/pkgs/applications/networking/instant-messengers/matrix-recorder/package.json @@ -16,7 +16,7 @@ "matrix-js-sdk": "^0.7.13", "mime-types": "^2.1.14", "mustache": "^2.3.0", - "node-fetch": "^1.6.3", + "node-fetch": "^3.2.10", "node-localstorage": "^1.3.0", "sqlite3": "^4.0.7", "olm": "https://packages.matrix.org/npm/olm/olm-2.3.0.tgz"