From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:36:29 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v2.6.42~7^2~1^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1932797b70470e47684b0537e0c4100840e78d08;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.40 to 2.6.41. - [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.40...v2.6.41) --- 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 ffe12f26..ec567043 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.40" + "poolifier": "^2.6.41" }, "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 fb10eed6..88582351 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.40 - version: 2.6.40 + specifier: ^2.6.41 + version: 2.6.41 devDependencies: '@rollup/plugin-typescript': @@ -812,8 +812,8 @@ packages: thread-stream: 2.4.0 dev: false - /poolifier@2.6.40: - resolution: {integrity: sha512-x7A7XMMehRFgh7TNy5kAwMyZRF7bB97A1JxZZGbEXnjT8FEObXlZ80DrYkKfdMh3J4GAHh3tl/jT/KciDxC9PA==} + /poolifier@2.6.41: + resolution: {integrity: sha512-HBKsWwrPAObND5rl5zpROZNxg74nvCBOny4/ThA0S0Ez+vC/QOnPpS24qUXJsiyKGFPm+NcoxemLYbhb17uYyg==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false