From 29e3ab53d028e9227fc85b2ced3998785e4c095a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2019 08:26: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-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 c8961c3..d203de0 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "nomnom": "^1.8.1", "raw-body": "^2.1.4", "response-time": "^2.3.0", - "sequelize": "^3.11.0", + "sequelize": "^5.3.0", "stream-line-wrapper": "^0.1.1", "stream-to-array": "^2.0.2", "superagent": "^2.0.0",