From dd93c2b32a7dee13d1ae83fa169910d410d414b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jun 2026 14:23:28 +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 506bac2cba..12105801a5 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "uuid": "11.1.0", "winston": "3.17.0", "winston-daily-rotate-file": "5.0.0", - "ws": "8.18.2" + "ws": "8.21.0" }, "devDependencies": { "@actions/core": "1.11.1",