From df52f8c43c2504dcc2ca560226540bf9f13d40e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 07:02:41 +0000 Subject: [PATCH] chore(deps): bump ws from 8.18.0 to 8.20.1 Bumps [ws](https://github.com/websockets/ws) from 8.18.0 to 8.20.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.0...8.20.1) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7d65232..b98dc69 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "express": "5.2.1", "jsonwebtoken": "9.0.2", "toml": "3.0.0", - "ws": "8.18.0" + "ws": "8.20.1" }, "devDependencies": { "nodemon": "3.1.10" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 48c4600..47d366e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: 3.0.0 version: 3.0.0 ws: - specifier: 8.18.0 - version: 8.18.0 + specifier: 8.20.1 + version: 8.20.1 devDependencies: nodemon: specifier: 3.1.10 @@ -450,8 +450,8 @@ packages: wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - ws@8.18.0: - resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} + ws@8.20.1: + resolution: {integrity: sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -919,4 +919,4 @@ snapshots: wrappy@1.0.2: {} - ws@8.18.0: {} + ws@8.20.1: {}