From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:21:40 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v2.7.5~40^2~5^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e79c48d1ceda74805495f4c0baa85a7e0872446c;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.7.1 to 2.7.4. - [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.1...v2.7.4) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 40a162e3..3e87bd45 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.1", + "poolifier": "^2.7.4", "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 b1c99bff..fe2bc486 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.1 - version: 2.7.1 + specifier: ^2.7.4 + version: 2.7.4 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.1: - resolution: {integrity: sha512-GUo7sdUMvHyjMGHE5oMmmzlBYTASMQGznS6Nohl5eVsuLCZTIM5UyozRH47WYMAk9cqzEeoVzKKWpsQes/pCtg==} + /poolifier@2.7.4: + resolution: {integrity: sha512-Rkw7M1reDRWPLnPtS8+DFcv8IQIie44TBQ4CgQMSghu2YZ4Gip1VwbTw9t+SEgiLbIe6+cSTdlYAGtQ81DD67A==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false