From 064380b110868560eddc9d52c57b87e9d099d0f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Oct 2025 10:35:14 +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 84bb1bc4..27afb43f 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "sugar": "~1.3.8", "superagent": "^0.15.7", "unzip": "~0.1.7", - "validator": "^3.5.1" + "validator": "^13.15.20" }, "engines": { "node": "^0.12.0",