From 0b59f243b8d9aa7b8aed71c2361f5307b6171190 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jan 2024 18:30:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:pg:20170813 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7fad80..eab711f 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "dependencies": { "body-parser": "1.10.2", "express": "4.11.1", - "pg": "4.2.0" + "pg": "4.5.7" } }