From 67e9786f07978d0176315e1821991b04acac6c54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 22:11: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 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c86fcff..8064698 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "body-parser": "^1.18.2", "express": "^4.16.2", "node-fetch": "^1.7.3", - "node-fetch-json": "0.0.3", + "node-fetch-json": "0.2.1", "pg": "^7.4.0", "uuid-v4": "^0.1.0" }