From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 20:47:13 +0000 (+0000) Subject: build(deps): bump ws X-Git-Tag: v3.1.12-0~3^2^2~3^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9916d8d8195ea431b2e8a246322ddede5a6ef644;p=poolifier.git build(deps): bump ws Bumps [ws](https://github.com/websockets/ws) from 8.15.1 to 8.16.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.15.1...8.16.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/examples/typescript/websocket-server-pool/ws-cluster/package.json b/examples/typescript/websocket-server-pool/ws-cluster/package.json index eecf62c9..f375d91c 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/package.json +++ b/examples/typescript/websocket-server-pool/ws-cluster/package.json @@ -21,7 +21,7 @@ "license": "ISC", "dependencies": { "poolifier": "^3.1.11", - "ws": "^8.15.1" + "ws": "^8.16.0" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", diff --git a/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml b/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml index 1cea766a..b4318037 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^3.1.11 version: 3.1.11 ws: - specifier: ^8.15.1 - version: 8.15.1(bufferutil@4.0.8)(utf-8-validate@6.0.3) + specifier: ^8.16.0 + version: 8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.3) optionalDependencies: bufferutil: @@ -607,8 +607,8 @@ packages: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true - /ws@8.15.1(bufferutil@4.0.8)(utf-8-validate@6.0.3): - resolution: {integrity: sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==} + /ws@8.16.0(bufferutil@4.0.8)(utf-8-validate@6.0.3): + resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1