build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 17 Oct 2023 21:08:39 +0000 (21:08 +0000)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 21:08:39 +0000 (21:08 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.0.1 to 3.0.2.
- [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.1...v3.0.2)

---
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 fe5a7abb68cb598c9a0b4049c86db0783d212c21..9abb074b0490f435ea01308e9b4d29604746997d 100644 (file)
@@ -23,7 +23,7 @@
   "dependencies": {
     "fastify": "^4.24.2",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^3.0.1"
+    "poolifier": "^3.0.2"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.5",
index de8fe16c1deac08477539e15a26a82798178d08d..775e5cec7250098620c729073286137b37cfb79d 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^4.5.1
     version: 4.5.1
   poolifier:
-    specifier: ^3.0.1
-    version: 3.0.1
+    specifier: ^3.0.2
+    version: 3.0.2
 
 devDependencies:
   '@rollup/plugin-typescript':
@@ -912,8 +912,8 @@ packages:
       thread-stream: 2.4.1
     dev: false
 
-  /poolifier@3.0.1:
-    resolution: {integrity: sha512-O1mLQAW7fyVVam8kqQAW0dWKcqm22c2pgmFfaNBTPvzUKh9B9xaPsHnYhJP2rtqDVOcPXjYHNdt4y8A4GoE7jQ==}
+  /poolifier@3.0.2:
+    resolution: {integrity: sha512-fA93zMtBWjm1XZ8VNnsGgGNiBV6vx5w5WniqV8yJki21fu93q61Z6tIoAA4gl4i7cT48yrbdsUF3PivkLP4P4w==}
     engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false