From c1b50ef0c603b73cbac8d74be3552e47586eb752 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Nov 2025 09:54:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13653476 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a3f06b..99bc828 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "web-push": "3.3.0", "nodemailer": "^4.6.7", "connect-flash": "^0.1.1", - "express-validator": "^5.2.0" + "express-validator": "^6.5.0" }, "devDependencies": { "csslint": "1.0.5",