From b875a5b96aaa957be94117d09c76aeb50b1a64a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Nov 2025 03:00: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-13653476 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23795fb4736..adeb81f156c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "stream-buffers": "^3.0.1", "tap": "^11.1.3", "typeorm": "^0.2.24", - "validator": "^13.5.2" + "validator": "^13.15.22" }, "devDependencies": { "browserify": "^13.1.1",