From 96ead659f8e6aedc74a37014de53f2a2f47d785c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 07:51:51 +0000 Subject: [PATCH] Bump ws from 8.18.3 to 8.19.0 in /Framework Bumps [ws](https://github.com/websockets/ws) from 8.18.3 to 8.19.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.3...8.19.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Framework/package-lock.json | 8 ++++---- Framework/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Framework/package-lock.json b/Framework/package-lock.json index 635cbeb7c..8364640df 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -18,7 +18,7 @@ "openid-client": "^5.6.0", "protobufjs": "^7.5.0", "winston": "3.19.0", - "ws": "^8.18.0" + "ws": "^8.19.0" }, "devDependencies": { "@eslint/js": "^9.39.1", @@ -5899,9 +5899,9 @@ } }, "node_modules/ws": { - "version": "8.18.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", - "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", + "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/Framework/package.json b/Framework/package.json index 5313ba64b..1a0492710 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -39,7 +39,7 @@ "mysql": "^2.18.1", "openid-client": "^5.6.0", "winston": "3.19.0", - "ws": "^8.18.0", + "ws": "^8.19.0", "protobufjs": "^7.5.0" }, "devDependencies": {