From 1514944d2861b75bf40f0543b72728c6030a67f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 6 Jun 2024 01:19:41 +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 +- .../express-cluster/package.json | 4 +- .../express-hybrid/package.json | 4 +- .../express-worker_threads/package.json | 4 +- .../fastify-cluster/package.json | 4 +- .../fastify-hybrid/package.json | 4 +- .../fastify-worker_threads/package.json | 4 +- .../typescript/smtp-client-pool/package.json | 4 +- .../ws-cluster/package.json | 4 +- .../ws-hybrid/package.json | 4 +- .../ws-worker_threads/package.json | 4 +- package.json | 6 +-- pnpm-lock.yaml | 46 +++++++++---------- 13 files changed, 48 insertions(+), 48 deletions(-) diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index 758bd4a2..08d3c97d 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", diff --git a/examples/typescript/http-server-pool/express-cluster/package.json b/examples/typescript/http-server-pool/express-cluster/package.json index 2ed5a3b5..c6a6b40e 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", diff --git a/examples/typescript/http-server-pool/express-hybrid/package.json b/examples/typescript/http-server-pool/express-hybrid/package.json index 2601faa8..7943fb59 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", 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 50b2a153..1296383a 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", diff --git a/examples/typescript/http-server-pool/fastify-cluster/package.json b/examples/typescript/http-server-pool/fastify-cluster/package.json index 0de45d88..541088c5 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index 04db8fcd..bb2a2ecf 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", 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 79346bfe..9566c909 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index 85c3f9e1..74d0f8ad 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", diff --git a/examples/typescript/websocket-server-pool/ws-cluster/package.json b/examples/typescript/websocket-server-pool/ws-cluster/package.json index e36cad41..a9050da6 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", diff --git a/examples/typescript/websocket-server-pool/ws-hybrid/package.json b/examples/typescript/websocket-server-pool/ws-hybrid/package.json index 1fa9fd66..482f6dc8 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", 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 22c815c7..f05b1f71 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": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", diff --git a/package.json b/package.json index a60b1f17..975c4256 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,9 @@ }, "volta": { "node": "22.2.0", - "pnpm": "9.1.4" + "pnpm": "9.2.0" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "repository": { "type": "git", "url": "https://github.com/poolifier/poolifier.git" @@ -115,7 +115,7 @@ "cross-env": "^7.0.3", "eslint": "^9.4.0", "eslint-define-config": "^2.1.0", - "eslint-plugin-jsdoc": "^48.2.7", + "eslint-plugin-jsdoc": "^48.2.8", "eslint-plugin-n": "^17.8.0", "eslint-plugin-simple-import-sort": "^12.1.0", "expect": "^29.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5513b95c..76504344 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 eslint-plugin-jsdoc: - specifier: ^48.2.7 - version: 48.2.7(eslint@9.4.0) + specifier: ^48.2.8 + version: 48.2.8(eslint@9.4.0) eslint-plugin-n: specifier: ^17.8.0 version: 17.8.0(eslint@9.4.0) @@ -119,16 +119,16 @@ importers: packages: - '@babel/code-frame@7.24.6': - resolution: {integrity: sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==} + '@babel/code-frame@7.24.7': + resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.24.6': - resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==} + '@babel/helper-validator-identifier@7.24.7': + resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} - '@babel/highlight@7.24.6': - resolution: {integrity: sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==} + '@babel/highlight@7.24.7': + resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@0.2.3': @@ -1542,8 +1542,8 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-jsdoc@48.2.7: - resolution: {integrity: sha512-fYj3roTnkFL9OFFTB129rico8lerC5G8Vp2ZW9SjO9RNWG0exVvI+i/Y8Bpm1ufjR0uvT38xtoab/U0Hp8Ybog==} + eslint-plugin-jsdoc@48.2.8: + resolution: {integrity: sha512-b72WNCHxmcrtYh6ejy0Y5rQH0mJpym27fT4P3HU3fbqEo3J95/hdG7VlevOHK0PZrHk1pVnClCBH7wXw2RMIXg==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -2210,8 +2210,8 @@ packages: resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jiti@1.21.1: - resolution: {integrity: sha512-KMXpzEJMsOFyRj6ZpDTnnlJrdr9umUY+eut5vlRvjVixohitnRFIRTFw9MEu9zPlBxTHZo6xD5ftKYiQZuJYQw==} + jiti@1.21.3: + resolution: {integrity: sha512-uy2bNX5zQ+tESe+TiC7ilGRz8AtRGmnJH55NC5S0nSUjvvvM2hJHmefHErugGXN4pNv4Qx7vLsnNw9qJ9mtIsw==} hasBin: true js-tokens@4.0.0: @@ -3353,16 +3353,16 @@ packages: snapshots: - '@babel/code-frame@7.24.6': + '@babel/code-frame@7.24.7': dependencies: - '@babel/highlight': 7.24.6 + '@babel/highlight': 7.24.7 picocolors: 1.0.1 - '@babel/helper-validator-identifier@7.24.6': {} + '@babel/helper-validator-identifier@7.24.7': {} - '@babel/highlight@7.24.6': + '@babel/highlight@7.24.7': dependencies: - '@babel/helper-validator-identifier': 7.24.6 + '@babel/helper-validator-identifier': 7.24.7 chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.0.1 @@ -4577,7 +4577,7 @@ snapshots: dependencies: '@types/node': 20.14.2 cosmiconfig: 9.0.0(typescript@5.4.5) - jiti: 1.21.1 + jiti: 1.21.3 typescript: 5.4.5 cosmiconfig@9.0.0(typescript@5.4.5): @@ -4915,7 +4915,7 @@ snapshots: eslint: 9.4.0 eslint-compat-utils: 0.5.1(eslint@9.4.0) - eslint-plugin-jsdoc@48.2.7(eslint@9.4.0): + eslint-plugin-jsdoc@48.2.8(eslint@9.4.0): dependencies: '@es-joy/jsdoccomment': 0.43.1 are-docs-informative: 0.0.2 @@ -5641,7 +5641,7 @@ snapshots: jest-message-util@29.7.0: dependencies: - '@babel/code-frame': 7.24.6 + '@babel/code-frame': 7.24.7 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -5660,7 +5660,7 @@ snapshots: graceful-fs: 4.2.11 picomatch: 2.3.1 - jiti@1.21.1: {} + jiti@1.21.3: {} js-tokens@4.0.0: {} @@ -6106,7 +6106,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.24.6 + '@babel/code-frame': 7.24.7 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -6338,7 +6338,7 @@ snapshots: rollup: 4.18.0 typescript: 5.4.5 optionalDependencies: - '@babel/code-frame': 7.24.6 + '@babel/code-frame': 7.24.7 rollup@4.18.0: dependencies: -- 2.34.1