From 371d33119ab3bca899916d83867bc481ca0e879a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Nov 2025 08:15:26 +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 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",