From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:58:45 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v2.6.35~16^2~19^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=7b31b5788ebed8096ee0f03fce2f92c2a070ebb8;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.32 to 2.6.34. - [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.6.32...v2.6.34) --- 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 44efdd30..31e329d7 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -20,7 +20,7 @@ "license": "ISC", "dependencies": { "fastify": "^4.21.0", - "poolifier": "^2.6.32" + "poolifier": "^2.6.34" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", 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 9c24095d..b207b870 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.21.0 version: 4.21.0 poolifier: - specifier: ^2.6.32 - version: 2.6.32 + specifier: ^2.6.34 + version: 2.6.34 devDependencies: '@rollup/plugin-typescript': @@ -610,8 +610,8 @@ packages: thread-stream: 2.4.0 dev: false - /poolifier@2.6.32: - resolution: {integrity: sha512-2bXB7C5Uazckw8Li7ZAoSHfBaMHA2h0I5VlsprubPcFrr/KRVi1EUg/j6wPFlZs4tcHouD4ZJOcJjySXpV5EgQ==} + /poolifier@2.6.34: + resolution: {integrity: sha512-QrsuJ8o7C/8+gLciL8IpHI4kjuKrE0DaF89wi53OQXxUy1963uaeUfwGxxv+c0j0BCwzMzSJ77Kzlczvn5tKDA==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false