From 9c5e44d1aaa147f072c85c88fb98df8b9db0f692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:59:42 +0000 Subject: [PATCH] Bump ws from 8.19.0 to 8.20.0 in /apps/desktop Bumps [ws](https://github.com/websockets/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 ... Signed-off-by: dependabot[bot] --- apps/desktop/package-lock.json | 8 ++++---- apps/desktop/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index 9803ca15d..39a2d4a69 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -60,7 +60,7 @@ "shiki": "^4.0.2", "sql.js": "^1.13.0", "tailwind-merge": "^3.4.0", - "ws": "^8.19.0", + "ws": "^8.20.0", "yaml": "^2.8.2", "zod": "^4.3.6", "zustand": "^5.0.11" @@ -20798,9 +20798,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" diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 27ee8ba22..76ff40c10 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -92,7 +92,7 @@ "shiki": "^4.0.2", "sql.js": "^1.13.0", "tailwind-merge": "^3.4.0", - "ws": "^8.19.0", + "ws": "^8.20.0", "yaml": "^2.8.2", "zod": "^4.3.6", "zustand": "^5.0.11"