From 6ac471eb238151ddd4badb7bd7ede92991b185d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Nov 2025 02:44:17 +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 cc791c7..a23031a 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "reflect-metadata": ">=0.1.13", "rxjs": "7.8.1", "tslib": "^2.5.2", - "validator": ">=13.9.0", + "validator": ">=13.15.20", "zone.js": "~0.13.0" } }