From 2cfe1d177c50d60f3bc168bd51df2fe957847784 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 8 May 2024 23:52:28 +0200 Subject: [PATCH] build(deps-dev): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .../typescript/http-client-pool/package.json | 4 +-- .../http-client-pool/pnpm-lock.yaml | 20 ++++++------ .../express-cluster/package.json | 4 +-- .../express-cluster/pnpm-lock.yaml | 32 +++++++++---------- .../express-hybrid/package.json | 4 +-- .../express-hybrid/pnpm-lock.yaml | 32 +++++++++---------- .../express-worker_threads/package.json | 4 +-- .../express-worker_threads/pnpm-lock.yaml | 30 ++++++++--------- .../fastify-cluster/package.json | 4 +-- .../fastify-cluster/pnpm-lock.yaml | 22 ++++++------- .../fastify-hybrid/package.json | 4 +-- .../fastify-hybrid/pnpm-lock.yaml | 22 ++++++------- .../fastify-worker_threads/package.json | 4 +-- .../fastify-worker_threads/pnpm-lock.yaml | 20 ++++++------ .../typescript/smtp-client-pool/package.json | 4 +-- .../smtp-client-pool/pnpm-lock.yaml | 22 ++++++------- .../ws-cluster/package.json | 4 +-- .../ws-cluster/pnpm-lock.yaml | 24 +++++++------- .../ws-hybrid/package.json | 4 +-- .../ws-hybrid/pnpm-lock.yaml | 24 +++++++------- .../ws-worker_threads/package.json | 4 +-- .../ws-worker_threads/pnpm-lock.yaml | 22 ++++++------- 22 files changed, 157 insertions(+), 157 deletions(-) diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index b5f4d7e4..dd8451ba 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -23,10 +23,10 @@ "dependencies": { "axios": "^1.6.8", "node-fetch": "^3.3.2", - "poolifier": "^4.0.2" + "poolifier": "^4.0.4" }, "devDependencies": { - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "typescript": "^5.4.5" } } diff --git a/examples/typescript/http-client-pool/pnpm-lock.yaml b/examples/typescript/http-client-pool/pnpm-lock.yaml index 9f38c03f..d0d47f4b 100644 --- a/examples/typescript/http-client-pool/pnpm-lock.yaml +++ b/examples/typescript/http-client-pool/pnpm-lock.yaml @@ -15,20 +15,20 @@ importers: specifier: ^3.3.2 version: 3.3.2 poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 devDependencies: '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 typescript: specifier: ^5.4.5 version: 5.4.5 packages: - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} @@ -85,8 +85,8 @@ packages: resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} proxy-from-env@1.1.0: @@ -106,7 +106,7 @@ packages: snapshots: - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 @@ -159,7 +159,7 @@ snapshots: fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 - poolifier@4.0.2: {} + poolifier@4.0.4: {} proxy-from-env@1.1.0: {} diff --git a/examples/typescript/http-server-pool/express-cluster/package.json b/examples/typescript/http-server-pool/express-cluster/package.json index 02301b57..7099e59c 100644 --- a/examples/typescript/http-server-pool/express-cluster/package.json +++ b/examples/typescript/http-server-pool/express-cluster/package.json @@ -23,12 +23,12 @@ "license": "ISC", "dependencies": { "express": "^4.19.2", - "poolifier": "^4.0.2" + "poolifier": "^4.0.4" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "@types/express": "^4.17.21", - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "autocannon": "^7.15.0", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0", diff --git a/examples/typescript/http-server-pool/express-cluster/pnpm-lock.yaml b/examples/typescript/http-server-pool/express-cluster/pnpm-lock.yaml index 379fae99..37467b88 100644 --- a/examples/typescript/http-server-pool/express-cluster/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/express-cluster/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^4.19.2 version: 4.19.2 poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 devDependencies: '@rollup/plugin-typescript': specifier: ^11.1.6 @@ -22,8 +22,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 autocannon: specifier: ^7.15.0 version: 7.15.0 @@ -190,8 +190,8 @@ packages: '@types/minimatch@5.1.2': resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} '@types/qs@6.9.15': resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==} @@ -631,8 +631,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -885,17 +885,17 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/estree@1.0.5': {} '@types/express-serve-static-core@4.19.0': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -910,7 +910,7 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/http-errors@2.0.4': {} @@ -918,7 +918,7 @@ snapshots: '@types/minimatch@5.1.2': {} - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 @@ -929,12 +929,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/send': 0.17.4 accepts@1.3.8: @@ -1387,7 +1387,7 @@ snapshots: picomatch@2.3.1: {} - poolifier@4.0.2: {} + poolifier@4.0.4: {} pretty-bytes@5.6.0: {} diff --git a/examples/typescript/http-server-pool/express-hybrid/package.json b/examples/typescript/http-server-pool/express-hybrid/package.json index aee23eaa..2dd3296d 100644 --- a/examples/typescript/http-server-pool/express-hybrid/package.json +++ b/examples/typescript/http-server-pool/express-hybrid/package.json @@ -23,12 +23,12 @@ "license": "ISC", "dependencies": { "express": "^4.19.2", - "poolifier": "^4.0.2" + "poolifier": "^4.0.4" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "@types/express": "^4.17.21", - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "autocannon": "^7.15.0", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0", diff --git a/examples/typescript/http-server-pool/express-hybrid/pnpm-lock.yaml b/examples/typescript/http-server-pool/express-hybrid/pnpm-lock.yaml index 379fae99..37467b88 100644 --- a/examples/typescript/http-server-pool/express-hybrid/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/express-hybrid/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^4.19.2 version: 4.19.2 poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 devDependencies: '@rollup/plugin-typescript': specifier: ^11.1.6 @@ -22,8 +22,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 autocannon: specifier: ^7.15.0 version: 7.15.0 @@ -190,8 +190,8 @@ packages: '@types/minimatch@5.1.2': resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} '@types/qs@6.9.15': resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==} @@ -631,8 +631,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -885,17 +885,17 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/estree@1.0.5': {} '@types/express-serve-static-core@4.19.0': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -910,7 +910,7 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/http-errors@2.0.4': {} @@ -918,7 +918,7 @@ snapshots: '@types/minimatch@5.1.2': {} - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 @@ -929,12 +929,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/send': 0.17.4 accepts@1.3.8: @@ -1387,7 +1387,7 @@ snapshots: picomatch@2.3.1: {} - poolifier@4.0.2: {} + poolifier@4.0.4: {} pretty-bytes@5.6.0: {} diff --git a/examples/typescript/http-server-pool/express-worker_threads/package.json b/examples/typescript/http-server-pool/express-worker_threads/package.json index 947d52fb..9ac585a3 100644 --- a/examples/typescript/http-server-pool/express-worker_threads/package.json +++ b/examples/typescript/http-server-pool/express-worker_threads/package.json @@ -23,11 +23,11 @@ "license": "ISC", "dependencies": { "express": "^4.19.2", - "poolifier": "^4.0.2" + "poolifier": "^4.0.4" }, "devDependencies": { "@types/express": "^4.17.21", - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "autocannon": "^7.15.0", "typescript": "^5.4.5" } diff --git a/examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml b/examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml index c73ae7fd..3c9c5dbd 100644 --- a/examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml @@ -12,15 +12,15 @@ importers: specifier: ^4.19.2 version: 4.19.2 poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 devDependencies: '@types/express': specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 autocannon: specifier: ^7.15.0 version: 7.15.0 @@ -55,8 +55,8 @@ packages: '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} '@types/qs@6.9.15': resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==} @@ -360,8 +360,8 @@ packages: path-to-regexp@0.1.7: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -492,15 +492,15 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/express-serve-static-core@4.19.0': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -516,7 +516,7 @@ snapshots: '@types/mime@1.3.5': {} - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 @@ -527,12 +527,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/send': 0.17.4 accepts@1.3.8: @@ -847,7 +847,7 @@ snapshots: path-to-regexp@0.1.7: {} - poolifier@4.0.2: {} + poolifier@4.0.4: {} pretty-bytes@5.6.0: {} diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index bdb92995..3c5c5f6e 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -23,11 +23,11 @@ "license": "ISC", "dependencies": { "fastify": "^4.27.0", - "poolifier": "^4.0.2" + "poolifier": "^4.0.4" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "autocannon": "^7.15.0", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0", diff --git a/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml index 8edc12ac..b7b807f0 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml @@ -12,15 +12,15 @@ importers: specifier: ^4.27.0 version: 4.27.0 poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 devDependencies: '@rollup/plugin-typescript': specifier: ^11.1.6 version: 11.1.6(rollup@4.17.2)(tslib@2.6.2)(typescript@5.4.5) '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 autocannon: specifier: ^7.15.0 version: 7.15.0 @@ -181,8 +181,8 @@ packages: '@types/minimatch@5.1.2': resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -571,8 +571,8 @@ packages: resolution: {integrity: sha512-uI1ThkzTShNSwvsUM6b4ND8ANzWURk9zTELMztFkmnCQeR/4wkomJ+echHee5GMWGovoSfjwdeu80DsFIt7mbA==} hasBin: true - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -851,11 +851,11 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/minimatch@5.1.2': {} - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 @@ -1268,7 +1268,7 @@ snapshots: sonic-boom: 3.8.1 thread-stream: 2.7.0 - poolifier@4.0.2: {} + poolifier@4.0.4: {} pretty-bytes@5.6.0: {} diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index 7de0dbdc..012ff291 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -24,11 +24,11 @@ "dependencies": { "fastify": "^4.27.0", "fastify-plugin": "^4.5.1", - "poolifier": "^4.0.2" + "poolifier": "^4.0.4" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "autocannon": "^7.15.0", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0", diff --git a/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml index 69de34bf..ec76a5c4 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml @@ -15,15 +15,15 @@ importers: specifier: ^4.5.1 version: 4.5.1 poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 devDependencies: '@rollup/plugin-typescript': specifier: ^11.1.6 version: 11.1.6(rollup@4.17.2)(tslib@2.6.2)(typescript@5.4.5) '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 autocannon: specifier: ^7.15.0 version: 7.15.0 @@ -184,8 +184,8 @@ packages: '@types/minimatch@5.1.2': resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -577,8 +577,8 @@ packages: resolution: {integrity: sha512-uI1ThkzTShNSwvsUM6b4ND8ANzWURk9zTELMztFkmnCQeR/4wkomJ+echHee5GMWGovoSfjwdeu80DsFIt7mbA==} hasBin: true - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -857,11 +857,11 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/minimatch@5.1.2': {} - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 @@ -1276,7 +1276,7 @@ snapshots: sonic-boom: 3.8.1 thread-stream: 2.7.0 - poolifier@4.0.2: {} + poolifier@4.0.4: {} pretty-bytes@5.6.0: {} diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/package.json b/examples/typescript/http-server-pool/fastify-worker_threads/package.json index 790e04e0..2b2bc423 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -24,10 +24,10 @@ "dependencies": { "fastify": "^4.27.0", "fastify-plugin": "^4.5.1", - "poolifier": "^4.0.2" + "poolifier": "^4.0.4" }, "devDependencies": { - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "autocannon": "^7.15.0", "typescript": "^5.4.5" } diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml b/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml index 7b5ec2f1..9d52d144 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml @@ -15,12 +15,12 @@ importers: specifier: ^4.5.1 version: 4.5.1 poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 devDependencies: '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 autocannon: specifier: ^7.15.0 version: 7.15.0 @@ -49,8 +49,8 @@ packages: '@fastify/merge-json-schemas@0.1.1': resolution: {integrity: sha512-fERDVz7topgNjtXsJTTW1JKLy0rhuLRcquYqNR9rF7OcVpCa2OVW49ZPDIhaRRCaUuvVxI+N416xUoF76HNSXA==} - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -299,8 +299,8 @@ packages: resolution: {integrity: sha512-uI1ThkzTShNSwvsUM6b4ND8ANzWURk9zTELMztFkmnCQeR/4wkomJ+echHee5GMWGovoSfjwdeu80DsFIt7mbA==} hasBin: true - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -456,7 +456,7 @@ snapshots: dependencies: fast-deep-equal: 3.1.3 - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 @@ -729,7 +729,7 @@ snapshots: sonic-boom: 3.8.1 thread-stream: 2.7.0 - poolifier@4.0.2: {} + poolifier@4.0.4: {} pretty-bytes@5.6.0: {} diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index 2710d296..302ce9ef 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -21,10 +21,10 @@ "license": "ISC", "dependencies": { "nodemailer": "^6.9.13", - "poolifier": "^4.0.2" + "poolifier": "^4.0.4" }, "devDependencies": { - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "@types/nodemailer": "^6.4.15", "typescript": "^5.4.5" } diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index 2ee0758f..09283ab0 100644 --- a/examples/typescript/smtp-client-pool/pnpm-lock.yaml +++ b/examples/typescript/smtp-client-pool/pnpm-lock.yaml @@ -12,12 +12,12 @@ importers: specifier: ^6.9.13 version: 6.9.13 poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 devDependencies: '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 '@types/nodemailer': specifier: ^6.4.15 version: 6.4.15 @@ -27,8 +27,8 @@ importers: packages: - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} '@types/nodemailer@6.4.15': resolution: {integrity: sha512-0EBJxawVNjPkng1zm2vopRctuWVCxk34JcIlRuXSf54habUWdz1FB7wHDqOqvDa8Mtpt0Q3LTXQkAs2LNyK5jQ==} @@ -37,8 +37,8 @@ packages: resolution: {integrity: sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==} engines: {node: '>=6.0.0'} - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} typescript@5.4.5: @@ -51,17 +51,17 @@ packages: snapshots: - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 '@types/nodemailer@6.4.15': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 nodemailer@6.9.13: {} - poolifier@4.0.2: {} + poolifier@4.0.4: {} typescript@5.4.5: {} diff --git a/examples/typescript/websocket-server-pool/ws-cluster/package.json b/examples/typescript/websocket-server-pool/ws-cluster/package.json index a87bc14f..14741e39 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/package.json +++ b/examples/typescript/websocket-server-pool/ws-cluster/package.json @@ -21,12 +21,12 @@ "author": "", "license": "ISC", "dependencies": { - "poolifier": "^4.0.2", + "poolifier": "^4.0.4", "ws": "^8.17.0" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "@types/ws": "^8.5.10", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0", diff --git a/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml b/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml index 1243c089..993e439a 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 ws: specifier: ^8.17.0 version: 8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.3) @@ -26,8 +26,8 @@ importers: specifier: ^11.1.6 version: 11.1.6(rollup@4.17.2)(tslib@2.6.2)(typescript@5.4.5) '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 '@types/ws': specifier: ^8.5.10 version: 8.5.10 @@ -169,8 +169,8 @@ packages: '@types/minimatch@5.1.2': resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} '@types/ws@8.5.10': resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} @@ -329,8 +329,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} queue-microtask@1.2.3: @@ -486,17 +486,17 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/minimatch@5.1.2': {} - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 '@types/ws@8.5.10': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 aggregate-error@3.1.0: dependencies: @@ -652,7 +652,7 @@ snapshots: picomatch@2.3.1: {} - poolifier@4.0.2: {} + poolifier@4.0.4: {} queue-microtask@1.2.3: {} diff --git a/examples/typescript/websocket-server-pool/ws-hybrid/package.json b/examples/typescript/websocket-server-pool/ws-hybrid/package.json index 4c4d4787..684349e6 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/package.json +++ b/examples/typescript/websocket-server-pool/ws-hybrid/package.json @@ -21,12 +21,12 @@ "author": "", "license": "ISC", "dependencies": { - "poolifier": "^4.0.2", + "poolifier": "^4.0.4", "ws": "^8.17.0" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "@types/ws": "^8.5.10", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0", diff --git a/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml b/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml index 1243c089..993e439a 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 ws: specifier: ^8.17.0 version: 8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.3) @@ -26,8 +26,8 @@ importers: specifier: ^11.1.6 version: 11.1.6(rollup@4.17.2)(tslib@2.6.2)(typescript@5.4.5) '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 '@types/ws': specifier: ^8.5.10 version: 8.5.10 @@ -169,8 +169,8 @@ packages: '@types/minimatch@5.1.2': resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} '@types/ws@8.5.10': resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} @@ -329,8 +329,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} queue-microtask@1.2.3: @@ -486,17 +486,17 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.10 + '@types/node': 20.12.11 '@types/minimatch@5.1.2': {} - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 '@types/ws@8.5.10': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 aggregate-error@3.1.0: dependencies: @@ -652,7 +652,7 @@ snapshots: picomatch@2.3.1: {} - poolifier@4.0.2: {} + poolifier@4.0.4: {} queue-microtask@1.2.3: {} diff --git a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json index fbcfc4c6..9d1de429 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json @@ -21,11 +21,11 @@ "author": "", "license": "ISC", "dependencies": { - "poolifier": "^4.0.2", + "poolifier": "^4.0.4", "ws": "^8.17.0" }, "devDependencies": { - "@types/node": "^20.12.10", + "@types/node": "^20.12.11", "@types/ws": "^8.5.10", "typescript": "^5.4.5" }, diff --git a/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml b/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml index 4ada84a2..5be61fa3 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: poolifier: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.4 + version: 4.0.4 ws: specifier: ^8.17.0 version: 8.17.0(bufferutil@4.0.8)(utf-8-validate@6.0.3) @@ -23,8 +23,8 @@ importers: version: 6.0.3 devDependencies: '@types/node': - specifier: ^20.12.10 - version: 20.12.10 + specifier: ^20.12.11 + version: 20.12.11 '@types/ws': specifier: ^8.5.10 version: 8.5.10 @@ -34,8 +34,8 @@ importers: packages: - '@types/node@20.12.10': - resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} '@types/ws@8.5.10': resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} @@ -48,8 +48,8 @@ packages: resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} hasBin: true - poolifier@4.0.2: - resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} + poolifier@4.0.4: + resolution: {integrity: sha512-HpMujmrqovQfO0UZ/ZY5DtRCNiv56lQWPXPvD4PFS5QLzoU7/e812EnMxWMSlSeCLjIS4Nh/LGVMalA5pHpQHg==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} typescript@5.4.5: @@ -78,13 +78,13 @@ packages: snapshots: - '@types/node@20.12.10': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 '@types/ws@8.5.10': dependencies: - '@types/node': 20.12.10 + '@types/node': 20.12.11 bufferutil@4.0.8: dependencies: @@ -94,7 +94,7 @@ snapshots: node-gyp-build@4.8.1: optional: true - poolifier@4.0.2: {} + poolifier@4.0.4: {} typescript@5.4.5: {} -- 2.34.1