From b87f16028b50d413beb02cb5309dbde084f51c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:14:59 +0000 Subject: [PATCH] chore(deps): bump ws from 8.15.1 to 8.17.1 Bumps [ws](https://github.com/websockets/ws) from 8.15.1 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.15.1...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... 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 73531b4..13551ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", "workerpool": "^8.0.0", - "ws": "^8.15.1", + "ws": "^8.17.1", "yargs": "^17.7.2" }, "bin": { @@ -6527,9 +6527,9 @@ } }, "node_modules/ws": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", - "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index bb79280..5bd5a6e 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", "workerpool": "^8.0.0", - "ws": "^8.15.1", + "ws": "^8.17.1", "yargs": "^17.7.2" }, "devDependencies": {