From 82b4dda123b1a60f0c6ffd12e29717ee1381f2f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Oct 2025 10:01:10 +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 e83f9fef5c2..e41ec170b65 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "stream-buffers": "^3.0.1", "tap": "^11.1.3", "typeorm": "^0.2.24", - "validator": "^13.5.2" + "validator": "^13.15.20" }, "devDependencies": { "browserify": "^13.1.1",