From 39fd72a1569d0ea66878255eeeb4d01856110000 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Nov 2025 09:47:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13395830 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e6e528..7355f73 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "sinon": "^1.17.1" }, "dependencies": { - "sequelize": "2.1.3", + "sequelize": "6.6.5", "bluebird": "^2.10.2", "deadlink": "^1.1.3", "filesize": "^3.1.3",