From 85a6f03977c10f4d0cfccf2c339afb048c1e67b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Apr 2019 23:27:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 5c0fb74..02dd275 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "pm2": "^2.5.0", "pmx": "^1.2.0", "run-sequence": "^2.2.0", - "sequelize": "^4.2.0", + "sequelize": "^5.3.0", "snyk": "^1.41.1", "socket.io": "^2.0.3", "socket.io-redis": "^5.2.0",