From 8a44514d89b698062f58cb5398e3d0e88cf642e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:54:08 +0000 Subject: [PATCH] Bump ws from 8.19.0 to 8.20.0 in /Framework Bumps [ws](https://github.com/websockets/ws) from 8.19.0 to 8.20.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.19.0...8.20.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.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 53e53d984..64c992098 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.19.0" + "ws": "^8.20.0" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -6028,9 +6028,9 @@ } }, "node_modules/ws": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", - "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", + "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/Framework/package.json b/Framework/package.json index a7b70faea..2a36319d3 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.19.0", + "ws": "^8.20.0", "protobufjs": "^7.5.0" }, "devDependencies": {