From 8fd81cb7a28d9154718700e2d49b636c05c63501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:29:12 +0000 Subject: [PATCH] Bump ws from 7.4.0 to 8.15.1 Bumps [ws](https://github.com/websockets/ws) from 7.4.0 to 8.15.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.0...8.15.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e48cd2..a4d6b59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2033,9 +2033,9 @@ "dev": true }, "ws": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz", - "integrity": "sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==" + "version": "8.15.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", + "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==" }, "yamljs": { "version": "0.3.0", diff --git a/package.json b/package.json index 97162ec..cf4fc86 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "docpad-baseplugin": "^1.4.0", "extendr": "^5.13.0", "primus": "^8.0.0", - "ws": "^7.3.1" + "ws": "^8.15.1" }, "devDependencies": { "@bevry/update-contributors": "^1.15.0",