From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:32:54 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v3.0.1~21^2~11^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b9f66dae32dbfe46e83c7a498c133855fc6af2a2;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.7.5 to 3.0.0. - [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.7.5...v3.0.0) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-major ... 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 9427a4b8..fb3c3f43 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.23.2", - "poolifier": "^2.7.5" + "poolifier": "^3.0.0" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", 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 f17fba95..21b6ce49 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.23.2 version: 4.23.2 poolifier: - specifier: ^2.7.5 - version: 2.7.5 + specifier: ^3.0.0 + version: 3.0.0 devDependencies: '@rollup/plugin-typescript': @@ -812,9 +812,9 @@ packages: thread-stream: 2.4.0 dev: false - /poolifier@2.7.5: - resolution: {integrity: sha512-JU12qU1IpW2abb5N6YTBPbnQL6wYX3hdjUy/jR+2VIZI97R/20GwuVwZxkQTyt+IsZBneEpqz3/ym1fOeorZAQ==} - engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} + /poolifier@3.0.0: + resolution: {integrity: sha512-Jp5xkqNNhswcOuCisP03hjfi4KXIzNy73e/EcGupI4sbeQMTOKgcRiW1VCfg2Mq29ldkf6sMm79HI5WovaUV/A==} + engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false