build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 19 Oct 2023 20:17:51 +0000 (20:17 +0000)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2023 20:17:51 +0000 (20:17 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.2 to 3.0.3.
- [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.2...v3.0.3)

---
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 b04e7b29861a75bfb73933c9b5b8b7b4c05f1248..107c1a4d04b1eadefad900a01603f1c1cafd0ac5 100644 (file)
@@ -23,7 +23,7 @@
   "dependencies": {
     "fastify": "^4.24.2",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^3.0.2"
+    "poolifier": "^3.0.3"
   },
   "devDependencies": {
     "@types/node": "^20.8.7",
index 70d1526591bf70a07c7ec126d0317c9d6fbe139b..6a2a4df3098905696411a44aa82990e0b9e42cd6 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^4.5.1
     version: 4.5.1
   poolifier:
-    specifier: ^3.0.2
-    version: 3.0.2
+    specifier: ^3.0.3
+    version: 3.0.3
 
 devDependencies:
   '@types/node':
@@ -493,8 +493,8 @@ packages:
       thread-stream: 2.4.1
     dev: false
 
-  /poolifier@3.0.2:
-    resolution: {integrity: sha512-fA93zMtBWjm1XZ8VNnsGgGNiBV6vx5w5WniqV8yJki21fu93q61Z6tIoAA4gl4i7cT48yrbdsUF3PivkLP4P4w==}
+  /poolifier@3.0.3:
+    resolution: {integrity: sha512-THJZnqNK8wWUl0MTjnXOVxh/ose9FGZY+k+KR+CYCSj2fw6Jm38HdB5G6OsJRNEKwUUbDCgpxe3U0ofLTEUElg==}
     engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false