From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:45:15 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v2.7.1~12^2~5^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8fd511a760d442ef9bca2daf78f9e6b906d3215c;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.45 to 2.7.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.6.45...v2.7.0) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-minor ... 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 55450e6dd..25382c662 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.23.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.45" + "poolifier": "^2.7.0" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.3", 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 2a3f799ac..73265a5ec 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: ^2.6.45 - version: 2.6.45 + specifier: ^2.7.0 + version: 2.7.0 devDependencies: '@rollup/plugin-typescript': @@ -819,8 +819,8 @@ packages: thread-stream: 2.4.0 dev: false - /poolifier@2.6.45: - resolution: {integrity: sha512-FiSvj+MsEoBK5M3g+38nhgM17OoeiWIDuOUI7wCSUxCGycvMc43WdIVTiuCX4uMUKVBzXaOOWw4UlEsRvPl6Xw==} + /poolifier@2.7.0: + resolution: {integrity: sha512-nCfq3L1a6O43P9NfFto/dNmzhiG/vCknNmEtHr4shpFZZ1Z1G8grOhhxv4Dc0GQX8POavUO/VDKKGl4AA4oZzw==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false