From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:13:13 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v3.1.22~25^2~10^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3be6ff47f51cd479242526667d66144454ecc394;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.1.20 to 3.1.21. - [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.20...v3.1.21) --- 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 f23207cb..d65f62ac 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.1", "fastify-plugin": "^4.5.1", - "poolifier": "^3.1.20" + "poolifier": "^3.1.21" }, "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 e4f28c3f..71d73d27 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.20 - version: 3.1.20 + specifier: ^3.1.21 + version: 3.1.21 devDependencies: '@rollup/plugin-typescript': @@ -943,8 +943,8 @@ packages: thread-stream: 2.4.1 dev: false - /poolifier@3.1.20: - resolution: {integrity: sha512-UmT6eHbCwb22J+8cDtcjPJaDc7CMpNaTtJ+7QArTOo6F1DMApXBJny8qGllhwYpAscJT6VoMVoQlN1EHksdQOw==} + /poolifier@3.1.21: + resolution: {integrity: sha512-6bWowXA6RedrnEypsc+5g1qbv+m7KgiY2H/Jf+iGIjbDr6/46voj7Ap6NepzknOGCB2JmU13bvAbyQkD2fvFGw==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false