From c3244a68b2f7b6ef3d39f8e48c19d4d87142b16c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 20:40:30 +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 e13f1c5..95867b8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@adobe/jwt-auth": "^0.3.1", "debug": "^4.3.1", "dotenv": "^8.2.0", - "node-fetch": "^2.6.1", + "node-fetch": "^3.1.1", "node-persist": "^3.1.0", "uuid": "^8.3.1" },