From 2157ceb4607643f887e38210ec8d2e4afe141ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:11:07 +0000 Subject: [PATCH] chore(deps): Bump ws from 8.21.0 to 8.21.1 Bumps [ws](https://github.com/websockets/ws) from 8.21.0 to 8.21.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.21.0...8.21.1) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 680ca7a..b9bc612 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "react-konva": "^18.2.16", "serialport": "^13.0.0", "tsx": "^4.23.1", - "ws": "^8.21.0" + "ws": "^8.21.1" }, "devDependencies": { "@tailwindcss/vite": "^4.3.1", @@ -2750,9 +2750,9 @@ } }, "node_modules/ws": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", - "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", + "version": "8.21.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz", + "integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index 62dabe4..853d57f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react-konva": "^18.2.16", "serialport": "^13.0.0", "tsx": "^4.23.1", - "ws": "^8.21.0" + "ws": "^8.21.1" }, "devDependencies": { "@tailwindcss/vite": "^4.3.1",