From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 20:11:04 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v2.6.45~42^2^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=274eb2814601cd2b8a852dd8baf36db6a7c973f3;hp=e905ea64c054a25ef73885e41fc063279bc599ca;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.42 to 2.6.44. - [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.42...v2.6.44) --- 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 80839ead..4efab2a3 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.22.2", - "poolifier": "^2.6.42" + "poolifier": "^2.6.44" }, "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 ee1a2dbd..d5703645 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.22.2 version: 4.22.2 poolifier: - specifier: ^2.6.42 - version: 2.6.42 + specifier: ^2.6.44 + version: 2.6.44 devDependencies: '@rollup/plugin-typescript': @@ -812,8 +812,8 @@ packages: thread-stream: 2.4.0 dev: false - /poolifier@2.6.42: - resolution: {integrity: sha512-acssEu8LoFrTxppyatAVo8VpDguw1xNht6bRwl7/IPzr+PATER++ka/Fp7ClAxi0mNkUQhJwL8UUMZl0Q9wSRw==} + /poolifier@2.6.44: + resolution: {integrity: sha512-e/EkC+DU52sZFeLXmXvjj/5wbae86Oe1Z1xJp20vjBjpMehlJwzUPO0asF4qDH+CxuHuSo662oHm/qFE8kqhNQ==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false