From d4ce68e13297dc926b426f7b7a311e6ec004897c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Mar 2023 15:19:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-3324088 - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-3324089 - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-3324090 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e6e528..6ddb737 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "sinon": "^1.17.1" }, "dependencies": { - "sequelize": "2.1.3", + "sequelize": "6.29.0", "bluebird": "^2.10.2", "deadlink": "^1.1.3", "filesize": "^3.1.3",