From ba3d2c69050b68bd2859f62bec8d511fd34524f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:17:45 +0100 Subject: [PATCH] chore(deps): update all non-major dependencies (#3138) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../typescript/http-client-pool/package.json | 6 +- .../http-client-pool/pnpm-lock.yaml | 10 ++-- .../express-cluster/package.json | 6 +- .../express-cluster/pnpm-lock.yaml | 20 +++---- .../express-hybrid/package.json | 6 +- .../express-hybrid/pnpm-lock.yaml | 20 +++---- .../express-worker_threads/package.json | 6 +- .../express-worker_threads/pnpm-lock.yaml | 20 +++---- .../fastify-cluster/package.json | 6 +- .../fastify-cluster/pnpm-lock.yaml | 10 ++-- .../fastify-hybrid/package.json | 6 +- .../fastify-hybrid/pnpm-lock.yaml | 10 ++-- .../fastify-worker_threads/package.json | 6 +- .../fastify-worker_threads/pnpm-lock.yaml | 10 ++-- .../typescript/smtp-client-pool/package.json | 6 +- .../smtp-client-pool/pnpm-lock.yaml | 12 ++-- .../ws-cluster/package.json | 6 +- .../ws-cluster/pnpm-lock.yaml | 12 ++-- .../ws-hybrid/package.json | 6 +- .../ws-hybrid/pnpm-lock.yaml | 12 ++-- .../ws-worker_threads/package.json | 6 +- .../ws-worker_threads/pnpm-lock.yaml | 12 ++-- package.json | 8 +-- pnpm-lock.yaml | 58 +++++++++---------- 24 files changed, 140 insertions(+), 140 deletions(-) diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index 9959903eb..b2c47f818 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", @@ -26,7 +26,7 @@ "poolifier": "^5.3.2" }, "devDependencies": { - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "typescript": "^5.9.3" } } diff --git a/examples/typescript/http-client-pool/pnpm-lock.yaml b/examples/typescript/http-client-pool/pnpm-lock.yaml index 0270ba740..2a5b499f0 100644 --- a/examples/typescript/http-client-pool/pnpm-lock.yaml +++ b/examples/typescript/http-client-pool/pnpm-lock.yaml @@ -19,16 +19,16 @@ importers: version: 5.3.2 devDependencies: '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 typescript: specifier: ^5.9.3 version: 5.9.3 packages: - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} @@ -162,7 +162,7 @@ packages: snapshots: - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 diff --git a/examples/typescript/http-server-pool/express-cluster/package.json b/examples/typescript/http-server-pool/express-cluster/package.json index e37a6255a..522e83554 100644 --- a/examples/typescript/http-server-pool/express-cluster/package.json +++ b/examples/typescript/http-server-pool/express-cluster/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -28,7 +28,7 @@ "devDependencies": { "@rollup/plugin-typescript": "^12.3.0", "@types/express": "^5.0.6", - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "autocannon": "^8.0.0", "rollup": "^4.59.0", "rollup-plugin-delete": "^3.0.2", 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 45be24842..d97e67a57 100644 --- a/examples/typescript/http-server-pool/express-cluster/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/express-cluster/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: specifier: ^5.0.6 version: 5.0.6 '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 autocannon: specifier: ^8.0.0 version: 8.0.0 @@ -246,8 +246,8 @@ packages: '@types/http-errors@2.0.5': resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} '@types/qs@6.14.0': resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} @@ -954,17 +954,17 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/connect@3.4.38': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/estree@1.0.8': {} '@types/express-serve-static-core@5.1.1': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -977,7 +977,7 @@ snapshots: '@types/http-errors@2.0.5': {} - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 @@ -987,12 +987,12 @@ snapshots: '@types/send@1.2.1': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 24.10.13 + '@types/node': 24.10.14 accepts@2.0.0: dependencies: diff --git a/examples/typescript/http-server-pool/express-hybrid/package.json b/examples/typescript/http-server-pool/express-hybrid/package.json index bd7454d56..ca0b87304 100644 --- a/examples/typescript/http-server-pool/express-hybrid/package.json +++ b/examples/typescript/http-server-pool/express-hybrid/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -28,7 +28,7 @@ "devDependencies": { "@rollup/plugin-typescript": "^12.3.0", "@types/express": "^5.0.6", - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "autocannon": "^8.0.0", "rollup": "^4.59.0", "rollup-plugin-delete": "^3.0.2", 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 45be24842..d97e67a57 100644 --- a/examples/typescript/http-server-pool/express-hybrid/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/express-hybrid/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: specifier: ^5.0.6 version: 5.0.6 '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 autocannon: specifier: ^8.0.0 version: 8.0.0 @@ -246,8 +246,8 @@ packages: '@types/http-errors@2.0.5': resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} '@types/qs@6.14.0': resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} @@ -954,17 +954,17 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/connect@3.4.38': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/estree@1.0.8': {} '@types/express-serve-static-core@5.1.1': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -977,7 +977,7 @@ snapshots: '@types/http-errors@2.0.5': {} - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 @@ -987,12 +987,12 @@ snapshots: '@types/send@1.2.1': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 24.10.13 + '@types/node': 24.10.14 accepts@2.0.0: dependencies: 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 709b27324..fe8569d0e 100644 --- a/examples/typescript/http-server-pool/express-worker_threads/package.json +++ b/examples/typescript/http-server-pool/express-worker_threads/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/express": "^5.0.6", - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "autocannon": "^8.0.0", "typescript": "^5.9.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 05261bbc9..6d32ab67b 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 @@ -19,8 +19,8 @@ importers: specifier: ^5.0.6 version: 5.0.6 '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 autocannon: specifier: ^8.0.0 version: 8.0.0 @@ -55,8 +55,8 @@ packages: '@types/http-errors@2.0.5': resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} '@types/qs@6.14.0': resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} @@ -518,15 +518,15 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/connect@3.4.38': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/express-serve-static-core@5.1.1': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -539,7 +539,7 @@ snapshots: '@types/http-errors@2.0.5': {} - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 @@ -549,12 +549,12 @@ snapshots: '@types/send@1.2.1': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 24.10.13 + '@types/node': 24.10.14 accepts@2.0.0: dependencies: diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index 652d1e1fc..af63724a3 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -27,7 +27,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^12.3.0", - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "autocannon": "^8.0.0", "rollup": "^4.59.0", "rollup-plugin-delete": "^3.0.2", 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 72e2caeb9..061b8b2dc 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml @@ -19,8 +19,8 @@ importers: specifier: ^12.3.0 version: 12.3.0(rollup@4.59.0)(tslib@2.8.1)(typescript@5.9.3) '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 autocannon: specifier: ^8.0.0 version: 8.0.0 @@ -249,8 +249,8 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} abstract-logging@2.0.1: resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==} @@ -892,7 +892,7 @@ snapshots: '@types/estree@1.0.8': {} - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index ef72eea54..343eeb226 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -28,7 +28,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^12.3.0", - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "autocannon": "^8.0.0", "rollup": "^4.59.0", "rollup-plugin-delete": "^3.0.2", 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 8ec1b4dd7..992da014e 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: specifier: ^12.3.0 version: 12.3.0(rollup@4.59.0)(tslib@2.8.1)(typescript@5.9.3) '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 autocannon: specifier: ^8.0.0 version: 8.0.0 @@ -252,8 +252,8 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} abstract-logging@2.0.1: resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==} @@ -898,7 +898,7 @@ snapshots: '@types/estree@1.0.8': {} - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.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 f99292551..99a5ab184 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", @@ -27,7 +27,7 @@ "poolifier": "^5.3.2" }, "devDependencies": { - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "autocannon": "^8.0.0", "typescript": "^5.9.3" } 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 9a70643ba..48e7c95bc 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 @@ -19,8 +19,8 @@ importers: version: 5.3.2 devDependencies: '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 autocannon: specifier: ^8.0.0 version: 8.0.0 @@ -61,8 +61,8 @@ packages: '@pinojs/redact@0.4.0': resolution: {integrity: sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==} - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} abstract-logging@2.0.1: resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==} @@ -467,7 +467,7 @@ snapshots: '@pinojs/redact@0.4.0': {} - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index facaa2b34..e6c0ee044 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", @@ -24,7 +24,7 @@ "poolifier": "^5.3.2" }, "devDependencies": { - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "@types/nodemailer": "^7.0.11", "typescript": "^5.9.3" } diff --git a/examples/typescript/smtp-client-pool/pnpm-lock.yaml b/examples/typescript/smtp-client-pool/pnpm-lock.yaml index 89bb7c628..83522d4d2 100644 --- a/examples/typescript/smtp-client-pool/pnpm-lock.yaml +++ b/examples/typescript/smtp-client-pool/pnpm-lock.yaml @@ -16,8 +16,8 @@ importers: version: 5.3.2 devDependencies: '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 '@types/nodemailer': specifier: ^7.0.11 version: 7.0.11 @@ -27,8 +27,8 @@ importers: packages: - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} '@types/nodemailer@7.0.11': resolution: {integrity: sha512-E+U4RzR2dKrx+u3N4DlsmLaDC6mMZOM/TPROxA0UAPiTgI0y4CEFBmZE+coGWTjakDriRsXG368lNk1u9Q0a2g==} @@ -51,13 +51,13 @@ packages: snapshots: - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 '@types/nodemailer@7.0.11': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 nodemailer@8.0.1: {} diff --git a/examples/typescript/websocket-server-pool/ws-cluster/package.json b/examples/typescript/websocket-server-pool/ws-cluster/package.json index 6f940a388..a743e2577 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/package.json +++ b/examples/typescript/websocket-server-pool/ws-cluster/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -26,7 +26,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^12.3.0", - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "@types/ws": "^8.18.1", "rollup": "^4.59.0", "rollup-plugin-delete": "^3.0.2", 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 e75a813d4..ceb81bd7d 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-cluster/pnpm-lock.yaml @@ -19,8 +19,8 @@ importers: specifier: ^12.3.0 version: 12.3.0(rollup@4.59.0)(tslib@2.8.1)(typescript@5.9.3) '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 '@types/ws': specifier: ^8.18.1 version: 8.18.1 @@ -225,8 +225,8 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} '@types/ws@8.18.1': resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} @@ -523,13 +523,13 @@ snapshots: '@types/estree@1.0.8': {} - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 '@types/ws@8.18.1': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 braces@3.0.3: dependencies: diff --git a/examples/typescript/websocket-server-pool/ws-hybrid/package.json b/examples/typescript/websocket-server-pool/ws-hybrid/package.json index e459d213d..e67b2bd1f 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/package.json +++ b/examples/typescript/websocket-server-pool/ws-hybrid/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", @@ -26,7 +26,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^12.3.0", - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "@types/ws": "^8.18.1", "rollup": "^4.59.0", "rollup-plugin-delete": "^3.0.2", 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 e75a813d4..ceb81bd7d 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml +++ b/examples/typescript/websocket-server-pool/ws-hybrid/pnpm-lock.yaml @@ -19,8 +19,8 @@ importers: specifier: ^12.3.0 version: 12.3.0(rollup@4.59.0)(tslib@2.8.1)(typescript@5.9.3) '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 '@types/ws': specifier: ^8.18.1 version: 8.18.1 @@ -225,8 +225,8 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} '@types/ws@8.18.1': resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} @@ -523,13 +523,13 @@ snapshots: '@types/estree@1.0.8': {} - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 '@types/ws@8.18.1': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 braces@3.0.3: dependencies: 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 2674ceb65..464a16f36 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json @@ -7,9 +7,9 @@ "type": "module", "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", @@ -25,7 +25,7 @@ "ws": "^8.19.0" }, "devDependencies": { - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "@types/ws": "^8.18.1", "typescript": "^5.9.3" }, 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 731044432..50cabbe51 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 @@ -16,8 +16,8 @@ importers: version: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6) devDependencies: '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 '@types/ws': specifier: ^8.18.1 version: 8.18.1 @@ -34,8 +34,8 @@ importers: packages: - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} '@types/ws@8.18.1': resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} @@ -78,13 +78,13 @@ packages: snapshots: - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 '@types/ws@8.18.1': dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 bufferutil@4.1.0: dependencies: diff --git a/package.json b/package.json index 5c837343f..5e4e86f2a 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ }, "volta": { "node": "24.14.0", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, - "packageManager": "pnpm@10.30.2", + "packageManager": "pnpm@10.30.3", "repository": { "type": "git", "url": "https://github.com/poolifier/poolifier.git" @@ -113,9 +113,9 @@ "@eslint/js": "^9.39.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.3.0", - "@types/node": "^24.10.13", + "@types/node": "^24.10.14", "@vitest/coverage-v8": "^4.0.18", - "clean-publish": "^6.0.1", + "clean-publish": "^6.0.3", "cross-env": "^10.1.0", "eslint": "^9.39.3", "eslint-plugin-jsdoc": "^62.7.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 19c13b626..b0c6f7093 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,7 +17,7 @@ importers: version: 2.4.4 '@commitlint/cli': specifier: ^20.4.2 - version: 20.4.2(@types/node@24.10.13)(typescript@5.9.3) + version: 20.4.2(@types/node@24.10.14)(typescript@5.9.3) '@commitlint/config-conventional': specifier: ^20.4.2 version: 20.4.2 @@ -34,14 +34,14 @@ importers: specifier: ^12.3.0 version: 12.3.0(rollup@4.59.0)(tslib@2.8.1)(typescript@5.9.3) '@types/node': - specifier: ^24.10.13 - version: 24.10.13 + specifier: ^24.10.14 + version: 24.10.14 '@vitest/coverage-v8': specifier: ^4.0.18 - version: 4.0.18(vitest@4.0.18(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) + version: 4.0.18(vitest@4.0.18(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) clean-publish: - specifier: ^6.0.1 - version: 6.0.1 + specifier: ^6.0.3 + version: 6.0.3 cross-env: specifier: ^10.1.0 version: 10.1.0 @@ -98,7 +98,7 @@ importers: version: 5.9.3 vitest: specifier: ^4.0.18 - version: 4.0.18(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) + version: 4.0.18(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) publishDirectory: package packages: @@ -989,8 +989,8 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@types/node@24.10.13': - resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==} + '@types/node@24.10.14': + resolution: {integrity: sha512-OowOUbD1lBCOFIPOZ8xnMIhgqA4sCutMiYOmPHL1PTLt5+y1XA+g2+yC9OOyz8p+deMZqPZLxfMjYIfrKsPeFg==} '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} @@ -1326,8 +1326,8 @@ packages: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} - clean-publish@6.0.1: - resolution: {integrity: sha512-fDHKQgcGRb/KmmwobfRtLdGm/cWJY3OBGzwZHxTcotb2+AhK0LXMK4oOxqB8lUV5Km6DbciuUwsKdI/qY9uwjw==} + clean-publish@6.0.3: + resolution: {integrity: sha512-brittZyUitwhD8t9a2hgy7sRONXyjw6a3jezd70cLdOfhipbsZV+9zLqN/mRgPxD9LwhZPMZEZU12kE0G9liMA==} engines: {node: '>= 20.0.0'} hasBin: true @@ -3027,11 +3027,11 @@ snapshots: '@biomejs/cli-win32-x64@2.4.4': optional: true - '@commitlint/cli@20.4.2(@types/node@24.10.13)(typescript@5.9.3)': + '@commitlint/cli@20.4.2(@types/node@24.10.14)(typescript@5.9.3)': dependencies: '@commitlint/format': 20.4.0 '@commitlint/lint': 20.4.2 - '@commitlint/load': 20.4.0(@types/node@24.10.13)(typescript@5.9.3) + '@commitlint/load': 20.4.0(@types/node@24.10.14)(typescript@5.9.3) '@commitlint/read': 20.4.0 '@commitlint/types': 20.4.0 tinyexec: 1.0.2 @@ -3078,14 +3078,14 @@ snapshots: '@commitlint/rules': 20.4.2 '@commitlint/types': 20.4.0 - '@commitlint/load@20.4.0(@types/node@24.10.13)(typescript@5.9.3)': + '@commitlint/load@20.4.0(@types/node@24.10.14)(typescript@5.9.3)': dependencies: '@commitlint/config-validator': 20.4.0 '@commitlint/execute-rule': 20.0.0 '@commitlint/resolve-extends': 20.4.0 '@commitlint/types': 20.4.0 cosmiconfig: 9.0.0(typescript@5.9.3) - cosmiconfig-typescript-loader: 6.2.0(@types/node@24.10.13)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3) + cosmiconfig-typescript-loader: 6.2.0(@types/node@24.10.14)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3) is-plain-obj: 4.1.0 lodash.mergewith: 4.6.2 picocolors: 1.1.1 @@ -3744,7 +3744,7 @@ snapshots: '@types/json-schema@7.0.15': {} - '@types/node@24.10.13': + '@types/node@24.10.14': dependencies: undici-types: 7.16.0 @@ -3900,7 +3900,7 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vitest/coverage-v8@4.0.18(vitest@4.0.18(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': + '@vitest/coverage-v8@4.0.18(vitest@4.0.18(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': dependencies: '@bcoe/v8-coverage': 1.0.2 '@vitest/utils': 4.0.18 @@ -3912,7 +3912,7 @@ snapshots: obug: 2.1.1 std-env: 3.10.0 tinyrainbow: 3.0.3 - vitest: 4.0.18(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) + vitest: 4.0.18(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) '@vitest/expect@4.0.18': dependencies: @@ -3923,13 +3923,13 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.0.3 - '@vitest/mocker@4.0.18(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': + '@vitest/mocker@4.0.18(vite@7.3.1(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': dependencies: '@vitest/spy': 4.0.18 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) '@vitest/pretty-format@4.0.18': dependencies: @@ -4104,7 +4104,7 @@ snapshots: ansi-styles: 4.3.0 supports-color: 7.2.0 - clean-publish@6.0.1: + clean-publish@6.0.3: dependencies: lilconfig: 3.1.3 picomatch: 4.0.3 @@ -4170,9 +4170,9 @@ snapshots: core-util-is@1.0.3: {} - cosmiconfig-typescript-loader@6.2.0(@types/node@24.10.13)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3): + cosmiconfig-typescript-loader@6.2.0(@types/node@24.10.14)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3): dependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 cosmiconfig: 9.0.0(typescript@5.9.3) jiti: 2.6.1 typescript: 5.9.3 @@ -5852,7 +5852,7 @@ snapshots: dependencies: punycode: 2.3.1 - vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): + vite@7.3.1(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): dependencies: esbuild: 0.27.3 fdir: 6.5.0(picomatch@4.0.3) @@ -5861,16 +5861,16 @@ snapshots: rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 fsevents: 2.3.3 jiti: 2.6.1 terser: 5.46.0 yaml: 2.8.2 - vitest@4.0.18(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): + vitest@4.0.18(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): dependencies: '@vitest/expect': 4.0.18 - '@vitest/mocker': 4.0.18(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) + '@vitest/mocker': 4.0.18(vite@7.3.1(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) '@vitest/pretty-format': 4.0.18 '@vitest/runner': 4.0.18 '@vitest/snapshot': 4.0.18 @@ -5887,10 +5887,10 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.15 tinyrainbow: 3.0.3 - vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@24.10.14)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 24.10.13 + '@types/node': 24.10.14 transitivePeerDependencies: - jiti - less -- 2.53.0