From: Jérôme Benoit Date: Wed, 16 Oct 2024 21:30:49 +0000 (+0200) Subject: chore(deps-dev): apply updates X-Git-Tag: v4.4.0~18^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c48f3d82ebf4f1754f29abcbced7df8d105e0fa7;p=poolifier.git chore(deps-dev): apply updates Signed-off-by: Jérôme Benoit --- diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index 1c77091a..cda8d295 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "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 0d958b53..56b26efe 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "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 79657eb9..7721bb5f 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "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 9ec91fa2..b65b41c1 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "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 85d70202..cd725257 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", 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 40467ef2..a7fff712 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-cluster/pnpm-lock.yaml @@ -328,8 +328,8 @@ packages: fast-uri@2.4.0: resolution: {integrity: sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==} - fast-uri@3.0.2: - resolution: {integrity: sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==} + fast-uri@3.0.3: + resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} fastify@5.0.0: resolution: {integrity: sha512-Qe4dU+zGOzg7vXjw4EvcuyIbNnMwTmcuOhlOrOJsgwzvjEZmsM/IeHulgJk+r46STjdJS/ZJbxO8N70ODXDMEQ==} @@ -704,7 +704,7 @@ snapshots: dependencies: ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) - fast-uri: 3.0.2 + fast-uri: 3.0.3 '@fastify/error@4.0.0': {} @@ -824,7 +824,7 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.2 + fast-uri: 3.0.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -973,7 +973,7 @@ snapshots: fast-uri@2.4.0: {} - fast-uri@3.0.2: {} + fast-uri@3.0.3: {} fastify@5.0.0: dependencies: diff --git a/examples/typescript/http-server-pool/fastify-hybrid/package.json b/examples/typescript/http-server-pool/fastify-hybrid/package.json index b52b1412..f7cef345 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "scripts": { "build": "rollup --config --configPlugin typescript", "start": "node --enable-source-maps dist/main.cjs", 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 7f66498f..83ef0ef0 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml +++ b/examples/typescript/http-server-pool/fastify-hybrid/pnpm-lock.yaml @@ -331,8 +331,8 @@ packages: fast-uri@2.4.0: resolution: {integrity: sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==} - fast-uri@3.0.2: - resolution: {integrity: sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==} + fast-uri@3.0.3: + resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} fastify-plugin@5.0.1: resolution: {integrity: sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==} @@ -710,7 +710,7 @@ snapshots: dependencies: ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) - fast-uri: 3.0.2 + fast-uri: 3.0.3 '@fastify/error@4.0.0': {} @@ -830,7 +830,7 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.2 + fast-uri: 3.0.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -979,7 +979,7 @@ snapshots: fast-uri@2.4.0: {} - fast-uri@3.0.2: {} + fast-uri@3.0.3: {} fastify-plugin@5.0.1: {} 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 00728977..12d49b91 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", 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 82f9721a..556827d7 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 @@ -156,8 +156,8 @@ packages: fast-uri@2.4.0: resolution: {integrity: sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==} - fast-uri@3.0.2: - resolution: {integrity: sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==} + fast-uri@3.0.3: + resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} fastify-plugin@5.0.1: resolution: {integrity: sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==} @@ -385,7 +385,7 @@ snapshots: dependencies: ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) - fast-uri: 3.0.2 + fast-uri: 3.0.3 '@fastify/error@4.0.0': {} @@ -414,7 +414,7 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.2 + fast-uri: 3.0.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -521,7 +521,7 @@ snapshots: fast-uri@2.4.0: {} - fast-uri@3.0.2: {} + fast-uri@3.0.3: {} fastify-plugin@5.0.1: {} diff --git a/examples/typescript/smtp-client-pool/package.json b/examples/typescript/smtp-client-pool/package.json index 21f41caf..737e9c24 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "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 2a95fa89..00e9025f 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "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 5f564b31..2cf2ca26 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "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 427b79ea..7a319edb 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.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", diff --git a/package.json b/package.json index 48f8f090..2c426b48 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,9 @@ }, "volta": { "node": "22.9.0", - "pnpm": "9.12.1" + "pnpm": "9.12.2" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.12.2", "repository": { "type": "git", "url": "https://github.com/poolifier/poolifier.git" @@ -103,7 +103,7 @@ "@biomejs/biome": "^1.9.3", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", - "@cspell/eslint-plugin": "^8.15.2", + "@cspell/eslint-plugin": "^8.15.3", "@eslint/js": "^9.12.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", @@ -128,7 +128,7 @@ "rollup-plugin-delete": "^2.1.0", "rollup-plugin-dts": "^6.1.1", "sinon": "^19.0.2", - "tatami-ng": "^0.8.4", + "tatami-ng": "^0.8.5", "typedoc": "^0.26.10", "typescript": "~5.6.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b2668c4..56d48742 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^19.5.0 version: 19.5.0 '@cspell/eslint-plugin': - specifier: ^8.15.2 - version: 8.15.2(eslint@9.12.0(jiti@1.21.6)) + specifier: ^8.15.3 + version: 8.15.3(eslint@9.12.0(jiti@1.21.6)) '@eslint/js': specifier: ^9.12.0 version: 9.12.0 @@ -31,7 +31,7 @@ importers: version: 0.4.4(rollup@4.24.0) '@rollup/plugin-typescript': specifier: ^12.1.1 - version: 12.1.1(rollup@4.24.0)(tslib@2.7.0)(typescript@5.6.3) + version: 12.1.1(rollup@4.24.0)(tslib@2.8.0)(typescript@5.6.3) '@types/node': specifier: ^22.7.5 version: 22.7.5 @@ -96,8 +96,8 @@ importers: specifier: ^19.0.2 version: 19.0.2 tatami-ng: - specifier: ^0.8.4 - version: 0.8.4(typescript@5.6.3) + specifier: ^0.8.5 + version: 0.8.5(typescript@5.6.3) typedoc: specifier: ^0.26.10 version: 0.26.10(typescript@5.6.3) @@ -244,24 +244,24 @@ packages: resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==} engines: {node: '>=v18'} - '@cspell/cspell-bundled-dicts@8.15.2': - resolution: {integrity: sha512-e+hxoD/GW7iyK1zMeRFd10yBr9tcClnnqFLxJM+tH1cSzLQ66ouXMIMuJpcd8LOCm7zMRdjTm4R72LehMgL79g==} + '@cspell/cspell-bundled-dicts@8.15.3': + resolution: {integrity: sha512-wIuJomJEJn60w+ts4dFBYEo3kkwdPe1R4qVn52hDq5CUzrNniSywCpeBQO8Sgy5ljk73ojENbMBCE8+Jrukk0Q==} engines: {node: '>=18'} - '@cspell/cspell-pipe@8.15.2': - resolution: {integrity: sha512-TOcLiRiUSh75y+DQrAW59Ix0/D9WPrd4/KPtUShUepS3vLfoxMQ+TwpXfdc8FrzU73Hg5glXXnQjvdx7vAazVQ==} + '@cspell/cspell-pipe@8.15.3': + resolution: {integrity: sha512-Xodpkm1HJjGtmlL+V4B06PbeEsfhZtNwvPLTtaMExP4ED78VimBYlSz3lR+8jZgkHvZOhbQuHw7zwBqQd4u4Mg==} engines: {node: '>=18'} - '@cspell/cspell-resolver@8.15.2': - resolution: {integrity: sha512-XOcHfkKCN+a3zZMexK/BLmDxsqku8Q5ASqYu7JBFsu/axS4K11bkcQMxYoOvHVGBv20vb/gM2D+9MePuxAfssg==} + '@cspell/cspell-resolver@8.15.3': + resolution: {integrity: sha512-KoSv9iGbItS1uGlXspTg9XQmbBnjR7wkW5Du9Q3pLYAjSwcmArOVqQnumNAPfTsIldn9WsBalwGSm/uwawxAPg==} engines: {node: '>=18'} - '@cspell/cspell-service-bus@8.15.2': - resolution: {integrity: sha512-g9rhMIU0DX+avIQHFu0Mx3LAFi4lG6zX8iFa2zu+u3ll0IX0WtxTqrzft27jYSwebmm/ysWJUcOY+SWhZfPA0Q==} + '@cspell/cspell-service-bus@8.15.3': + resolution: {integrity: sha512-BLAaAc9fWn/sdNo/Z7bPwHtQ+z7snUnjXoLHYY9Vg8N0K2nMYkuJqAm7xbeKDy64sLykpu+pubdMR3DqEQJo/g==} engines: {node: '>=18'} - '@cspell/cspell-types@8.15.2': - resolution: {integrity: sha512-bHAkXsrfOhKyZZ+TA5eGH3fqh9DPcP3a2v+ozTnhhZa3zcfuzX7rZnYWEFA8LELMUStWXLECzFoGd9QUEHMstg==} + '@cspell/cspell-types@8.15.3': + resolution: {integrity: sha512-05xy2eeIQIHk2X6hUfBPBNbCnWcuSjE6D/F0XFTxLBl4ecUurSthJqvR3PrMjluETeZ71/cRIZMBnW+v7+yBgw==} engines: {node: '>=18'} '@cspell/dict-ada@4.0.5': @@ -426,26 +426,26 @@ packages: '@cspell/dict-vue@3.0.3': resolution: {integrity: sha512-akmYbrgAGumqk1xXALtDJcEcOMYBYMnkjpmGzH13Ozhq1mkPF4VgllFQlm1xYde+BUKNnzMgPEzxrL2qZllgYA==} - '@cspell/dynamic-import@8.15.2': - resolution: {integrity: sha512-37eYzVLqMv3KnY7UMmv/wC9OlUjPC7EJ3xMDourgDTNp6BtiPlMkHRTN5/yvRjukQedi41R1hewgCcZbwSpNXg==} + '@cspell/dynamic-import@8.15.3': + resolution: {integrity: sha512-RG35KnoLSFRj9BwmDW3AmkEbh6NxkZrhRxCQ8s4ZfMl5QEkoYKdVpWYSPUBMlPqkq0U+SVggMvNbdMSqyITxxQ==} engines: {node: '>=18.0'} - '@cspell/eslint-plugin@8.15.2': - resolution: {integrity: sha512-vIjfXF/aZuU0PtMwdhUKftkNTAfrlBq7B0RUCf2/2KJu9cg+ZMqjXNXDezSJWJ1BD6RpCAaY4nTKJ6UwtyqzDQ==} + '@cspell/eslint-plugin@8.15.3': + resolution: {integrity: sha512-o6y3NNkX95+s0kNNWXmpqnbD5k+9X5F8rTEbGI1oO5qe1/Z++Nz0Q73Bf1nVh1l8lOn5APM55e6Pk6ruuDnTxg==} engines: {node: '>=18'} peerDependencies: eslint: ^7 || ^8 || ^9 - '@cspell/filetypes@8.15.2': - resolution: {integrity: sha512-x2ciWqi6y2RoTcXRTG3BuxAly1TIr4puLzKHkMWtnYp1A++gohCBczMt33FwrwFav0Dfx9M0mCpT1h1ORVwzhA==} + '@cspell/filetypes@8.15.3': + resolution: {integrity: sha512-2B22/c2/pVqS2p3latOj3zCHk7vUWsxwkhCKhOKMA2tKt2cc7MHKUKMfsX4XpfY/571S/TTy1YYeGXlAxUtF3g==} engines: {node: '>=18'} - '@cspell/strong-weak-map@8.15.2': - resolution: {integrity: sha512-FMz3vgyPJjJsg0f78ToprOxR0lPhZOWwidxD+gOMLLfUzJ0mBC4VwoggrgIF6YEdXy/2UoIUtjh5B/Qfge9IDw==} + '@cspell/strong-weak-map@8.15.3': + resolution: {integrity: sha512-IhH+Reh2P+QXj8i5qGYsFI3Z01IWYMqUuN6CLnFXx5W0R8tWtxvmwWyT7j8lchV5foHSs8+mWaijKzwS6FSFVQ==} engines: {node: '>=18'} - '@cspell/url@8.15.2': - resolution: {integrity: sha512-AxS6nqh65V8BJf+ke7XNsDlieXfq/73XjZ4OxQAHvmML9kgXAbTviDcN6ddj6d2fTgU3EOSU1fBfDOqpS4n6Sg==} + '@cspell/url@8.15.3': + resolution: {integrity: sha512-JuQdGHj+W5anXpc+2pYggoUd+LsbNac4Rc7PdUUTnzMxV1EvlQZs28jEK4y27i4RI5pNQmsUWGZTHeMuwdlgSQ==} engines: {node: '>=18.0'} '@es-joy/jsdoccomment@0.49.0': @@ -827,8 +827,8 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn@8.12.1: - resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} + acorn@8.13.0: + resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==} engines: {node: '>=0.4.0'} hasBin: true @@ -1109,33 +1109,33 @@ packages: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} - cspell-config-lib@8.15.2: - resolution: {integrity: sha512-0vaZdp1gz5mt7RWTWStHHJBXfELtbtJNCl8RNz9E51906bhAyZ/yBvkOyjCW2Ofsdp2cKS11AuzTrq6N2lmK3g==} + cspell-config-lib@8.15.3: + resolution: {integrity: sha512-IMIvZ/2fzl628obiFhcgNsorcS4pimAgDi9M0k9GDA/zbLeweWZqjmSEN9tgUPvkRznQvJd0TZXJ0B5RkM5+2Q==} engines: {node: '>=18'} - cspell-dictionary@8.15.2: - resolution: {integrity: sha512-Kvn8ZD+oQs2KKgGoC601NBju3xQcrP4bz1MVZ23ZN9fm6pukb0J8x9hP3d+AuQd/Cl2XG/y/hWZi6MT92uChIg==} + cspell-dictionary@8.15.3: + resolution: {integrity: sha512-FwYpDou0oyHmfjz70juVvIskZo1/+Xzq4s6eX2ZjUNQSp/jaykWNOiqIw5eVx0Z3sq3cWzCJ9zUuHcXxvFi7EQ==} engines: {node: '>=18'} - cspell-glob@8.15.2: - resolution: {integrity: sha512-AQNskPt3FOF1Z6mc+cvCZ33Xnb+a4cMVZwcLlApc/4uup6OvyEoXNN9IyeHVmloAUPlXadaA79balp3cMj2rWg==} + cspell-glob@8.15.3: + resolution: {integrity: sha512-nsxe1PCFZyOHxVeo3Bqi2MyVy2JASF9p1xSCZAFjiVjeRmeqDrS098UcoucXRDFScJ2RP8A62niC6P3m6qg5IA==} engines: {node: '>=18'} - cspell-grammar@8.15.2: - resolution: {integrity: sha512-yvCiOlg6G2l+lMWBSmWwnVqIVfDK/uUBzY4WIJQaXWtXRuJ9MdsSEQ3TFd9NgJUhY1gSF8O1zSqeCmfPNuS44g==} + cspell-grammar@8.15.3: + resolution: {integrity: sha512-HCtGzym6JsdrYjwGySxKFsLjvASAgftv7nEOTBFp/u3Y2zVPmoQaFmmlSWBbJRsNQa9elL0DyQOSC7WC6GbGSQ==} engines: {node: '>=18'} hasBin: true - cspell-io@8.15.2: - resolution: {integrity: sha512-Y4bEsKVXC48VawU+gU1lcsO7B55pNAjc8/C8Qg8UByobSOxtZKd7jaRRqqvd60Rh8lbgG4Nc05zKCb1CxY1+2Q==} + cspell-io@8.15.3: + resolution: {integrity: sha512-ycKrfTSurfleQNR5x7QRmQ/qtMJ6JkBiqaq5qtCHNYUlOjrmQBNVXFpbmPJ3+qG+ObW+eQKEvZH5xr17F2BMjw==} engines: {node: '>=18'} - cspell-lib@8.15.2: - resolution: {integrity: sha512-u4tO8NoLq/LuOdCBqJdKBLE51uCcE2Ni/DvaEFNfuhk2fCF3rE/2nCzLx6ZEAiFPHZVMs44MJxpH7VF8Rn/T8g==} + cspell-lib@8.15.3: + resolution: {integrity: sha512-LJIEZ3E8ZCOAqcMwkonXH3NEa6ITTlp3nZ9nhmxHE0GbMUYP5/CmTCWSnJUjrINmhjl5dMj6Z7xzDTgEAu0K9Q==} engines: {node: '>=18'} - cspell-trie-lib@8.15.2: - resolution: {integrity: sha512-dqEc4832iareVCA+pXuvdNwtUF+F8S+w15Tlv0fRdPTz8X4wcUtK0R5npYnL5dyuPhKBdO/PmKXGb7/5I0vBMg==} + cspell-trie-lib@8.15.3: + resolution: {integrity: sha512-sJwGFE3ymkL6UsnZbMOGcD+iDOdYo7gyVafMDUJvb4rnKqAhLJumiCPT4bPLQ7oWAti7swHBQrOJ/Wp3phQ+LQ==} engines: {node: '>=18'} dargs@8.1.0: @@ -1441,8 +1441,8 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-uri@3.0.2: - resolution: {integrity: sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==} + fast-uri@3.0.3: + resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} fastq@1.17.1: resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} @@ -2253,8 +2253,8 @@ packages: resolution: {integrity: sha512-BYIrwr8JCXY49jUZscgw311w9oGEKo7ux/s+BxrhKTQbiQ0iYNdZNJ5LgagaeercQdFHwnR7Z5IxxFWVQ+BasQ==} engines: {node: '>=18.6.0'} - picocolors@1.1.0: - resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} + picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -2573,8 +2573,8 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - tatami-ng@0.8.4: - resolution: {integrity: sha512-qcPNLi2pEoMhUe+EtaOccHqoOTnpvmYipc/HyS6pQdUI/MMkjKmqxFtk/kEIyJpDUjDlWH4RTw+azc8Txx2XaA==} + tatami-ng@0.8.5: + resolution: {integrity: sha512-ky3mwR5HDvKbtq9TvKphMInpXRO+Vl8+nZln79mhv1aK7PautEmB+zQJ2UgoqqvEzKQnfQEGLI7ZXeE50HT9hw==} hasBin: true peerDependencies: typescript: ^5.4.3 @@ -2585,8 +2585,8 @@ packages: tcomb@3.2.29: resolution: {integrity: sha512-di2Hd1DB2Zfw6StGv861JoAF5h/uQVu/QJp2g8KVbtfKnoHdBQl5M32YWq6mnSYBQ1vFFrns5B1haWJL7rKaOQ==} - terser@5.34.1: - resolution: {integrity: sha512-FsJZ7iZLd/BXkz+4xrRTGJ26o/6VTjQytUk8b8OxkwcD2I+79VPJlz7qss1+zE7h8GNIScFqXcDyJ/KqBYZFVA==} + terser@5.36.0: + resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==} engines: {node: '>=10'} hasBin: true @@ -2604,8 +2604,8 @@ packages: through@2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - tinyexec@0.3.0: - resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} + tinyexec@0.3.1: + resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} @@ -2620,8 +2620,8 @@ packages: peerDependencies: typescript: '>=4.2.0' - tslib@2.7.0: - resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} + tslib@2.8.0: + resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==} type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} @@ -2827,7 +2827,7 @@ snapshots: '@babel/code-frame@7.25.7': dependencies: '@babel/highlight': 7.25.7 - picocolors: 1.1.0 + picocolors: 1.1.1 '@babel/helper-validator-identifier@7.25.7': {} @@ -2836,7 +2836,7 @@ snapshots: '@babel/helper-validator-identifier': 7.25.7 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.1.0 + picocolors: 1.1.1 '@bcoe/v8-coverage@0.2.3': {} @@ -2882,7 +2882,7 @@ snapshots: '@commitlint/load': 19.5.0(@types/node@22.7.5)(typescript@5.6.3) '@commitlint/read': 19.5.0 '@commitlint/types': 19.5.0 - tinyexec: 0.3.0 + tinyexec: 0.3.1 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' @@ -2956,7 +2956,7 @@ snapshots: '@commitlint/types': 19.5.0 git-raw-commits: 4.0.0 minimist: 1.2.8 - tinyexec: 0.3.0 + tinyexec: 0.3.1 '@commitlint/resolve-extends@19.5.0': dependencies: @@ -2985,7 +2985,7 @@ snapshots: '@types/conventional-commits-parser': 5.0.0 chalk: 5.3.0 - '@cspell/cspell-bundled-dicts@8.15.2': + '@cspell/cspell-bundled-dicts@8.15.3': dependencies: '@cspell/dict-ada': 4.0.5 '@cspell/dict-aws': 4.0.7 @@ -3041,15 +3041,15 @@ snapshots: '@cspell/dict-typescript': 3.1.9 '@cspell/dict-vue': 3.0.3 - '@cspell/cspell-pipe@8.15.2': {} + '@cspell/cspell-pipe@8.15.3': {} - '@cspell/cspell-resolver@8.15.2': + '@cspell/cspell-resolver@8.15.3': dependencies: global-directory: 4.0.1 - '@cspell/cspell-service-bus@8.15.2': {} + '@cspell/cspell-service-bus@8.15.3': {} - '@cspell/cspell-types@8.15.2': {} + '@cspell/cspell-types@8.15.3': {} '@cspell/dict-ada@4.0.5': {} @@ -3161,23 +3161,23 @@ snapshots: '@cspell/dict-vue@3.0.3': {} - '@cspell/dynamic-import@8.15.2': + '@cspell/dynamic-import@8.15.3': dependencies: import-meta-resolve: 4.1.0 - '@cspell/eslint-plugin@8.15.2(eslint@9.12.0(jiti@1.21.6))': + '@cspell/eslint-plugin@8.15.3(eslint@9.12.0(jiti@1.21.6))': dependencies: - '@cspell/cspell-types': 8.15.2 - '@cspell/url': 8.15.2 - cspell-lib: 8.15.2 + '@cspell/cspell-types': 8.15.3 + '@cspell/url': 8.15.3 + cspell-lib: 8.15.3 eslint: 9.12.0(jiti@1.21.6) synckit: 0.9.2 - '@cspell/filetypes@8.15.2': {} + '@cspell/filetypes@8.15.3': {} - '@cspell/strong-weak-map@8.15.2': {} + '@cspell/strong-weak-map@8.15.3': {} - '@cspell/url@8.15.2': {} + '@cspell/url@8.15.3': {} '@es-joy/jsdoccomment@0.49.0': dependencies: @@ -3308,18 +3308,18 @@ snapshots: dependencies: serialize-javascript: 6.0.2 smob: 1.5.0 - terser: 5.34.1 + terser: 5.36.0 optionalDependencies: rollup: 4.24.0 - '@rollup/plugin-typescript@12.1.1(rollup@4.24.0)(tslib@2.7.0)(typescript@5.6.3)': + '@rollup/plugin-typescript@12.1.1(rollup@4.24.0)(tslib@2.8.0)(typescript@5.6.3)': dependencies: '@rollup/pluginutils': 5.1.2(rollup@4.24.0) resolve: 1.22.8 typescript: 5.6.3 optionalDependencies: rollup: 4.24.0 - tslib: 2.7.0 + tslib: 2.8.0 '@rollup/pluginutils@5.1.2(rollup@4.24.0)': dependencies: @@ -3569,11 +3569,11 @@ snapshots: jsonparse: 1.3.1 through: 2.3.8 - acorn-jsx@5.3.2(acorn@8.12.1): + acorn-jsx@5.3.2(acorn@8.13.0): dependencies: - acorn: 8.12.1 + acorn: 8.13.0 - acorn@8.12.1: {} + acorn@8.13.0: {} aggregate-error@3.1.0: dependencies: @@ -3590,7 +3590,7 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.2 + fast-uri: 3.0.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -3881,52 +3881,52 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - cspell-config-lib@8.15.2: + cspell-config-lib@8.15.3: dependencies: - '@cspell/cspell-types': 8.15.2 + '@cspell/cspell-types': 8.15.3 comment-json: 4.2.5 yaml: 2.6.0 - cspell-dictionary@8.15.2: + cspell-dictionary@8.15.3: dependencies: - '@cspell/cspell-pipe': 8.15.2 - '@cspell/cspell-types': 8.15.2 - cspell-trie-lib: 8.15.2 + '@cspell/cspell-pipe': 8.15.3 + '@cspell/cspell-types': 8.15.3 + cspell-trie-lib: 8.15.3 fast-equals: 5.0.1 - cspell-glob@8.15.2: + cspell-glob@8.15.3: dependencies: - '@cspell/url': 8.15.2 + '@cspell/url': 8.15.3 micromatch: 4.0.8 - cspell-grammar@8.15.2: + cspell-grammar@8.15.3: dependencies: - '@cspell/cspell-pipe': 8.15.2 - '@cspell/cspell-types': 8.15.2 + '@cspell/cspell-pipe': 8.15.3 + '@cspell/cspell-types': 8.15.3 - cspell-io@8.15.2: + cspell-io@8.15.3: dependencies: - '@cspell/cspell-service-bus': 8.15.2 - '@cspell/url': 8.15.2 + '@cspell/cspell-service-bus': 8.15.3 + '@cspell/url': 8.15.3 - cspell-lib@8.15.2: + cspell-lib@8.15.3: dependencies: - '@cspell/cspell-bundled-dicts': 8.15.2 - '@cspell/cspell-pipe': 8.15.2 - '@cspell/cspell-resolver': 8.15.2 - '@cspell/cspell-types': 8.15.2 - '@cspell/dynamic-import': 8.15.2 - '@cspell/filetypes': 8.15.2 - '@cspell/strong-weak-map': 8.15.2 - '@cspell/url': 8.15.2 + '@cspell/cspell-bundled-dicts': 8.15.3 + '@cspell/cspell-pipe': 8.15.3 + '@cspell/cspell-resolver': 8.15.3 + '@cspell/cspell-types': 8.15.3 + '@cspell/dynamic-import': 8.15.3 + '@cspell/filetypes': 8.15.3 + '@cspell/strong-weak-map': 8.15.3 + '@cspell/url': 8.15.3 clear-module: 4.1.2 comment-json: 4.2.5 - cspell-config-lib: 8.15.2 - cspell-dictionary: 8.15.2 - cspell-glob: 8.15.2 - cspell-grammar: 8.15.2 - cspell-io: 8.15.2 - cspell-trie-lib: 8.15.2 + cspell-config-lib: 8.15.3 + cspell-dictionary: 8.15.3 + cspell-glob: 8.15.3 + cspell-grammar: 8.15.3 + cspell-io: 8.15.3 + cspell-trie-lib: 8.15.3 env-paths: 3.0.0 fast-equals: 5.0.1 gensequence: 7.0.0 @@ -3936,10 +3936,10 @@ snapshots: vscode-uri: 3.0.8 xdg-basedir: 5.1.0 - cspell-trie-lib@8.15.2: + cspell-trie-lib@8.15.3: dependencies: - '@cspell/cspell-pipe': 8.15.2 - '@cspell/cspell-types': 8.15.2 + '@cspell/cspell-pipe': 8.15.3 + '@cspell/cspell-types': 8.15.3 gensequence: 7.0.0 dargs@8.1.0: {} @@ -4283,8 +4283,8 @@ snapshots: espree@10.2.0: dependencies: - acorn: 8.12.1 - acorn-jsx: 5.3.2(acorn@8.12.1) + acorn: 8.13.0 + acorn-jsx: 5.3.2(acorn@8.13.0) eslint-visitor-keys: 4.1.0 esprima@4.0.1: {} @@ -4341,7 +4341,7 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-uri@3.0.2: {} + fast-uri@3.0.3: {} fastq@1.17.1: dependencies: @@ -5202,7 +5202,7 @@ snapshots: peowly@1.3.2: {} - picocolors@1.1.0: {} + picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -5550,11 +5550,11 @@ snapshots: synckit@0.9.2: dependencies: '@pkgr/core': 0.1.1 - tslib: 2.7.0 + tslib: 2.8.0 tapable@2.2.1: {} - tatami-ng@0.8.4(typescript@5.6.3): + tatami-ng@0.8.5(typescript@5.6.3): dependencies: peowly: 1.3.2 typescript: 5.6.3 @@ -5565,10 +5565,10 @@ snapshots: tcomb@3.2.29: {} - terser@5.34.1: + terser@5.36.0: dependencies: '@jridgewell/source-map': 0.3.6 - acorn: 8.12.1 + acorn: 8.13.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -5584,7 +5584,7 @@ snapshots: through@2.3.8: {} - tinyexec@0.3.0: {} + tinyexec@0.3.1: {} to-regex-range@5.0.1: dependencies: @@ -5596,7 +5596,7 @@ snapshots: dependencies: typescript: 5.6.3 - tslib@2.7.0: {} + tslib@2.8.0: {} type-check@0.4.0: dependencies: