From: Jérôme Benoit Date: Tue, 7 May 2024 02:30:09 +0000 (+0200) Subject: Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_thr... X-Git-Tag: v4.0.3~10^2~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=798c74345543159960fd0878c1a189eb8896a7d2;hp=4eaf790c39a91516b90dd94e8469d7978d59960a;p=poolifier.git Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_threads/types/node-20.12.10 into combined-prs-branch --- diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index a8dc7b12..b5f4d7e4 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.1" + "poolifier": "^4.0.2" }, "devDependencies": { - "@types/node": "^20.12.8", + "@types/node": "^20.12.10", "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 1cd4e62d..9f38c03f 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.1 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 devDependencies: '@types/node': - specifier: ^20.12.8 - version: 20.12.8 + specifier: ^20.12.10 + version: 20.12.10 typescript: specifier: ^5.4.5 version: 5.4.5 packages: - '@types/node@20.12.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} + '@types/node@20.12.10': + resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} 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.1: - resolution: {integrity: sha512-1izVxQOC3yonTN1I51tualsPfZ0iUN+r5zaKY/+vEWIa0cUJMPgi1hN86DL4kwCTwr65JZ42ZrxnQWRmdnzRpA==} + poolifier@4.0.2: + resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} 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.8': + '@types/node@20.12.10': dependencies: undici-types: 5.26.5 @@ -159,7 +159,7 @@ snapshots: fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 - poolifier@4.0.1: {} + poolifier@4.0.2: {} 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 9c1fb776..02301b57 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.1" + "poolifier": "^4.0.2" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "@types/express": "^4.17.21", - "@types/node": "^20.12.8", + "@types/node": "^20.12.10", "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 ecd87e8b..d692fe9d 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.1 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 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.8 - version: 20.12.8 + specifier: ^20.12.10 + version: 20.12.10 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.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} + '@types/node@20.12.10': + resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} '@types/qs@6.9.15': resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==} @@ -635,8 +635,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - poolifier@4.0.1: - resolution: {integrity: sha512-1izVxQOC3yonTN1I51tualsPfZ0iUN+r5zaKY/+vEWIa0cUJMPgi1hN86DL4kwCTwr65JZ42ZrxnQWRmdnzRpA==} + poolifier@4.0.2: + resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -892,17 +892,17 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/estree@1.0.5': {} '@types/express-serve-static-core@4.19.0': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -917,7 +917,7 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/http-errors@2.0.4': {} @@ -925,7 +925,7 @@ snapshots: '@types/minimatch@5.1.2': {} - '@types/node@20.12.8': + '@types/node@20.12.10': dependencies: undici-types: 5.26.5 @@ -936,12 +936,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/send': 0.17.4 accepts@1.3.8: @@ -1398,7 +1398,7 @@ snapshots: picomatch@2.3.1: {} - poolifier@4.0.1: {} + poolifier@4.0.2: {} 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 7f7ec0e1..aee23eaa 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.1" + "poolifier": "^4.0.2" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "@types/express": "^4.17.21", - "@types/node": "^20.12.8", + "@types/node": "^20.12.10", "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 ecd87e8b..d692fe9d 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.1 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 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.8 - version: 20.12.8 + specifier: ^20.12.10 + version: 20.12.10 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.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} + '@types/node@20.12.10': + resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} '@types/qs@6.9.15': resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==} @@ -635,8 +635,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - poolifier@4.0.1: - resolution: {integrity: sha512-1izVxQOC3yonTN1I51tualsPfZ0iUN+r5zaKY/+vEWIa0cUJMPgi1hN86DL4kwCTwr65JZ42ZrxnQWRmdnzRpA==} + poolifier@4.0.2: + resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -892,17 +892,17 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/estree@1.0.5': {} '@types/express-serve-static-core@4.19.0': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -917,7 +917,7 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/http-errors@2.0.4': {} @@ -925,7 +925,7 @@ snapshots: '@types/minimatch@5.1.2': {} - '@types/node@20.12.8': + '@types/node@20.12.10': dependencies: undici-types: 5.26.5 @@ -936,12 +936,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/send': 0.17.4 accepts@1.3.8: @@ -1398,7 +1398,7 @@ snapshots: picomatch@2.3.1: {} - poolifier@4.0.1: {} + poolifier@4.0.2: {} 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 f3067a22..e1253565 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.26.2", - "poolifier": "^4.0.1" + "poolifier": "^4.0.2" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.8", + "@types/node": "^20.12.10", "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 26b4bdb8..2df93e9f 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.26.2 version: 4.26.2 poolifier: - specifier: ^4.0.1 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 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.8 - version: 20.12.8 + specifier: ^20.12.10 + version: 20.12.10 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.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} + '@types/node@20.12.10': + resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -575,8 +575,8 @@ packages: resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==} hasBin: true - poolifier@4.0.1: - resolution: {integrity: sha512-1izVxQOC3yonTN1I51tualsPfZ0iUN+r5zaKY/+vEWIa0cUJMPgi1hN86DL4kwCTwr65JZ42ZrxnQWRmdnzRpA==} + poolifier@4.0.2: + resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -858,11 +858,11 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/minimatch@5.1.2': {} - '@types/node@20.12.8': + '@types/node@20.12.10': dependencies: undici-types: 5.26.5 @@ -1279,7 +1279,7 @@ snapshots: sonic-boom: 3.8.1 thread-stream: 2.7.0 - poolifier@4.0.1: {} + poolifier@4.0.2: {} 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 c0c93416..84e4b865 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.26.2", "fastify-plugin": "^4.5.1", - "poolifier": "^4.0.1" + "poolifier": "^4.0.2" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.8", + "@types/node": "^20.12.10", "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 ec02fb92..5a85bf68 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.1 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 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.8 - version: 20.12.8 + specifier: ^20.12.10 + version: 20.12.10 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.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} + '@types/node@20.12.10': + resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -581,8 +581,8 @@ packages: resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==} hasBin: true - poolifier@4.0.1: - resolution: {integrity: sha512-1izVxQOC3yonTN1I51tualsPfZ0iUN+r5zaKY/+vEWIa0cUJMPgi1hN86DL4kwCTwr65JZ42ZrxnQWRmdnzRpA==} + poolifier@4.0.2: + resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -864,11 +864,11 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/minimatch@5.1.2': {} - '@types/node@20.12.8': + '@types/node@20.12.10': dependencies: undici-types: 5.26.5 @@ -1287,7 +1287,7 @@ snapshots: sonic-boom: 3.8.1 thread-stream: 2.7.0 - poolifier@4.0.1: {} + poolifier@4.0.2: {} 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 fa3c9350..eead9f5b 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.26.2", "fastify-plugin": "^4.5.1", - "poolifier": "^4.0.1" + "poolifier": "^4.0.2" }, "devDependencies": { - "@types/node": "^20.12.8", + "@types/node": "^20.12.10", "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 2805d77c..60c75c22 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.1 - version: 4.0.1 + specifier: ^4.0.2 + version: 4.0.2 devDependencies: '@types/node': - specifier: ^20.12.8 - version: 20.12.8 + specifier: ^20.12.10 + version: 20.12.10 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.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} + '@types/node@20.12.10': + resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -303,8 +303,8 @@ packages: resolution: {integrity: sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==} hasBin: true - poolifier@4.0.1: - resolution: {integrity: sha512-1izVxQOC3yonTN1I51tualsPfZ0iUN+r5zaKY/+vEWIa0cUJMPgi1hN86DL4kwCTwr65JZ42ZrxnQWRmdnzRpA==} + poolifier@4.0.2: + resolution: {integrity: sha512-hDVMaPN2DCyUcbIRdmTGSAvNx3tidMvp1Z7cPQepnaHGoYftfuDuGqsxkE8y6z0+Olo6ei/aqQjQRZ+cH8fA8A==} engines: {node: '>=18.0.0', pnpm: '>=9.0.0'} pretty-bytes@5.6.0: @@ -463,7 +463,7 @@ snapshots: dependencies: fast-deep-equal: 3.1.3 - '@types/node@20.12.8': + '@types/node@20.12.10': dependencies: undici-types: 5.26.5 @@ -740,7 +740,7 @@ snapshots: sonic-boom: 3.8.1 thread-stream: 2.7.0 - poolifier@4.0.1: {} + poolifier@4.0.2: {} pretty-bytes@5.6.0: {} 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 31e00fcb..1ff021a9 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json @@ -25,7 +25,7 @@ "ws": "^8.17.0" }, "devDependencies": { - "@types/node": "^20.12.8", + "@types/node": "^20.12.10", "@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 8a863fa6..29873d8b 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 @@ -23,8 +23,8 @@ importers: version: 6.0.3 devDependencies: '@types/node': - specifier: ^20.12.8 - version: 20.12.8 + specifier: ^20.12.10 + version: 20.12.10 '@types/ws': specifier: ^8.5.10 version: 8.5.10 @@ -34,8 +34,8 @@ importers: packages: - '@types/node@20.12.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} + '@types/node@20.12.10': + resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} '@types/ws@8.5.10': resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} @@ -78,13 +78,13 @@ packages: snapshots: - '@types/node@20.12.8': + '@types/node@20.12.10': dependencies: undici-types: 5.26.5 '@types/ws@8.5.10': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.10 bufferutil@4.0.8: dependencies: diff --git a/package.json b/package.json index 708112a8..4501f96d 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "@release-it/keep-a-changelog": "^5.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.12.8", + "@types/node": "^20.12.10", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "benchmark": "^2.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca82b026..00a64d77 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: version: 1.7.3 '@commitlint/cli': specifier: ^19.3.0 - version: 19.3.0(@types/node@20.12.8)(typescript@5.4.5) + version: 19.3.0(@types/node@20.12.10)(typescript@5.4.5) '@commitlint/config-conventional': specifier: ^19.2.2 version: 19.2.2 @@ -33,8 +33,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.8 - version: 20.12.8 + specifier: ^20.12.10 + version: 20.12.10 '@typescript-eslint/eslint-plugin': specifier: ^7.8.0 version: 7.8.0(@typescript-eslint/parser@7.8.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) @@ -632,8 +632,8 @@ packages: '@types/minimatch@5.1.2': resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/node@20.12.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} + '@types/node@20.12.10': + resolution: {integrity: sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -3227,11 +3227,11 @@ snapshots: '@biomejs/cli-win32-x64@1.7.3': optional: true - '@commitlint/cli@19.3.0(@types/node@20.12.8)(typescript@5.4.5)': + '@commitlint/cli@19.3.0(@types/node@20.12.10)(typescript@5.4.5)': dependencies: '@commitlint/format': 19.3.0 '@commitlint/lint': 19.2.2 - '@commitlint/load': 19.2.0(@types/node@20.12.8)(typescript@5.4.5) + '@commitlint/load': 19.2.0(@types/node@20.12.10)(typescript@5.4.5) '@commitlint/read': 19.2.1 '@commitlint/types': 19.0.3 execa: 8.0.1 @@ -3278,7 +3278,7 @@ snapshots: '@commitlint/rules': 19.0.3 '@commitlint/types': 19.0.3 - '@commitlint/load@19.2.0(@types/node@20.12.8)(typescript@5.4.5)': + '@commitlint/load@19.2.0(@types/node@20.12.10)(typescript@5.4.5)': dependencies: '@commitlint/config-validator': 19.0.3 '@commitlint/execute-rule': 19.0.0 @@ -3286,7 +3286,7 @@ snapshots: '@commitlint/types': 19.0.3 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.4.5) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.12.8)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.12.10)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -3398,7 +3398,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -3654,14 +3654,14 @@ snapshots: '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/estree@1.0.5': {} '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 20.12.10 '@types/http-cache-semantics@4.0.4': {} @@ -3681,7 +3681,7 @@ snapshots: '@types/minimatch@5.1.2': {} - '@types/node@20.12.8': + '@types/node@20.12.10': dependencies: undici-types: 5.26.5 @@ -4152,9 +4152,9 @@ snapshots: convert-source-map@2.0.0: {} - cosmiconfig-typescript-loader@5.0.0(@types/node@20.12.8)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5): + cosmiconfig-typescript-loader@5.0.0(@types/node@20.12.10)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5): dependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.10 cosmiconfig: 9.0.0(typescript@5.4.5) jiti: 1.21.0 typescript: 5.4.5 @@ -5279,7 +5279,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.12.10 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11