From 04d15f6331cad1b8c54a856c4f27bcf8a0f875d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:55:38 +0000 Subject: [PATCH] Bump ws from 8.20.0 to 8.20.1 in /Framework Bumps [ws](https://github.com/websockets/ws) from 8.20.0 to 8.20.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.0...8.20.1) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production ... 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 831069ac5..63ada8227 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -17,7 +17,7 @@ "openid-client": "5.6.5", "protobufjs": "8.0.3", "winston": "3.19.0", - "ws": "8.20.0" + "ws": "8.20.1" }, "devDependencies": { "@eslint/js": "10.0.1", @@ -6315,9 +6315,9 @@ "license": "ISC" }, "node_modules/ws": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", - "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", + "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==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/Framework/package.json b/Framework/package.json index e2386874b..fc5b86891 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -38,7 +38,7 @@ "mithril": "1.1.7", "openid-client": "5.6.5", "winston": "3.19.0", - "ws": "8.20.0", + "ws": "8.20.1", "protobufjs": "8.0.3" }, "devDependencies": {