build(deps): bump poolifier in /examples/typescript/http-client-pool
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 18 Sep 2023 10:54:04 +0000 (10:54 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 10:54:04 +0000 (10:54 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.44 to 2.6.45.
- [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.44...v2.6.45)

---
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 11732a51b52be42b95242a6b75a458de5c0e8c1d..070d0c619c5ba17e8d8cc95635dc40f833fa5b30 100644 (file)
@@ -22,7 +22,7 @@
   "dependencies": {
     "axios": "^1.5.0",
     "node-fetch": "^3.3.2",
-    "poolifier": "^2.6.44"
+    "poolifier": "^2.6.45"
   },
   "devDependencies": {
     "@types/node": "^20.6.1",
index 2bc5a737ad542fab20c7fdc9a990a61c67b58eb0..4cda97866fc70e41555b35b71e257c2f7c133cf4 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^3.3.2
     version: 3.3.2
   poolifier:
-    specifier: ^2.6.44
-    version: 2.6.44
+    specifier: ^2.6.45
+    version: 2.6.45
 
 devDependencies:
   '@types/node':
@@ -120,8 +120,8 @@ packages:
       formdata-polyfill: 4.0.10
     dev: false
 
-  /poolifier@2.6.44:
-    resolution: {integrity: sha512-e/EkC+DU52sZFeLXmXvjj/5wbae86Oe1Z1xJp20vjBjpMehlJwzUPO0asF4qDH+CxuHuSo662oHm/qFE8kqhNQ==}
+  /poolifier@2.6.45:
+    resolution: {integrity: sha512-FiSvj+MsEoBK5M3g+38nhgM17OoeiWIDuOUI7wCSUxCGycvMc43WdIVTiuCX4uMUKVBzXaOOWw4UlEsRvPl6Xw==}
     engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false