From 00143399e0a52f4110d2a6895d4c5d2b1f0b7044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:53:57 +0000 Subject: [PATCH 1/1] build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/poolifier/poolifier/releases) - [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/poolifier/poolifier/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../websocket-server-pool/ws-worker_threads/package.json | 2 +- .../ws-worker_threads/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json index 91a65bfc..8ce91356 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json @@ -20,7 +20,7 @@ "author": "", "license": "ISC", "dependencies": { - "poolifier": "^2.7.0", + "poolifier": "^2.7.1", "ws": "^8.14.2" }, "devDependencies": { diff --git a/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml b/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml index b81c34eb..42e6e7aa 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: poolifier: - specifier: ^2.7.0 - version: 2.7.0 + specifier: ^2.7.1 + version: 2.7.1 ws: specifier: ^8.14.2 version: 8.14.2(bufferutil@4.0.7)(utf-8-validate@6.0.3) @@ -57,8 +57,8 @@ packages: requiresBuild: true dev: false - /poolifier@2.7.0: - resolution: {integrity: sha512-nCfq3L1a6O43P9NfFto/dNmzhiG/vCknNmEtHr4shpFZZ1Z1G8grOhhxv4Dc0GQX8POavUO/VDKKGl4AA4oZzw==} + /poolifier@2.7.1: + resolution: {integrity: sha512-GUo7sdUMvHyjMGHE5oMmmzlBYTASMQGznS6Nohl5eVsuLCZTIM5UyozRH47WYMAk9cqzEeoVzKKWpsQes/pCtg==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false -- 2.34.1