From 59ce803706980e3bde73afffca54a36cecf985fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Jul 2022 08:47:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-2959225 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e6e528..9e65d1b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "sinon": "^1.17.1" }, "dependencies": { - "sequelize": "2.1.3", + "sequelize": "6.21.2", "bluebird": "^2.10.2", "deadlink": "^1.1.3", "filesize": "^3.1.3",