build(deps): bump poolifier in /examples/typescript/http-client-pool
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 21 Dec 2023 20:48:07 +0000 (20:48 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 20:48:07 +0000 (20:48 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.1.7 to 3.1.8.
- [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.1.7...v3.1.8)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
examples/typescript/http-client-pool/package.json
examples/typescript/http-client-pool/pnpm-lock.yaml

index 425532301b9d163fdc6f4e8849a66084ddaffc4c..9e306a39a99f16a41e75ead3e1ed798fe7e270ce 100644 (file)
@@ -22,7 +22,7 @@
   "dependencies": {
     "axios": "^1.6.2",
     "node-fetch": "^3.3.2",
-    "poolifier": "^3.1.7"
+    "poolifier": "^3.1.8"
   },
   "devDependencies": {
     "@types/node": "^20.10.5",
index 1a16c30acfd7afcca30baf0cc9e1e53bf47a40f0..51b83591cc3779a70bfd5e2744b15c480fc44b4d 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^3.3.2
     version: 3.3.2
   poolifier:
-    specifier: ^3.1.7
-    version: 3.1.7
+    specifier: ^3.1.8
+    version: 3.1.8
 
 devDependencies:
   '@types/node':
@@ -122,8 +122,8 @@ packages:
       formdata-polyfill: 4.0.10
     dev: false
 
-  /poolifier@3.1.7:
-    resolution: {integrity: sha512-dlBfj5Z3anTq54wcG2n2iyCwIFxHfRn2SCsXgCu8UEumKGJhnSWsJigQEIBAg6X5flLEBfEhN90iWgOHxzUW6w==}
+  /poolifier@3.1.8:
+    resolution: {integrity: sha512-wcB40at4TWB1srBDiC1mnhk6I8/K89baDursWNfp7YYkT3yF/h8QKXnqwjzrjZa6wqtPaTLyvmO/moOdI0NpGQ==}
     engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false