From b42496eb0b7c863bee8da986736b52c082df6858 Mon Sep 17 00:00:00 2001 From: George Raduta Date: Mon, 25 May 2026 13:26:47 +0200 Subject: [PATCH 1/2] Bump dependencies with patches available --- Framework/package-lock.json | 24 ++++++++++++------------ Framework/package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Framework/package-lock.json b/Framework/package-lock.json index d7f9f02a3..25e842f01 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -15,9 +15,9 @@ "kafkajs": "2.2.4", "mithril": "1.1.7", "openid-client": "5.6.5", - "protobufjs": "8.4.0", + "protobufjs": "8.4.2", "winston": "3.19.0", - "ws": "8.20.1" + "ws": "8.21.0" }, "devDependencies": { "@eslint/js": "10.0.1", @@ -26,7 +26,7 @@ "eslint-plugin-jsdoc": "62.9.0", "globals": "17.6.0", "long": "5.3.2", - "mocha": "11.7.5", + "mocha": "11.7.6", "nock": "15.0.0", "nyc": "18.0.0", "puppeteer": "25.0.4", @@ -3765,9 +3765,9 @@ "license": "MIT" }, "node_modules/mocha": { - "version": "11.7.5", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz", - "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==", + "version": "11.7.6", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", + "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", "dev": true, "license": "MIT", "dependencies": { @@ -4591,9 +4591,9 @@ } }, "node_modules/protobufjs": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.4.0.tgz", - "integrity": "sha512-iriNhQ57SYA5Jbdi+41AyPdx6jPPkFO7DODzkOBmqFhgYn/JzX2HxgxYPY18eQAs3CP/AWqtPvkWn8rclRAxdQ==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.4.2.tgz", + "integrity": "sha512-64rfNzkWOZAIazXzpBFPWq6F9up6gMvTzjE2oWIzApx2N/dqVUEE7+bCn2+40780dFVtKOUab8QfxJ6KJDWbqA==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { @@ -5964,9 +5964,9 @@ "license": "ISC" }, "node_modules/ws": { - "version": "8.20.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", - "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", + "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/Framework/package.json b/Framework/package.json index 10bdd866d..388f3e43b 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -38,8 +38,8 @@ "mithril": "1.1.7", "openid-client": "5.6.5", "winston": "3.19.0", - "ws": "8.20.1", - "protobufjs": "8.4.0" + "ws": "8.21.0", + "protobufjs": "8.4.2" }, "devDependencies": { "@eslint/js": "10.0.1", @@ -47,7 +47,7 @@ "eslint": "10.4.0", "eslint-plugin-jsdoc": "62.9.0", "globals": "17.6.0", - "mocha": "11.7.5", + "mocha": "11.7.6", "nock": "15.0.0", "nyc": "18.0.0", "puppeteer": "25.0.4", From 9be36592b46a3b6fc91a09b78a88044041d954d2 Mon Sep 17 00:00:00 2001 From: George Raduta Date: Mon, 25 May 2026 13:27:07 +0200 Subject: [PATCH 2/2] Bump framework verrsion for release --- Framework/package-lock.json | 4 ++-- Framework/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Framework/package-lock.json b/Framework/package-lock.json index 25e842f01..65cc6817e 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/web-ui", - "version": "2.10.0", + "version": "2.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aliceo2/web-ui", - "version": "2.10.0", + "version": "2.11.0", "license": "GPL-3.0", "dependencies": { "express": "4.22.2", diff --git a/Framework/package.json b/Framework/package.json index 388f3e43b..6b4c97b62 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/web-ui", - "version": "2.10.0", + "version": "2.11.0", "description": "ALICE O2 Web UX framework", "author": "Adam Wegrzynek", "contributors": [