build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 28 Aug 2023 22:43:25 +0000 (22:43 +0000)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2023 22:43:25 +0000 (22:43 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.35 to 2.6.37.
- [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.35...v2.6.37)

---
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-server-pool/fastify-cluster/package.json
examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml

index 601d6dafa50a28543d19aff3030073b110576874..142cab5a5f1135dcdcb009d17fd631ab7e124a88 100644 (file)
@@ -20,7 +20,7 @@
   "license": "ISC",
   "dependencies": {
     "fastify": "^4.22.0",
-    "poolifier": "^2.6.35"
+    "poolifier": "^2.6.37"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.3",
index 4667bb5d90de542c5b069425f239cc874ec670ed..4acd229f63cca9def9a7eb52c17481351d75b6a6 100644 (file)
@@ -9,8 +9,8 @@ dependencies:
     specifier: ^4.22.0
     version: 4.22.0
   poolifier:
-    specifier: ^2.6.35
-    version: 2.6.35
+    specifier: ^2.6.37
+    version: 2.6.37
 
 devDependencies:
   '@rollup/plugin-typescript':
@@ -610,8 +610,8 @@ packages:
       thread-stream: 2.4.0
     dev: false
 
-  /poolifier@2.6.35:
-    resolution: {integrity: sha512-pNma73oAgpjVwMaiUB697258LnQV4wKBEbr0Rk5lttOuiRWGVff3+/1p3UxkEc86HNUrL7XbiLv+bZYbCLD6Tw==}
+  /poolifier@2.6.37:
+    resolution: {integrity: sha512-f2LQTGfDxIWFLyXa/Rn/DTJToR0uRrfKNpCEIyPstK2T7OJSXLQ/5LzMBW4CJbiO1th/y/0ePiFdD+EcfGKe1A==}
     engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false