From 31a51d105a3216bf19f490ae855252f7520ce720 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:18:20 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c86fcff..b58e2e1 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "dependencies": { "body-parser": "^1.18.2", "express": "^4.16.2", - "node-fetch": "^1.7.3", - "node-fetch-json": "0.0.3", + "node-fetch": "^2.6.7", + "node-fetch-json": "0.2.1", "pg": "^7.4.0", "uuid-v4": "^0.1.0" }