From 796183039d0ad99114f0cff66513ac4165016678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:52:31 +0000 Subject: [PATCH] build(deps): bump poolifier in /examples/typescript/http-client-pool Bumps [poolifier](https://github.com/poolifier/poolifier) from 4.0.15 to 4.0.16. - [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/v4.0.15...v4.0.16) --- updated-dependencies: - dependency-name: poolifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/typescript/http-client-pool/package.json | 2 +- examples/typescript/http-client-pool/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index acef04b3..492f3f88 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -23,7 +23,7 @@ "dependencies": { "axios": "^1.7.2", "node-fetch": "^3.3.2", - "poolifier": "^4.0.15" + "poolifier": "^4.0.16" }, "devDependencies": { "@types/node": "^20.14.9", diff --git a/examples/typescript/http-client-pool/pnpm-lock.yaml b/examples/typescript/http-client-pool/pnpm-lock.yaml index b1596d27..1a8fd58d 100644 --- a/examples/typescript/http-client-pool/pnpm-lock.yaml +++ b/examples/typescript/http-client-pool/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^3.3.2 version: 3.3.2 poolifier: - specifier: ^4.0.15 - version: 4.0.15 + specifier: ^4.0.16 + version: 4.0.16 devDependencies: '@types/node': specifier: ^20.14.9 @@ -85,8 +85,8 @@ packages: resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - poolifier@4.0.15: - resolution: {integrity: sha512-D6udA0Pz0odHpuo93vrdNmiJXgmg9SAVO0hWJ8VX/OUIg8L+8PKtpbJgiRXB1yO26WIuKAyjhJ5hu5EBA3E6/A==} + poolifier@4.0.16: + resolution: {integrity: sha512-koQ6mTCG9wCKiYC05mM9f7FetALiAAOTekThF/l7cOsqgfYRCREmFaRMzeSsg6sdA6zNYDLWTMRpHnP4RMQrng==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} proxy-from-env@1.1.0: @@ -159,7 +159,7 @@ snapshots: fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 - poolifier@4.0.15: {} + poolifier@4.0.16: {} proxy-from-env@1.1.0: {} -- 2.34.1