From 49dc754e402ed7e4aff15147139c56e5703c504f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 20:28:26 +0000 Subject: [PATCH 1/2] chore(deps): bump ws from 8.20.0 to 8.20.1 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] --- package.json | 2 +- pnpm-lock.yaml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 604f626d..10c2a259 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "ramda": "0.28.0", "redis": "4.5.1", "stream-json": "^2.1.0", - "ws": "^8.18.0", + "ws": "^8.20.1", "zod": "^3.22.4" }, "optionalDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6c9f10f6..fc48d75f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 ws: - specifier: ^8.18.0 - version: 8.20.0 + specifier: ^8.20.1 + version: 8.20.1 zod: specifier: ^3.22.4 version: 3.25.76 @@ -727,6 +727,7 @@ packages: '@snyk/github-codeowners@1.1.0': resolution: {integrity: sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==} engines: {node: '>=8.10'} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. hasBin: true '@teppeis/multimaps@3.0.0': @@ -3343,8 +3344,8 @@ packages: write-file-atomic@3.0.3: resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} - ws@8.20.0: - resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==} + 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 @@ -6824,7 +6825,7 @@ snapshots: signal-exit: 3.0.7 typedarray-to-buffer: 3.1.5 - ws@8.20.0: {} + ws@8.20.1: {} xmlbuilder@15.1.1: {} From 8aacbed147cefa4275ec3e8940dae81274eece5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 20:28:37 +0000 Subject: [PATCH 2/2] chore: add changeset for dependabot PR #618 --- .changeset/dependabot-pr-618.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependabot-pr-618.md diff --git a/.changeset/dependabot-pr-618.md b/.changeset/dependabot-pr-618.md new file mode 100644 index 00000000..5d1f5c9f --- /dev/null +++ b/.changeset/dependabot-pr-618.md @@ -0,0 +1,5 @@ +--- +"nostream": patch +--- + +chore(deps): bump ws from 8.20.0 to 8.20.1