build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 17 Oct 2023 20:38:15 +0000 (20:38 +0000)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 20:38:15 +0000 (20:38 +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/express-hybrid/package.json
examples/typescript/http-server-pool/express-hybrid/pnpm-lock.yaml

index e83db6a63807e780a6e6308f847717b4eeaef827..b8757825857a49f5323c89c5eeb157090db9936f 100644 (file)
@@ -22,7 +22,7 @@
   "license": "ISC",
   "dependencies": {
     "express": "^4.18.2",
-    "poolifier": "^3.0.1"
+    "poolifier": "^3.0.2"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.5",
index fe77bcbf86b7c63f7cee3ef1c94a35feeb865f9e..c4266ca27109015354831678502f3e370b64099f 100644 (file)
@@ -9,8 +9,8 @@ dependencies:
     specifier: ^4.18.2
     version: 4.18.2
   poolifier:
-    specifier: ^3.0.1
-    version: 3.0.1
+    specifier: ^3.0.2
+    version: 3.0.2
 
 devDependencies:
   '@rollup/plugin-typescript':
@@ -1001,8 +1001,8 @@ packages:
     engines: {node: '>=8.6'}
     dev: true
 
-  /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