From 4b5fd222c1f91c3598693148bd65c9c321163df0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 01:29:12 +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 00785043b..c78da1e89 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ }, "dependencies": { "asn1.js": "^5.0.0", - "node-fetch": "^2.1.2", + "node-fetch": "^3.1.1", "node-localstorage": "~1.3.0" }, "repository": {