build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 22 Feb 2024 21:13:13 +0000 (21:13 +0000)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 21:13:13 +0000 (21:13 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.1.20 to 3.1.21.
- [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/v3.1.20...v3.1.21)

---
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 f23207cb134e807759433e99f95bfbfa3418d369..d65f62ac57555d8b9186b07de30ca1ff8c8faace 100644 (file)
@@ -23,7 +23,7 @@
   "dependencies": {
     "fastify": "^4.26.1",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^3.1.20"
+    "poolifier": "^3.1.21"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.6",
index e4f28c3f754a78c0bfb596f221108ef41655fb7b..71d73d27b03e4c1f6150a89766b0a124c0f61e6f 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^4.5.1
     version: 4.5.1
   poolifier:
-    specifier: ^3.1.20
-    version: 3.1.20
+    specifier: ^3.1.21
+    version: 3.1.21
 
 devDependencies:
   '@rollup/plugin-typescript':
@@ -943,8 +943,8 @@ packages:
       thread-stream: 2.4.1
     dev: false
 
-  /poolifier@3.1.20:
-    resolution: {integrity: sha512-UmT6eHbCwb22J+8cDtcjPJaDc7CMpNaTtJ+7QArTOo6F1DMApXBJny8qGllhwYpAscJT6VoMVoQlN1EHksdQOw==}
+  /poolifier@3.1.21:
+    resolution: {integrity: sha512-6bWowXA6RedrnEypsc+5g1qbv+m7KgiY2H/Jf+iGIjbDr6/46voj7Ap6NepzknOGCB2JmU13bvAbyQkD2fvFGw==}
     engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false