From 4eb97a47c2e3ec1c9cb191a569e5b505b4e6d7bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Nov 2025 10:39:30 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e3fc19a..85e308cf 100644 --- a/package.json +++ b/package.json @@ -70,10 +70,10 @@ "recursive-readdir": "^2.1.1", "redis": "^2.6.2", "request": "^2.72.0", - "sequelize": "^4.37.1", + "sequelize": "^6.6.5", "serve-favicon": "^2.4.0", "slash": "^2.0.0", - "validator": "^10.6.0", + "validator": "^13.15.20", "yargs": "^12.0.1", "yazl": "^2.3.0" },