build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 16 Aug 2023 12:32:27 +0000 (12:32 +0000)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 12:32:27 +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-cluster/package.json
examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml

index 7b835ddf54322b95f7d60e70156cdd9f31672f7a..7b63bbf6fb402aa33bfc4f4956f923d10d66727a 100644 (file)
@@ -20,7 +20,7 @@
   "license": "ISC",
   "dependencies": {
     "fastify": "^4.21.0",
-    "poolifier": "^2.6.26"
+    "poolifier": "^2.6.27"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.2",
index 8ea6899618a1a9773641febdd9f090e8be8eb23a..61ca8da805eb0ce8ea63a25c3d9eae447234a8c8 100644 (file)
@@ -9,8 +9,8 @@ dependencies:
     specifier: ^4.21.0
     version: 4.21.0
   poolifier:
-    specifier: ^2.6.26
-    version: 2.6.26
+    specifier: ^2.6.27
+    version: 2.6.27
 
 devDependencies:
   '@rollup/plugin-typescript':
@@ -610,8 +610,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