From b449e236830e911f53caf7bb802a49b62405765f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Oct 2025 10:26:56 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13395830 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 7a837f8cd6e5df..f0e6773b8f7c35 100644 --- a/client/package.json +++ b/client/package.json @@ -125,7 +125,7 @@ "typescript": "5.2.2", "util": "0.12.5", "uuid": "8.3.2", - "validator": "13.11.0", + "validator": "13.15.20", "xterm": "^5.2.1", "xterm-addon-fit": "^0.8.0" },