From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:47:53 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v3.1.23~22^2~8^2 X-Git-Url: https://git.piment-noir.org/?p=poolifier.git;a=commitdiff_plain;h=e1d450f661681c2db3986bc597808ea00dd3f176 build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.1.21 to 3.1.22. - [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/v3.1.21...v3.1.22) --- 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 b9e91b14..ff334579 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.26.2", - "poolifier": "^3.1.21" + "poolifier": "^3.1.22" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", 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 879be049..5c5f662d 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.26.2 version: 4.26.2 poolifier: - specifier: ^3.1.21 - version: 3.1.21 + specifier: ^3.1.22 + version: 3.1.22 devDependencies: '@rollup/plugin-typescript': @@ -936,8 +936,8 @@ packages: thread-stream: 2.4.1 dev: false - /poolifier@3.1.21: - resolution: {integrity: sha512-6bWowXA6RedrnEypsc+5g1qbv+m7KgiY2H/Jf+iGIjbDr6/46voj7Ap6NepzknOGCB2JmU13bvAbyQkD2fvFGw==} + /poolifier@3.1.22: + resolution: {integrity: sha512-Md/Dsz5MZVKX515MixI2i05e/mF8137dqdT09X+U+TqLxP6FajndWgoCFZe7XfpRUdt7FwmUuatoS6fIFZZqaA==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false