From cbe5fb01dd57577a9107762e7cb29f548be10f6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Oct 2025 10:51:28 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c201f08..43bbc4f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "license": "Apache-2.0", "dependencies": { - "validator": "^5.2.0" + "validator": "^13.15.20" }, "devDependencies": { "ava": "^0.16.0", @@ -39,7 +39,7 @@ "reparo": "^1.1.1-0", "semantic-release": "^4.3.5", "tap-diff": "^0.1.1", - "validator": "^5.2.0" + "validator": "^13.15.20" }, "engines": { "node": "^6"