build(deps): bump poolifier
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 11 Aug 2023 20:49:04 +0000 (20:49 +0000)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2023 20:49:04 +0000 (20:49 +0000)
Bumps [poolifier](https://github.com/poolifier/poolifier) from 2.6.22 to 2.6.23.
- [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.22...v2.6.23)

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

index c42ea0c475a193e73780627e7ff518065ea9ddc7..1f4f11728d94157e358d60541db151a998cf5a1e 100644 (file)
@@ -21,7 +21,7 @@
   "dependencies": {
     "fastify": "^4.21.0",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^2.6.22"
+    "poolifier": "^2.6.23"
   },
   "devDependencies": {
     "@types/node": "^20.4.9",
index 181c4d2453fc25788b56d8aef08b651e69349d54..660f6dc395d712e26b10ae5e2bfe3da4ac25bbba 100644 (file)
@@ -12,8 +12,8 @@ dependencies:
     specifier: ^4.5.1
     version: 4.5.1
   poolifier:
-    specifier: ^2.6.22
-    version: 2.6.22
+    specifier: ^2.6.23
+    version: 2.6.23
 
 devDependencies:
   '@types/node':
@@ -288,8 +288,8 @@ packages:
       thread-stream: 2.4.0
     dev: false
 
-  /poolifier@2.6.22:
-    resolution: {integrity: sha512-0pGU1nG8jVEQUb2j1kkiEQ5TdJyHP3a9zFVxF7Q23xHiGM2hpw9BpWvjP0kvE6LmCx0R8ezFDwaXf9nDUOA9gQ==}
+  /poolifier@2.6.23:
+    resolution: {integrity: sha512-QQagtUD4DCzeEEq2SjoxDRsPLqr5qzJm3Wur29rWDepG935BXlGHVZLFlqUoaHXkcILIBKvLxEFs+SB2Op4TIw==}
     engines: {node: '>=16.14.0', pnpm: '>=8.6.0'}
     requiresBuild: true
     dev: false