From be1870599f1fae254ddf011476212d694a14dfd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:44:40 +0000 Subject: [PATCH] Bump ws from 8.21.1 to 8.21.2 Bumps [ws](https://github.com/websockets/ws) from 8.21.1 to 8.21.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.21.1...8.21.2) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.2 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 60c1d18..044eb29 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.21.1" + "ws": "^8.21.2" }, "bin": { "eleventy-dev-server": "cmd.cjs" @@ -2100,9 +2100,9 @@ } }, "node_modules/ws": { - "version": "8.21.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz", - "integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==", + "version": "8.21.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.2.tgz", + "integrity": "sha512-54dMVAo4WIe6SKy3vBgN+9bJZqqQ8IMRevAkOLQALhi49qkkQDQfWdAZ8KQlXiEabw88ARXXdUrlvtbKQX+aKw==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index a4b0e89..2361acb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "morphdom": "^2.7.8", "send": "^1.2.1", "urlpattern-polyfill": "^10.1.0", - "ws": "^8.21.1" + "ws": "^8.21.2" }, "devDependencies": { "ava": "^8.0.1"