From ad6bed0b16fbb0fd833c6c0e51823810b04eed81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Nov 2025 14:59:49 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c201f08..53a85c3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "license": "Apache-2.0", "dependencies": { - "validator": "^5.2.0" + "validator": "^13.15.22" }, "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.22" }, "engines": { "node": "^6"