From 751fd716f72fcbe5ef4ed97548954a81515c7cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:25:29 +0000 Subject: [PATCH] Bump ws from 8.20.1 to 8.21.0 Bumps [ws](https://github.com/websockets/ws) from 8.20.1 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.1...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2c645f..abc2381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "serve-static": "^2.2.0", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "devDependencies": { "@types/finalhandler": "^1.1.0", @@ -5035,9 +5035,9 @@ } }, "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/package.json b/package.json index 5f37152..11cff55 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "serve-static": "^2.2.0", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "devDependencies": { "@types/finalhandler": "^1.1.0",