From e67e21331f4a2d70bde4875062976b08228e5539 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 May 2026 14:13:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-16722635 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f676db5df1..9caac31c2f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "tv4": "1.3.0", "winston": "3.19.0", "winston-daily-rotate-file": "5.0.0", - "ws": "8.20.0" + "ws": "8.20.1" }, "devDependencies": { "@actions/core": "3.0.0",