From 533662369a18d6bfe594e17b0492df3d0e513e8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 16:33:49 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c86fcff..764ca5b 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": "^3.2.10", + "node-fetch-json": "0.2.1", "pg": "^7.4.0", "uuid-v4": "^0.1.0" }