From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:40:20 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v2.7.2~20^2~10^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6c05d445368a6e7b692578e7d74375dc69357617;p=poolifier.git 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] --- diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index 3e745881..b54aedd7 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -22,7 +22,7 @@ "license": "ISC", "dependencies": { "fastify": "^4.23.2", - "poolifier": "^2.7.0" + "poolifier": "^2.7.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", diff --git a/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml index 5750ca0b..5b49a28e 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^4.23.2 version: 4.23.2 poolifier: - specifier: ^2.7.0 - version: 2.7.0 + specifier: ^2.7.1 + version: 2.7.1 devDependencies: '@rollup/plugin-typescript': @@ -812,8 +812,8 @@ packages: thread-stream: 2.4.0 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