From 42a3772570ab43fd8b6d5523a6a8cafd7315893a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Oct 2025 10:26:13 +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 096345084e..3e86d22aea 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "underscore": "~1.4.4", "uuid": "^2.0.1", "validate-vat": "^0.3.2", - "validator": "^3.16.1" + "validator": "^13.15.20" }, "devDependencies": { "grunt": "~0.4.1",