From 3bb2d9119206fe7d6203058d74be756edafd8c17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2019 05:00:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-174147 - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-174167 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7280bf51..337e20c2 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "pg": "^6.2.2", "request": "^2.81.0", "request-promise": "^4.2.0", - "sequelize": "^3.30.2", + "sequelize": "^5.3.0", "sequelize-cli": "^2.6.0", "url": "^0.11.0", "util": "^0.10.3",