build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 16 Aug 2023 21:01:14 +0000 (21:01 +0000)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 21:01:14 +0000 (21:01 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.27 to 2.6.28.
- [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.27...v2.6.28)

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

index 89907dfb1c670e15ed138d20d7a76a1674c90be7..eaa59dd5a00011b4b59af3b3bebc604541317231 100644 (file)
@@ -21,7 +21,7 @@
   "dependencies": {
     "fastify": "^4.21.0",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^2.6.27"
+    "poolifier": "^2.6.28"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.2",
index 31ec0cb9120317ab269ac672838129c51458fb03..ad677ddad6ab157bcada310205317e3c2d71d3a5 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^4.5.1
     version: 4.5.1
   poolifier:
-    specifier: ^2.6.27
-    version: 2.6.27
+    specifier: ^2.6.28
+    version: 2.6.28
 
 devDependencies:
   '@rollup/plugin-typescript':
@@ -617,8 +617,8 @@ packages:
       thread-stream: 2.4.0
     dev: false
 
-  /poolifier@2.6.27:
-    resolution: {integrity: sha512-lpB1KXar4d915E2KzsO8IT9tLhonqmLAo+MSL2evF/oYZZg0KZWFXaeupQhS4qvNudDC0M51Lg6J1rquUrBiHw==}
+  /poolifier@2.6.28:
+    resolution: {integrity: sha512-dm3N/BcJ6n1m9aDidXYx53mI7nQc1QvTGdIL0rA29hOjLsfWq6+7pz977vnxvfGxKG5+pCG+VIT7PcJENQSzng==}
     engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false