From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:18:36 +0000 (+0000) Subject: build(deps): bump poolifier in /examples/typescript/http-client-pool X-Git-Tag: v2.6.40~20^2~4^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d3738eaa37b30ff2030fb0964d932017a37815a4;p=poolifier.git build(deps): bump poolifier in /examples/typescript/http-client-pool 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-client-pool/package.json b/examples/typescript/http-client-pool/package.json index 83bfe8ef..34f07622 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -22,7 +22,7 @@ "dependencies": { "axios": "^1.5.0", "node-fetch": "^3.3.2", - "poolifier": "^2.6.37" + "poolifier": "^2.6.39" }, "devDependencies": { "@types/node": "^20.5.7", diff --git a/examples/typescript/http-client-pool/pnpm-lock.yaml b/examples/typescript/http-client-pool/pnpm-lock.yaml index 81fa786c..1fa8fbbc 100644 --- a/examples/typescript/http-client-pool/pnpm-lock.yaml +++ b/examples/typescript/http-client-pool/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^3.3.2 version: 3.3.2 poolifier: - specifier: ^2.6.37 - version: 2.6.37 + specifier: ^2.6.39 + version: 2.6.39 devDependencies: '@types/node': @@ -120,8 +120,8 @@ packages: formdata-polyfill: 4.0.10 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