build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 16 Aug 2023 12:32:49 +0000 (12:32 +0000)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 12:32:49 +0000 (12:32 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.26 to 2.6.27.
- [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.26...v2.6.27)

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

index 6d2e16130e2d27561b858fbcbfe71fcc582d876e..8a8e898512a13852036f2dd06edc3c86529bb84e 100644 (file)
@@ -21,7 +21,7 @@
   "dependencies": {
     "fastify": "^4.21.0",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^2.6.26"
+    "poolifier": "^2.6.27"
   },
   "devDependencies": {
     "@types/node": "^20.5.0",
index ff483bef910de4ec195816f3b2022fb0d55f4093..b3fae2c32fa74d929cb31331b543a95122b5f03c 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^4.5.1
     version: 4.5.1
   poolifier:
-    specifier: ^2.6.26
-    version: 2.6.26
+    specifier: ^2.6.27
+    version: 2.6.27
 
 devDependencies:
   '@types/node':
@@ -288,8 +288,8 @@ packages:
       thread-stream: 2.4.0
     dev: false
 
-  /poolifier@2.6.26:
-    resolution: {integrity: sha512-cfcP3oCwtxG5DzxLXicUQjr6ieJzX/5/yT2Nt0tBByhufqtu6V2Son7kJXSHlWrNa08Y39cOaeNrOLCazoJ07w==}
+  /poolifier@2.6.27:
+    resolution: {integrity: sha512-lpB1KXar4d915E2KzsO8IT9tLhonqmLAo+MSL2evF/oYZZg0KZWFXaeupQhS4qvNudDC0M51Lg6J1rquUrBiHw==}
     engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false