From 20a180fd20e11f875f621077708020c352f81205 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 08:15:07 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f3c534fa..8a79b25a --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "unpipe": "^1.0.0", "util": "^0.10.3", "utils-merge": "^1.0.0", - "validator": "^7.0.0", + "validator": "^13.15.22", "vary": "^1.1.1", "xmldom": "^0.1.27", "xtend": "^4.0.1",