build(deps): bump poolifier in /examples/typescript/http-client-pool
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 14 Aug 2023 20:27:47 +0000 (20:27 +0000)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2023 20:27:47 +0000 (20:27 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.24 to 2.6.25.
- [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.24...v2.6.25)

---
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 c94197ff5603122318adccae710a27ad3b5fe8da..dc9bdac195d790bb80be9abea51cfc3d860631c3 100644 (file)
@@ -22,7 +22,7 @@
   "dependencies": {
     "axios": "^1.4.0",
     "node-fetch": "^3.3.2",
-    "poolifier": "^2.6.24"
+    "poolifier": "^2.6.25"
   },
   "devDependencies": {
     "@types/node": "^20.4.10",
index 1f832cc20e0e61a45ff841e456e8274485fa6edd..8e6c3b9ecad9ddc01a12af7ef7f6cfb2da2ed55e 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^3.3.2
     version: 3.3.2
   poolifier:
-    specifier: ^2.6.24
-    version: 2.6.24
+    specifier: ^2.6.25
+    version: 2.6.25
 
 devDependencies:
   '@types/node':
@@ -120,8 +120,8 @@ packages:
       formdata-polyfill: 4.0.10
     dev: false
 
-  /poolifier@2.6.24:
-    resolution: {integrity: sha512-3sofqoocsvz7R6LshWJ1FvnjCsHdKytw29gsrVB7AJ0d7jVuE6dMd7ax2O0U03hg+yhxpeBXOaUGO025b40kjA==}
+  /poolifier@2.6.25:
+    resolution: {integrity: sha512-e8RNC8txuDO7x1ALNMDTUVWyrsMCod3krp/ZIhR+L9Q0KpoywwHekyWnRB4V2PYW/B1yxvXoPbQi1a2hZOfsNw==}
     engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false