build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 20 Sep 2023 21:02:32 +0000 (21:02 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2023 21:02:32 +0000 (21:02 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.7.0 to 2.7.1.
- [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.7.0...v2.7.1)

---
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 5923053be11244d4fc391a346c39eaebf2ce6277..dc5192f43fe82026acf4e0e4eaaa54bdb96ecde9 100644 (file)
@@ -23,7 +23,7 @@
   "dependencies": {
     "fastify": "^4.23.2",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^2.7.0"
+    "poolifier": "^2.7.1"
   },
   "devDependencies": {
     "@types/node": "^20.6.2",
index 14fd651d42ce78356031ae1a1f4228d24113c5e3..74ca8b48ab8c7af51c289e5f0fcaa0c92b657fb2 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^4.5.1
     version: 4.5.1
   poolifier:
-    specifier: ^2.7.0
-    version: 2.7.0
+    specifier: ^2.7.1
+    version: 2.7.1
 
 devDependencies:
   '@types/node':
@@ -490,8 +490,8 @@ packages:
       thread-stream: 2.4.0
     dev: false
 
-  /poolifier@2.7.0:
-    resolution: {integrity: sha512-nCfq3L1a6O43P9NfFto/dNmzhiG/vCknNmEtHr4shpFZZ1Z1G8grOhhxv4Dc0GQX8POavUO/VDKKGl4AA4oZzw==}
+  /poolifier@2.7.1:
+    resolution: {integrity: sha512-GUo7sdUMvHyjMGHE5oMmmzlBYTASMQGznS6Nohl5eVsuLCZTIM5UyozRH47WYMAk9cqzEeoVzKKWpsQes/pCtg==}
     engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false