From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:40:52 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v3.1.23~22^2~7^2 X-Git-Url: https://git.piment-noir.org/?p=poolifier.git;a=commitdiff_plain;h=830f6f303dce83c0dbbf11b1541e13165e62cc83 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-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index b324d891..03862030 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.26.2", "fastify-plugin": "^4.5.1", - "poolifier": "^3.1.21" + "poolifier": "^3.1.22" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", 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 7dea7592..0b4f1dd2 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: ^3.1.21 - version: 3.1.21 + specifier: ^3.1.22 + version: 3.1.22 devDependencies: '@rollup/plugin-typescript': @@ -943,8 +943,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