From 57f45ffdb510d4a0f80096f1cf4d3ac8f40d95b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Oct 2025 07:08:01 +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 105313d..585d1a6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "license": "Apache-2", "dependencies": { - "validator": "^5.7.0" + "validator": "^13.15.20" }, "devDependencies": { "ava": "^0.16.0",