From 47ca2d42849ea4b500b68c9e43a774e78f6acac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:43:30 +0000 Subject: [PATCH] Bump ws from 8.20.1 to 8.21.0 Bumps [ws](https://github.com/websockets/ws) from 8.20.1 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.1...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ba34edd..0f0e5ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "morphdom": "^2.7.8", "send": "^1.2.1", "urlpattern-polyfill": "^10.1.0", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "bin": { "eleventy-dev-server": "cmd.cjs" @@ -2567,9 +2567,9 @@ } }, "node_modules/ws": { - "version": "8.20.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", - "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index cbcbada..474ab7d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "morphdom": "^2.7.8", "send": "^1.2.1", "urlpattern-polyfill": "^10.1.0", - "ws": "^8.20.1" + "ws": "^8.21.0" }, "devDependencies": { "ava": "^6.4.1"