build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 22 Feb 2024 20:57:27 +0000 (20:57 +0000)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 20:57:27 +0000 (20:57 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 3.1.20 to 3.1.21.
- [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.1.20...v3.1.21)

---
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/express-worker_threads/package.json
examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml

index c78511277396fde8733e0e0671d692cfcd1ff597..9eb82f1ac5f25c16adf6b8833234ce4c414c9683 100644 (file)
@@ -22,7 +22,7 @@
   "license": "ISC",
   "dependencies": {
     "express": "^4.18.2",
-    "poolifier": "^3.1.20"
+    "poolifier": "^3.1.21"
   },
   "devDependencies": {
     "@types/express": "^4.17.21",
index cf430eeed372270dc188fa9ccdfc2ac04c533613..5a9ded608b8ebacc3a732fdf1d162b7e1a7afe8c 100644 (file)
@@ -9,8 +9,8 @@ dependencies:
     specifier: ^4.18.2
     version: 4.18.2
   poolifier:
-    specifier: ^3.1.20
-    version: 3.1.20
+    specifier: ^3.1.21
+    version: 3.1.21
 
 devDependencies:
   '@types/express':
@@ -639,8 +639,8 @@ packages:
     resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
     dev: false
 
-  /poolifier@3.1.20:
-    resolution: {integrity: sha512-UmT6eHbCwb22J+8cDtcjPJaDc7CMpNaTtJ+7QArTOo6F1DMApXBJny8qGllhwYpAscJT6VoMVoQlN1EHksdQOw==}
+  /poolifier@3.1.21:
+    resolution: {integrity: sha512-6bWowXA6RedrnEypsc+5g1qbv+m7KgiY2H/Jf+iGIjbDr6/46voj7Ap6NepzknOGCB2JmU13bvAbyQkD2fvFGw==}
     engines: {node: '>=18.0.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false