From 488b1d10a0a1d98da6ab8dd36bfc8316d0438a31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Oct 2025 07:56:57 +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 d566fd5..1a8123e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "mongoose": "^5.4.3", "passport": "^0.4.0", "passport-jwt": "^4.0.0", - "validator": "^10.10.0" + "validator": "^13.15.20" }, "devDependencies": { "concurrently": "^4.1.0",