From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:16:35 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v3.0.6~46^2~10^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0f47cdc7005adc7a74f015e451336abfa394495c;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.4 to 3.0.5. - [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.0.4...v3.0.5) --- 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-worker_threads/package.json b/examples/typescript/http-server-pool/fastify-worker_threads/package.json index 9cd610d2..79e636bc 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -23,7 +23,7 @@ "dependencies": { "fastify": "^4.24.3", "fastify-plugin": "^4.5.1", - "poolifier": "^3.0.4" + "poolifier": "^3.0.5" }, "devDependencies": { "@types/node": "^20.8.9", diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml index 6f75dfe6..ee237ab5 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^4.5.1 version: 4.5.1 poolifier: - specifier: ^3.0.4 - version: 3.0.4 + specifier: ^3.0.5 + version: 3.0.5 devDependencies: '@types/node': @@ -493,8 +493,8 @@ packages: thread-stream: 2.4.1 dev: false - /poolifier@3.0.4: - resolution: {integrity: sha512-SKpYhwa26EvWmU90y27zJJI2WY9wXcWjkahz05UQVWxZPFKJZZgBJKgsPqmGOQdFjLx+DYYGJMcASOiH8tlCHA==} + /poolifier@3.0.5: + resolution: {integrity: sha512-nz8ya6Pr7dCumZku2Y76cqMZ4jw1hVL+udefecuGO1UycuizZpBE1d4u0XZt8NH0YqJ57eVQf95lErD0+bif3A==} engines: {node: '>=18.0.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false