build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 19 Sep 2023 20:38:26 +0000 (20:38 +0000)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2023 20:38:26 +0000 (20:38 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.45 to 2.7.0.
- [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.6.45...v2.7.0)

---
updated-dependencies:
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
examples/typescript/http-server-pool/fastify-cluster/package.json
examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml

index 90843b57ed6ace74f1875acfe3e524a0df351b52..3e745881831534fff03ef0c0a3cc641ff5950e6b 100644 (file)
@@ -22,7 +22,7 @@
   "license": "ISC",
   "dependencies": {
     "fastify": "^4.23.2",
-    "poolifier": "^2.6.45"
+    "poolifier": "^2.7.0"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.3",
index 153f188b33850f1d4e54b81690654019fe1ec440..5750ca0b8e0bca1abe9f38aa3d9f7da31d99f49f 100644 (file)
@@ -9,8 +9,8 @@ dependencies:
     specifier: ^4.23.2
     version: 4.23.2
   poolifier:
-    specifier: ^2.6.45
-    version: 2.6.45
+    specifier: ^2.7.0
+    version: 2.7.0
 
 devDependencies:
   '@rollup/plugin-typescript':
@@ -812,8 +812,8 @@ packages:
       thread-stream: 2.4.0
     dev: false
 
-  /poolifier@2.6.45:
-    resolution: {integrity: sha512-FiSvj+MsEoBK5M3g+38nhgM17OoeiWIDuOUI7wCSUxCGycvMc43WdIVTiuCX4uMUKVBzXaOOWw4UlEsRvPl6Xw==}
+  /poolifier@2.7.0:
+    resolution: {integrity: sha512-nCfq3L1a6O43P9NfFto/dNmzhiG/vCknNmEtHr4shpFZZ1Z1G8grOhhxv4Dc0GQX8POavUO/VDKKGl4AA4oZzw==}
     engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false