From 0b09126128e47c676bc208a5f9eeebd997e9cdcc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Nov 2025 13:17: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-13653476 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 096345084e..b7ef1d2086 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.22" }, "devDependencies": { "grunt": "~0.4.1",