From 568ca4a27064b21c8e4a045f0ba03cb5351f68b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2026 14:22:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-17344547 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9faf9f9f5..4085649252 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.21.0" }, "devDependencies": { "@actions/core": "3.0.0",