From 09fbabc0fb34d9b0b6ae762bb8f3d16c50d74263 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Jan 2020 08:26:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-543029 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8961c3..9c40b45 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.1.0", "stream-line-wrapper": "^0.1.1", "stream-to-array": "^2.0.2", "superagent": "^2.0.0",