From 5c5949e366400f10feaeaa9f5800046e28ce1811 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 1 Jul 2025 16:48:07 +0200 Subject: [PATCH] chore(examples): bump poolifier to 5.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- examples/typescript/http-client-pool/package.json | 2 +- examples/typescript/http-client-pool/pnpm-lock.yaml | 12 ++++++------ .../http-server-pool/express-cluster/package.json | 2 +- .../http-server-pool/express-cluster/pnpm-lock.yaml | 12 ++++++------ .../http-server-pool/express-hybrid/package.json | 2 +- .../http-server-pool/express-hybrid/pnpm-lock.yaml | 12 ++++++------ .../express-worker_threads/package.json | 2 +- .../express-worker_threads/pnpm-lock.yaml | 12 ++++++------ .../http-server-pool/fastify-cluster/package.json | 2 +- .../http-server-pool/fastify-cluster/pnpm-lock.yaml | 12 ++++++------ .../http-server-pool/fastify-hybrid/package.json | 2 +- .../http-server-pool/fastify-hybrid/pnpm-lock.yaml | 12 ++++++------ .../fastify-worker_threads/package.json | 2 +- .../fastify-worker_threads/pnpm-lock.yaml | 12 ++++++------ examples/typescript/smtp-client-pool/package.json | 2 +- examples/typescript/smtp-client-pool/pnpm-lock.yaml | 12 ++++++------ .../websocket-server-pool/ws-cluster/package.json | 2 +- .../websocket-server-pool/ws-cluster/pnpm-lock.yaml | 12 ++++++------ .../websocket-server-pool/ws-hybrid/package.json | 2 +- .../websocket-server-pool/ws-hybrid/pnpm-lock.yaml | 12 ++++++------ .../ws-worker_threads/package.json | 2 +- .../ws-worker_threads/pnpm-lock.yaml | 12 ++++++------ 22 files changed, 77 insertions(+), 77 deletions(-) diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index e578b319e..667782279 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -23,7 +23,7 @@ "dependencies": { "axios": "^1.10.0", "node-fetch": "^3.3.2", - "poolifier": "^4.4.5" + "poolifier": "^5.0.0" }, "devDependencies": { "@types/node": "^24.0.8", diff --git a/examples/typescript/http-client-pool/pnpm-lock.yaml b/examples/typescript/http-client-pool/pnpm-lock.yaml index ff8ae37c3..bb6b8b638 100644 --- a/examples/typescript/http-client-pool/pnpm-lock.yaml +++ b/examples/typescript/http-client-pool/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^3.3.2 version: 3.3.2 poolifier: - specifier: ^4.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@types/node': specifier: ^24.0.8 @@ -141,9 +141,9 @@ packages: resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} @@ -277,7 +277,7 @@ snapshots: fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 - poolifier@4.4.5: {} + poolifier@5.0.0: {} 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 a19db6f63..bfe40029c 100644 --- a/examples/typescript/http-server-pool/express-cluster/package.json +++ b/examples/typescript/http-server-pool/express-cluster/package.json @@ -23,7 +23,7 @@ "license": "ISC", "dependencies": { "express": "^5.1.0", - "poolifier": "^4.4.5" + "poolifier": "^5.0.0" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.4", 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 28cac4ea6..9de7e6355 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: ^5.1.0 version: 5.1.0 poolifier: - specifier: ^4.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@rollup/plugin-typescript': specifier: ^12.1.4 @@ -624,9 +624,9 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} @@ -1361,7 +1361,7 @@ snapshots: picomatch@4.0.2: {} - poolifier@4.4.5: {} + poolifier@5.0.0: {} 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 0bfc2fbc9..2c29953b9 100644 --- a/examples/typescript/http-server-pool/express-hybrid/package.json +++ b/examples/typescript/http-server-pool/express-hybrid/package.json @@ -23,7 +23,7 @@ "license": "ISC", "dependencies": { "express": "^5.1.0", - "poolifier": "^4.4.5" + "poolifier": "^5.0.0" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.4", 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 28cac4ea6..9de7e6355 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: ^5.1.0 version: 5.1.0 poolifier: - specifier: ^4.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@rollup/plugin-typescript': specifier: ^12.1.4 @@ -624,9 +624,9 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} @@ -1361,7 +1361,7 @@ snapshots: picomatch@4.0.2: {} - poolifier@4.4.5: {} + poolifier@5.0.0: {} 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 6ad553b04..8b2aa936e 100644 --- a/examples/typescript/http-server-pool/express-worker_threads/package.json +++ b/examples/typescript/http-server-pool/express-worker_threads/package.json @@ -23,7 +23,7 @@ "license": "ISC", "dependencies": { "express": "^5.1.0", - "poolifier": "^4.4.5" + "poolifier": "^5.0.0" }, "devDependencies": { "@types/express": "^5.0.3", 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 8050adb50..1a0e58fa3 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,8 +12,8 @@ importers: specifier: ^5.1.0 version: 5.1.0 poolifier: - specifier: ^4.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@types/express': specifier: ^5.0.3 @@ -381,9 +381,9 @@ packages: resolution: {integrity: sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==} engines: {node: '>=16'} - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} @@ -898,7 +898,7 @@ snapshots: path-to-regexp@8.2.0: {} - poolifier@4.4.5: {} + poolifier@5.0.0: {} 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 b10d34282..bd5791f22 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -23,7 +23,7 @@ "license": "ISC", "dependencies": { "fastify": "^5.4.0", - "poolifier": "^4.4.5" + "poolifier": "^5.0.0" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.4", 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 169c7ca56..54cdaf4c7 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^5.4.0 version: 5.4.0 poolifier: - specifier: ^4.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@rollup/plugin-typescript': specifier: ^12.1.4 @@ -556,9 +556,9 @@ packages: resolution: {integrity: sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==} hasBin: true - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} @@ -1208,7 +1208,7 @@ snapshots: sonic-boom: 4.2.0 thread-stream: 3.1.0 - poolifier@4.4.5: {} + poolifier@5.0.0: {} 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 f5f5560ca..9742dd276 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -24,7 +24,7 @@ "dependencies": { "fastify": "^5.4.0", "fastify-plugin": "^5.0.1", - "poolifier": "^4.4.5" + "poolifier": "^5.0.0" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.4", 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 556af7a2a..65f00235a 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^5.0.1 version: 5.0.1 poolifier: - specifier: ^4.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@rollup/plugin-typescript': specifier: ^12.1.4 @@ -562,9 +562,9 @@ packages: resolution: {integrity: sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==} hasBin: true - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} @@ -1216,7 +1216,7 @@ snapshots: sonic-boom: 4.2.0 thread-stream: 3.1.0 - poolifier@4.4.5: {} + poolifier@5.0.0: {} 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 9f931c188..667d0f55f 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -24,7 +24,7 @@ "dependencies": { "fastify": "^5.4.0", "fastify-plugin": "^5.0.1", - "poolifier": "^4.4.5" + "poolifier": "^5.0.0" }, "devDependencies": { "@types/node": "^24.0.8", 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 11735229c..baae15c77 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,8 +15,8 @@ importers: specifier: ^5.0.1 version: 5.0.1 poolifier: - specifier: ^4.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@types/node': specifier: ^24.0.8 @@ -322,9 +322,9 @@ packages: resolution: {integrity: sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==} hasBin: true - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} @@ -764,7 +764,7 @@ snapshots: sonic-boom: 4.2.0 thread-stream: 3.1.0 - poolifier@4.4.5: {} + poolifier@5.0.0: {} pretty-bytes@5.6.0: {} diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index f46a7f26e..18759a452 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -21,7 +21,7 @@ "license": "ISC", "dependencies": { "nodemailer": "^7.0.4", - "poolifier": "^4.4.5" + "poolifier": "^5.0.0" }, "devDependencies": { "@types/node": "^24.0.8", diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index be713f40b..834d13d9c 100644 --- a/examples/typescript/smtp-client-pool/pnpm-lock.yaml +++ b/examples/typescript/smtp-client-pool/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^7.0.4 version: 7.0.4 poolifier: - specifier: ^4.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@types/node': specifier: ^24.0.8 @@ -37,9 +37,9 @@ packages: resolution: {integrity: sha512-9O00Vh89/Ld2EcVCqJ/etd7u20UhME0f/NToPfArwPEe1Don1zy4mAIz6ariRr7mJ2RDxtaDzN0WJVdVXPtZaw==} engines: {node: '>=6.0.0'} - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} typescript@5.8.3: resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} @@ -61,7 +61,7 @@ snapshots: nodemailer@7.0.4: {} - poolifier@4.4.5: {} + poolifier@5.0.0: {} typescript@5.8.3: {} diff --git a/examples/typescript/websocket-server-pool/ws-cluster/package.json b/examples/typescript/websocket-server-pool/ws-cluster/package.json index 001009f9b..04e830bca 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/package.json +++ b/examples/typescript/websocket-server-pool/ws-cluster/package.json @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "poolifier": "^4.4.5", + "poolifier": "^5.0.0", "ws": "^8.18.3" }, "devDependencies": { 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 7b7b6118b..797a7d7d3 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.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 ws: specifier: ^8.18.3 version: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) @@ -298,9 +298,9 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} @@ -570,7 +570,7 @@ snapshots: picomatch@4.0.2: {} - poolifier@4.4.5: {} + poolifier@5.0.0: {} 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 3ce80ae1c..180462a56 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/package.json +++ b/examples/typescript/websocket-server-pool/ws-hybrid/package.json @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "poolifier": "^4.4.5", + "poolifier": "^5.0.0", "ws": "^8.18.3" }, "devDependencies": { 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 7b7b6118b..797a7d7d3 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.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 ws: specifier: ^8.18.3 version: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) @@ -298,9 +298,9 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} @@ -570,7 +570,7 @@ snapshots: picomatch@4.0.2: {} - poolifier@4.4.5: {} + poolifier@5.0.0: {} 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 ee59e17f7..7d3f283ce 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "poolifier": "^4.4.5", + "poolifier": "^5.0.0", "ws": "^8.18.3" }, "devDependencies": { 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 3212000f7..f5b6ea789 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.4.5 - version: 4.4.5 + specifier: ^5.0.0 + version: 5.0.0 ws: specifier: ^8.18.3 version: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) @@ -48,9 +48,9 @@ packages: resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==} hasBin: true - poolifier@4.4.5: - resolution: {integrity: sha512-4DxdX11+x1D3/zBuNqblFPYwngPKnXVEbhO1cS4T/8ogCwbWp8CS6kp2zm9uJHVbQh6OOaWuVDNiqbr/Sq/YPA==} - engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} + poolifier@5.0.0: + resolution: {integrity: sha512-y7hWzHBnz1r9KrcYiDRYGJ73AFiEboMhFyroUNFDdOcRMHceOouD7JBTDqPhwgeMAfR5CLXUWZcNQwxoAXupGA==} + engines: {node: '>=20.11.0', pnpm: '>=9.0.0'} typescript@5.8.3: resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} @@ -94,7 +94,7 @@ snapshots: node-gyp-build@4.8.4: optional: true - poolifier@4.4.5: {} + poolifier@5.0.0: {} typescript@5.8.3: {} -- 2.43.0