build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 8 Dec 2023 20:41:35 +0000 (20:41 +0000)
committerGitHub <noreply@github.com>
Fri, 8 Dec 2023 20:41:35 +0000 (20:41 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.9 to 3.0.10.
- [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.0.9...v3.0.10)

---
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 f437544105f30b2bc3b134c7de83b5ee65ae1b1a..fb1faea4e22a40ccd613139680a32326ddd9afdf 100644 (file)
@@ -23,7 +23,7 @@
   "dependencies": {
     "fastify": "^4.24.3",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^3.0.9"
+    "poolifier": "^3.0.10"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.5",
index b23f81f08d2b36da782a8b5f56d14564a5f23190..8093486d9c0d901a97676c7d15487b04da5eb79e 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^4.5.1
     version: 4.5.1
   poolifier:
-    specifier: ^3.0.9
-    version: 3.0.9
+    specifier: ^3.0.10
+    version: 3.0.10
 
 devDependencies:
   '@rollup/plugin-typescript':
@@ -933,8 +933,8 @@ packages:
       thread-stream: 2.4.1
     dev: false
 
-  /poolifier@3.0.9:
-    resolution: {integrity: sha512-Ky6KC8D8h6xn8z1AsgAdw8n8bra6i6uzT7bJ5jsUauW0VSZatk3SV3Rm/qi710V8Dkbg2p0qg4aRI1a+BDp1MA==}
+  /poolifier@3.0.10:
+    resolution: {integrity: sha512-2Zg/roMtBd9CMst1D0o/1LZjvfbg50tuNWlOrhxu3oNn6fiakCbvZIk7OaHLfjNhwuYzKowck5+R5WS8M74xpg==}
     engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false