From a205d00bd6eb6a1fd028463f0ce937ebe516d9dd Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sun, 23 Jun 2019 04:18:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-450221 - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-450222 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e6e528..bc119b2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "sinon": "^1.17.1" }, "dependencies": { - "sequelize": "2.1.3", + "sequelize": "5.8.11", "bluebird": "^2.10.2", "deadlink": "^1.1.3", "filesize": "^3.1.3",