From caf1a34ad25d2d1534799afd7483dabdba4a50ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:03:31 +0000 Subject: [PATCH] build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.1.19 to 3.1.20. - [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.19...v3.1.20) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../http-server-pool/fastify-cluster/package.json | 2 +- .../http-server-pool/fastify-cluster/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index 5afe0099..b466386e 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.0", - "poolifier": "^3.1.19" + "poolifier": "^3.1.20" }, "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 d3724a77..d5607335 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.0 version: 4.26.0 poolifier: - specifier: ^3.1.19 - version: 3.1.19 + specifier: ^3.1.20 + version: 3.1.20 devDependencies: '@rollup/plugin-typescript': @@ -936,8 +936,8 @@ packages: thread-stream: 2.4.1 dev: false - /poolifier@3.1.19: - resolution: {integrity: sha512-H/tg/7FNLdZvL0vkJLy2hkjVQWp7QYaDJ0/lJbb4m1ZDtEhOQ4sKsQLlGGI4+jjyWqFlfieqP7FmJC98r4wWyw==} + /poolifier@3.1.20: + resolution: {integrity: sha512-UmT6eHbCwb22J+8cDtcjPJaDc7CMpNaTtJ+7QArTOo6F1DMApXBJny8qGllhwYpAscJT6VoMVoQlN1EHksdQOw==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false -- 2.34.1