From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:18:53 +0000 (+0000) Subject: build(deps): bump poolifier X-Git-Tag: v2.6.40~20^2~2^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a7385b49901fc73522c657776611159cd3c35bad;p=poolifier.git build(deps): bump poolifier Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.37 to 2.6.39. - [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.37...v2.6.39) --- 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/express-worker_threads/package.json b/examples/typescript/http-server-pool/express-worker_threads/package.json index be0cdad5..d779daec 100644 --- a/examples/typescript/http-server-pool/express-worker_threads/package.json +++ b/examples/typescript/http-server-pool/express-worker_threads/package.json @@ -22,7 +22,7 @@ "license": "ISC", "dependencies": { "express": "^4.18.2", - "poolifier": "^2.6.37" + "poolifier": "^2.6.39" }, "devDependencies": { "@types/express": "^4.17.17", diff --git a/examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml b/examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml index 9b74e236..fc30359d 100644 --- a/examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^4.18.2 version: 4.18.2 poolifier: - specifier: ^2.6.37 - version: 2.6.37 + specifier: ^2.6.39 + version: 2.6.39 devDependencies: '@types/express': @@ -586,8 +586,8 @@ packages: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} dev: false - /poolifier@2.6.37: - resolution: {integrity: sha512-f2LQTGfDxIWFLyXa/Rn/DTJToR0uRrfKNpCEIyPstK2T7OJSXLQ/5LzMBW4CJbiO1th/y/0ePiFdD+EcfGKe1A==} + /poolifier@2.6.39: + resolution: {integrity: sha512-tHss2aTuys/xTineTBqu0NSQKJoRxNh6dg7yWw6wfnpN6ol+cce+4S0zunu9JW8iCO3IIAlmLCepKvGJ8JUpBA==} engines: {node: '>=16.14.0', pnpm: '>=8.6.0'} requiresBuild: true dev: false