From ca9e1d7aae18768a34f79cc62af582bf6de81abe Mon Sep 17 00:00:00 2001 From: German Parente Date: Thu, 2 Jul 2026 17:20:24 +0200 Subject: [PATCH 1/2] Fix for OCPBUGS-91617: CVE-2026-45736 Co-Authored-By: Claude Opus 4.6 --- web/package-lock.json | 6 +++--- web/package.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index dbb00bada..809d7e21e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -26726,9 +26726,9 @@ } }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/web/package.json b/web/package.json index 9689faad3..ca13e0f4b 100644 --- a/web/package.json +++ b/web/package.json @@ -181,7 +181,8 @@ "koa": "^3.1.2", "sass": { "immutable": "^5.1.5" - } + }, + "ws": "^8.20.1" }, "consolePlugin": { "name": "monitoring-plugin", From df92b00b3a8341a5e9f156b603a13a88af295bce Mon Sep 17 00:00:00 2001 From: German Parente Date: Fri, 3 Jul 2026 10:50:25 +0200 Subject: [PATCH 2/2] Update web/package.json Co-authored-by: Gabriel Bernal --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index ca13e0f4b..f292c58ca 100644 --- a/web/package.json +++ b/web/package.json @@ -182,7 +182,7 @@ "sass": { "immutable": "^5.1.5" }, - "ws": "^8.20.1" + "ws": "^8.21.0" }, "consolePlugin": { "name": "monitoring-plugin",