From b34f020910b53efa3423dbb84181d00aa6022365 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jun 2023 14:02:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3bdc5a..533db45 100644 --- a/package.json +++ b/package.json @@ -88,8 +88,8 @@ "morgan": "^1.7.0", "passport": "^0.3.2", "passport-jwt": "^2.2.1", - "pg": "^6.1.2", - "sequelize": "^3.27.0", + "pg": "^8.4.0", + "sequelize": "^6.1.0", "ts-node": "^1.7.3" } }