From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:41:39 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v2.6.43~21^2~10^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f28ca3d841f70415080a73d32c0449feb964aa6c;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.41 to 2.6.42. - [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.41...v2.6.42) --- 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-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index 87150295..e46be655 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -23,7 +23,7 @@ "dependencies": { "fastify": "^4.22.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.41" + "poolifier": "^2.6.42" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", diff --git a/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml index 17eed125..9217b49c 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^4.5.1 version: 4.5.1 poolifier: - specifier: ^2.6.41 - version: 2.6.41 + specifier: ^2.6.42 + version: 2.6.42 devDependencies: '@rollup/plugin-typescript': @@ -819,8 +819,8 @@ packages: thread-stream: 2.4.0 dev: false - /poolifier@2.6.41: - resolution: {integrity: sha512-HBKsWwrPAObND5rl5zpROZNxg74nvCBOny4/ThA0S0Ez+vC/QOnPpS24qUXJsiyKGFPm+NcoxemLYbhb17uYyg==} + /poolifier@2.6.42: + resolution: {integrity: sha512-acssEu8LoFrTxppyatAVo8VpDguw1xNht6bRwl7/IPzr+PATER++ka/Fp7ClAxi0mNkUQhJwL8UUMZl0Q9wSRw==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false