From abfa903c9c0d30eea92ab3711a68c807ea210a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:15:07 +0000 Subject: [PATCH] chore(deps): bump ws in the production-dependencies group Bumps the production-dependencies group with 1 update: [ws](https://github.com/websockets/ws). Updates `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 dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/mcp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8194ed2..3dc2d05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11451,9 +11451,9 @@ "license": "ISC" }, "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" @@ -11876,7 +11876,7 @@ "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", - "ws": "^8.19.0", + "ws": "^8.20.0", "zod": "^4.3.5" }, "bin": { diff --git a/packages/mcp/package.json b/packages/mcp/package.json index f6e782f..1624b16 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", - "ws": "^8.19.0", + "ws": "^8.20.0", "zod": "^4.3.5" } }