From ca2a6fc8356c504002e257682e8640e98d0e2c9c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 16 Nov 2025 17:07:30 +0100 Subject: [PATCH] chore(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 | 6 +- .../express-cluster/package.json | 6 +- .../express-hybrid/package.json | 6 +- .../express-worker_threads/package.json | 6 +- .../fastify-cluster/package.json | 6 +- .../fastify-hybrid/package.json | 6 +- .../fastify-worker_threads/package.json | 6 +- .../typescript/smtp-client-pool/package.json | 6 +- .../ws-cluster/package.json | 6 +- .../ws-hybrid/package.json | 6 +- .../ws-worker_threads/package.json | 6 +- package.json | 10 +- pnpm-lock.yaml | 240 +++++++++--------- 13 files changed, 161 insertions(+), 155 deletions(-) diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index 04d2817d0..bcebd9654 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 a2d460fab..855d3f140 100644 --- a/examples/typescript/http-server-pool/express-cluster/package.json +++ b/examples/typescript/http-server-pool/express-cluster/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 34819b7bb..185f2ad12 100644 --- a/examples/typescript/http-server-pool/express-hybrid/package.json +++ b/examples/typescript/http-server-pool/express-hybrid/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 13208eb45..c462fe522 100644 --- a/examples/typescript/http-server-pool/express-worker_threads/package.json +++ b/examples/typescript/http-server-pool/express-worker_threads/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 458dcf4c2..d6aac53f7 100644 --- a/examples/typescript/http-server-pool/fastify-cluster/package.json +++ b/examples/typescript/http-server-pool/fastify-cluster/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 eb80532fd..ebe80b9ff 100644 --- a/examples/typescript/http-server-pool/fastify-hybrid/package.json +++ b/examples/typescript/http-server-pool/fastify-hybrid/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 e9350c250..5b3640fbc 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 3572619c0..80b198ebe 100644 --- a/examples/typescript/smtp-client-pool/package.json +++ b/examples/typescript/smtp-client-pool/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 3dcaed7dd..89339ea90 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/package.json +++ b/examples/typescript/websocket-server-pool/ws-cluster/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 e45167377..2b9d26a48 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/package.json +++ b/examples/typescript/websocket-server-pool/ws-hybrid/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.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 ea74f2f89..b9fee635b 100644 --- a/examples/typescript/websocket-server-pool/ws-worker_threads/package.json +++ b/examples/typescript/websocket-server-pool/ws-worker_threads/package.json @@ -6,10 +6,10 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.0", "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", diff --git a/package.json b/package.json index 4d90a01af..1188bee9d 100644 --- a/package.json +++ b/package.json @@ -45,10 +45,10 @@ "pnpm": ">=9.0.0" }, "volta": { - "node": "24.11.0", - "pnpm": "10.21.0" + "node": "24.11.1", + "pnpm": "10.22.0" }, - "packageManager": "pnpm@10.21.0", + "packageManager": "pnpm@10.22.0", "repository": { "type": "git", "url": "https://github.com/poolifier/poolifier.git" @@ -110,7 +110,7 @@ "@biomejs/biome": "^2.3.5", "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", - "@cspell/eslint-plugin": "^9.3.1", + "@cspell/eslint-plugin": "^9.3.2", "@eslint/js": "^9.39.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.3.0", @@ -120,7 +120,7 @@ "clean-publish": "^6.0.1", "cross-env": "^10.1.0", "eslint": "^9.39.1", - "eslint-plugin-jsdoc": "^61.2.0", + "eslint-plugin-jsdoc": "^61.2.1", "eslint-plugin-perfectionist": "^4.15.1", "globals": "^16.5.0", "husky": "^9.1.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c372aa2db..3e2cf90fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^20.0.0 version: 20.0.0 '@cspell/eslint-plugin': - specifier: ^9.3.1 - version: 9.3.1(eslint@9.39.1(jiti@2.6.1)) + specifier: ^9.3.2 + version: 9.3.2(eslint@9.39.1(jiti@2.6.1)) '@eslint/js': specifier: ^9.39.1 version: 9.39.1 @@ -51,8 +51,8 @@ importers: specifier: ^9.39.1 version: 9.39.1(jiti@2.6.1) eslint-plugin-jsdoc: - specifier: ^61.2.0 - version: 61.2.0(eslint@9.39.1(jiti@2.6.1)) + specifier: ^61.2.1 + version: 61.2.1(eslint@9.39.1(jiti@2.6.1)) eslint-plugin-perfectionist: specifier: ^4.15.1 version: 4.15.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) @@ -242,24 +242,24 @@ packages: resolution: {integrity: sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA==} engines: {node: '>=v18'} - '@cspell/cspell-bundled-dicts@9.3.1': - resolution: {integrity: sha512-vL94iLjEzPTBAoc4v4iY87jUNDYvhG7S3Lkxc9Jdcyk+aeXnoqYK7mCRFOSPSbB2pT2bugX6S6ZaLKVMpY73gA==} + '@cspell/cspell-bundled-dicts@9.3.2': + resolution: {integrity: sha512-OmKzq/0FATHU671GKMzBrTyLdm25Wnziva7h4ylumVn1wnwWsXGef5bgXD7iuApqfqH9SzxsU0NtTB8m8vwEHQ==} engines: {node: '>=20'} - '@cspell/cspell-pipe@9.3.1': - resolution: {integrity: sha512-MqCoUDwq2z4dn5fYMFrLYHjQyueqhvCNyztPS2ifhXJiEyr/YV61cLvQh/HoZlFmBSL7ViMXjejtL29LTLOEzA==} + '@cspell/cspell-pipe@9.3.2': + resolution: {integrity: sha512-REF7ibG79WLEynIMUss/IRDCdYEb1nlE1rj/gt2CbPFzLa6t5MRwW2lajEvXS6/WgbMtsTVHAWi3ALqJzCwxng==} engines: {node: '>=20'} - '@cspell/cspell-resolver@9.3.1': - resolution: {integrity: sha512-HpgvmgZO+fCF9syPAX+XJRPYya4w3UFA5T8Uj0Ic19tjwoCgtj2F1SMAqr3iah97xH/9bh9tSHdfa7HIWD1J+Q==} + '@cspell/cspell-resolver@9.3.2': + resolution: {integrity: sha512-jLN2Aa/vxm8+IBvTd884SwPEfjxnDwIEPBT3hmqgLlKuUHQ3FMG27lsM4Ik9L2KWBXMgV/wGz4BaxfhKI41Ttw==} engines: {node: '>=20'} - '@cspell/cspell-service-bus@9.3.1': - resolution: {integrity: sha512-mbCuHzcLIrvEOAcWxFmF+cgdIEWEs8bEkUTPA62EjQcQ8RzH82jVUPYDqPGJ7bThoinG/Xfk90EqHgh1b1kEOw==} + '@cspell/cspell-service-bus@9.3.2': + resolution: {integrity: sha512-/rB8LazM0JzKL+AvZa5fEpLutmwy5QFMpzw8HJd+rDGkzb5r79hURWSRo84QArgaskUqA9XlOHSieDE9pt+WAA==} engines: {node: '>=20'} - '@cspell/cspell-types@9.3.1': - resolution: {integrity: sha512-6KBVCN5dEk1+p0RP27DCjmtVNUmn0q+Zovthr35dmKOom2vNgAzFapneXIlir6jWSdKZ8b/5qbwbdhL0ATai5w==} + '@cspell/cspell-types@9.3.2': + resolution: {integrity: sha512-l4H8bMAmdzCbXHO8y1JZiAKszrPEiuLFKWrbhCacHF0iP+PIc/yuQp7cO70m0p70vArRfih6kgGyHFaCy47CfA==} engines: {node: '>=20'} '@cspell/dict-ada@4.1.1': @@ -268,8 +268,8 @@ packages: '@cspell/dict-al@1.1.1': resolution: {integrity: sha512-sD8GCaZetgQL4+MaJLXqbzWcRjfKVp8x+px3HuCaaiATAAtvjwUQ5/Iubiqwfd1boIh2Y1/3EgM3TLQ7Q8e0wQ==} - '@cspell/dict-aws@4.0.15': - resolution: {integrity: sha512-aPY7VVR5Os4rz36EaqXBAEy14wR4Rqv+leCJ2Ug/Gd0IglJpM30LalF3e2eJChnjje3vWoEC0Rz3+e5gpZG+Kg==} + '@cspell/dict-aws@4.0.16': + resolution: {integrity: sha512-a681zShZbtTo947NvTYGLer95ZDQw1ROKvIFydak1e0OlfFCsNdtcYTupn0nbbYs53c9AO7G2DU8AcNEAnwXPA==} '@cspell/dict-bash@4.2.2': resolution: {integrity: sha512-kyWbwtX3TsCf5l49gGQIZkRLaB/P8g73GDRm41Zu8Mv51kjl2H7Au0TsEvHv7jzcsRLS6aUYaZv6Zsvk1fOz+Q==} @@ -390,8 +390,8 @@ packages: '@cspell/dict-node@5.0.8': resolution: {integrity: sha512-AirZcN2i84ynev3p2/1NCPEhnNsHKMz9zciTngGoqpdItUb2bDt1nJBjwlsrFI78GZRph/VaqTVFwYikmncpXg==} - '@cspell/dict-npm@5.2.20': - resolution: {integrity: sha512-tJRv1qEdW3f8fxK/D2huoqkSvM6ogz55hAt9RTdB7tZy57wio9Tkj+xfi2DIeOlmf6e94c6pNPZIC/o5rclMhw==} + '@cspell/dict-npm@5.2.22': + resolution: {integrity: sha512-bepGmmRv7KmxULqfw88G9wxkpIAQA96YyrfKpfg4RHnQLxpmzoRnZGtK5S9JH7Hlf5LEd1gkOF7dtCE6cek67w==} '@cspell/dict-php@4.1.0': resolution: {integrity: sha512-dTDeabyOj7eFvn2Q4Za3uVXM2+SzeFMqX8ly2P0XTo4AzbCmI2hulFD/QIADwWmwiRrInbbf8cxwFHNIYrXl4w==} @@ -420,8 +420,8 @@ packages: '@cspell/dict-shell@1.1.2': resolution: {integrity: sha512-WqOUvnwcHK1X61wAfwyXq04cn7KYyskg90j4lLg3sGGKMW9Sq13hs91pqrjC44Q+lQLgCobrTkMDw9Wyl9nRFA==} - '@cspell/dict-software-terms@5.1.11': - resolution: {integrity: sha512-xwARdlp6o81BK7uNl4qR5CmLBXuc9xWyEeEwzeAw/8SkBdYheVQO6F1Fey2iqMRDT9LAb5Znbg83pJVpLjgBjg==} + '@cspell/dict-software-terms@5.1.13': + resolution: {integrity: sha512-bmWMOpqzCmmKFHM9hFC6o+GP20t2+uTuwksR3a6crHQqvNv3revzwQHorsWvSYx75xsdcvRYrAz7PqPEV/FG1g==} '@cspell/dict-sql@2.2.1': resolution: {integrity: sha512-qDHF8MpAYCf4pWU8NKbnVGzkoxMNrFqBHyG/dgrlic5EQiKANCLELYtGlX5auIMDLmTf1inA0eNtv74tyRJ/vg==} @@ -441,33 +441,36 @@ packages: '@cspell/dict-vue@3.0.5': resolution: {integrity: sha512-Mqutb8jbM+kIcywuPQCCaK5qQHTdaByoEO2J9LKFy3sqAdiBogNkrplqUK0HyyRFgCfbJUgjz3N85iCMcWH0JA==} - '@cspell/dynamic-import@9.3.1': - resolution: {integrity: sha512-pjdCtlXio1Zov2Xd74CNdhwQ0OQU1+fYbT1YrdYJFplW+OeHze9eEPRgCKzMRSXr3s8La+dfrdtWVr0LhLTTvA==} + '@cspell/dict-zig@1.0.0': + resolution: {integrity: sha512-XibBIxBlVosU06+M6uHWkFeT0/pW5WajDRYdXG2CgHnq85b0TI/Ks0FuBJykmsgi2CAD3Qtx8UHFEtl/DSFnAQ==} + + '@cspell/dynamic-import@9.3.2': + resolution: {integrity: sha512-au7FyuIHUNI2r9sO3pUBKVTeD/v7c9x/nPUStaAK1bG4rdKt4w+/jUY2IaldAraW5w29z528BboXbiV87SM1kw==} engines: {node: '>=20'} - '@cspell/eslint-plugin@9.3.1': - resolution: {integrity: sha512-pwllqwZlyK1qpMnpdLNZWOh7v5fe6clJDF9PI+Xuga/x8eTlnHpWawEh8SesMATs/vlljdzrkzqxHOfj8zpGbg==} + '@cspell/eslint-plugin@9.3.2': + resolution: {integrity: sha512-TUHCHiLCfzsGAa3zA4rb6jaXXcKA4ygptxnss2YtM/Qd0S/dPvj8lbwK0knXcsn8DUlFsVHEKur7xh5ac9a4PA==} engines: {node: '>=20'} peerDependencies: eslint: ^7 || ^8 || ^9 - '@cspell/filetypes@9.3.1': - resolution: {integrity: sha512-8VghfXnR2SIBs7jFG0G2MI6ixQM0tcnFU/WqgxZJPOjPSX+kpCuzePijG3ueiMhIWztHg+NM+nQiQGREcuX0vA==} + '@cspell/filetypes@9.3.2': + resolution: {integrity: sha512-0bUxQlmJPRHZrRQD7adbc4lFizO8tGD/6+1cBgU3kV3+NVrpr12y4jU8twCSChhYibZyPr7bnvhkM3cQgb8RzA==} engines: {node: '>=20'} - '@cspell/strong-weak-map@9.3.1': - resolution: {integrity: sha512-HNFyN9AXI2b6pC6p/VhJgDPw0rg0CTVHhQcleb3e2RsU72QnNv9DltcYR59y1igwJ+w5VP2sYh2TWYvBPTeMlg==} + '@cspell/strong-weak-map@9.3.2': + resolution: {integrity: sha512-pFcmOTWCoFMRETb9PCkCmaiZiLb5i2qOZmGH/p/tFEH8kIYhMGfhaulnXwKwS+Ke6PKceQd2YL98bGmo8hL4aQ==} engines: {node: '>=20'} - '@cspell/url@9.3.1': - resolution: {integrity: sha512-4MlTvq2neLV9IRDNIxcA6ef6bvUqqA8avbotnmD4X6p1IzMOvVLvQ8t6UMr4pKzpe+c5Ph33Y+C+mcwK3rk/BQ==} + '@cspell/url@9.3.2': + resolution: {integrity: sha512-TobUlZl7Z7VehhNOMNAg1ABuGizieseftlG94OZJ934JptOhK8TC/1o2ldKrbDH50jyt6E7rPTMV2BW/vWuTzQ==} engines: {node: '>=20'} - '@emnapi/core@1.7.0': - resolution: {integrity: sha512-pJdKGq/1iquWYtv1RRSljZklxHCOCAJFJrImO5ZLKPJVJlVUcs8yFwNQlqS0Lo8xT1VAXXTCZocF9n26FWEKsw==} + '@emnapi/core@1.7.1': + resolution: {integrity: sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==} - '@emnapi/runtime@1.7.0': - resolution: {integrity: sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==} + '@emnapi/runtime@1.7.1': + resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==} '@emnapi/wasi-threads@1.1.0': resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} @@ -1215,33 +1218,33 @@ packages: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} - cspell-config-lib@9.3.1: - resolution: {integrity: sha512-Mdm7FtXkiBzVigGY4jd/DVELai8XUkgV7E74l14VVnveyBHE1EnYD8g4COVE8qglCuSQnTtsuI1gqBlJkcLSzg==} + cspell-config-lib@9.3.2: + resolution: {integrity: sha512-zXhmA4rqgWQRTVijI+g/mgiep76TvTO4d+P3CHwcqLG57BKVzoW+jkO4qDLC+Neh4b8+CcNWEIr3w16BfuEJAA==} engines: {node: '>=20'} - cspell-dictionary@9.3.1: - resolution: {integrity: sha512-px5qCUZqfCG2bBjkxSueLFRHCW0Vl2Joszfj36IPAyZJCO+OjBzHvXcitbFwwy5LDfxyXTTY307Asumzi5IAqA==} + cspell-dictionary@9.3.2: + resolution: {integrity: sha512-E3YhOhZzZt1a+AEbFV2B3THCyZ576PDg0mDNUDrU1Y65SyIhf4DC6itfPoAb6R3FI/DI218RqWZg/FTT8lJ2gA==} engines: {node: '>=20'} - cspell-glob@9.3.1: - resolution: {integrity: sha512-pyo8ySo90U4WaayjrnefU7kPA1pFL8ok4BDnlKJ5MwRqzVPIwV003Op0hnRYEEUdNyjRR4kU6GshMEkTrSlB7Q==} + cspell-glob@9.3.2: + resolution: {integrity: sha512-TuSupENEKyOCupOUZ3vnPxaTOghxY/rD1JIkb8e5kjzRprYVilO/rYqEk/52iLwJVd+4Npe8fNhR3KhU7u/UUg==} engines: {node: '>=20'} - cspell-grammar@9.3.1: - resolution: {integrity: sha512-SZR5IfrMZK0pgVP5U48yoHvkfiCbmGkwwTGGomEXpVYev/7fG9wupZKt2YXfvATiuQmcZ9hFW4fPLZbpJckPfA==} + cspell-grammar@9.3.2: + resolution: {integrity: sha512-ysonrFu9vJvF/derDlEjUfmvLeCfNOWPh00t6Yh093AKrJFoWQiyaS/5bEN/uB5/n1sa4k3ItnWvuTp3+YuZsA==} engines: {node: '>=20'} hasBin: true - cspell-io@9.3.1: - resolution: {integrity: sha512-ZL5IVJiNHU3bkJh1+Zgmx5i0NaUIondJZ7vIlYlO55Llz8mtIoSp7Cn2j9tURfRP/Q0BZOE6M841Tiich0mqPA==} + cspell-io@9.3.2: + resolution: {integrity: sha512-ahoULCp0j12TyXXmIcdO/7x65A/2mzUQO1IkOC65OXEbNT+evt0yswSO5Nr1F6kCHDuEKc46EZWwsYAzj78pMg==} engines: {node: '>=20'} - cspell-lib@9.3.1: - resolution: {integrity: sha512-3P+PW6EZgztP0eUDHeUzi4ro6IqH927n59BAR6djo58eAMgwbyZUYtXYXVOxlyhWqiVjL/hjb8hiqzTt1YQFEg==} + cspell-lib@9.3.2: + resolution: {integrity: sha512-kdk11kib68zNANNICuOA8h4oA9kENQUAdeX/uvT4+7eHbHHV8WSgjXm4k4o/pRIbg164UJTX/XxKb/65ftn5jw==} engines: {node: '>=20'} - cspell-trie-lib@9.3.1: - resolution: {integrity: sha512-PfHk6hX2e+OF4t3qxA/Y95FScEAPM7fQGsDaq+U0AqT8vsdtVou+VVS43ILBiCDYBDn2WUjWBTKYBGk2t1oKGQ==} + cspell-trie-lib@9.3.2: + resolution: {integrity: sha512-1Af7Mq9jIccFQyJl/ZCcqQbtJwuDqpQVkk8xfs/92x4OI6gW1iTVRMtsrh0RTw1HZoR8aQD7tRRCiLPf/D+UiQ==} engines: {node: '>=20'} dargs@8.1.0: @@ -1447,8 +1450,8 @@ packages: eslint-import-resolver-node: optional: true - eslint-plugin-jsdoc@61.2.0: - resolution: {integrity: sha512-Pky3YKWPOcDGi4TzBZlp/ENd+z443uVgIyZxzA9wVbfECjG1ptf7sB8gzSX4Z8dAtoD8d3d68jsLuAfxr+8qyQ==} + eslint-plugin-jsdoc@61.2.1: + resolution: {integrity: sha512-Htacti3dbkNm4rlp/Bk9lqhv+gi6US9jyN22yaJ42G6wbteiTbNLChQwi25jr/BN+NOzDWhZHvCDdrhX0F8dXQ==} engines: {node: '>=20.11.0'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -1947,8 +1950,8 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + js-yaml@4.1.1: + resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} hasBin: true jsdoc-type-pratt-parser@6.10.0: @@ -2495,8 +2498,8 @@ packages: smob@1.5.0: resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} - smol-toml@1.4.2: - resolution: {integrity: sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==} + smol-toml@1.5.2: + resolution: {integrity: sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==} engines: {node: '>= 18'} source-map-support@0.5.21: @@ -2976,11 +2979,11 @@ snapshots: '@types/conventional-commits-parser': 5.0.2 chalk: 5.6.2 - '@cspell/cspell-bundled-dicts@9.3.1': + '@cspell/cspell-bundled-dicts@9.3.2': dependencies: '@cspell/dict-ada': 4.1.1 '@cspell/dict-al': 1.1.1 - '@cspell/dict-aws': 4.0.15 + '@cspell/dict-aws': 4.0.16 '@cspell/dict-bash': 4.2.2 '@cspell/dict-companies': 3.2.7 '@cspell/dict-cpp': 6.0.14 @@ -3019,7 +3022,7 @@ snapshots: '@cspell/dict-markdown': 2.0.12(@cspell/dict-css@4.0.18)(@cspell/dict-html-symbol-entities@4.0.4)(@cspell/dict-html@4.0.12)(@cspell/dict-typescript@3.2.3) '@cspell/dict-monkeyc': 1.0.11 '@cspell/dict-node': 5.0.8 - '@cspell/dict-npm': 5.2.20 + '@cspell/dict-npm': 5.2.22 '@cspell/dict-php': 4.1.0 '@cspell/dict-powershell': 5.0.15 '@cspell/dict-public-licenses': 2.0.15 @@ -3029,29 +3032,30 @@ snapshots: '@cspell/dict-rust': 4.0.12 '@cspell/dict-scala': 5.0.8 '@cspell/dict-shell': 1.1.2 - '@cspell/dict-software-terms': 5.1.11 + '@cspell/dict-software-terms': 5.1.13 '@cspell/dict-sql': 2.2.1 '@cspell/dict-svelte': 1.0.7 '@cspell/dict-swift': 2.0.6 '@cspell/dict-terraform': 1.1.3 '@cspell/dict-typescript': 3.2.3 '@cspell/dict-vue': 3.0.5 + '@cspell/dict-zig': 1.0.0 - '@cspell/cspell-pipe@9.3.1': {} + '@cspell/cspell-pipe@9.3.2': {} - '@cspell/cspell-resolver@9.3.1': + '@cspell/cspell-resolver@9.3.2': dependencies: global-directory: 4.0.1 - '@cspell/cspell-service-bus@9.3.1': {} + '@cspell/cspell-service-bus@9.3.2': {} - '@cspell/cspell-types@9.3.1': {} + '@cspell/cspell-types@9.3.2': {} '@cspell/dict-ada@4.1.1': {} '@cspell/dict-al@1.1.1': {} - '@cspell/dict-aws@4.0.15': {} + '@cspell/dict-aws@4.0.16': {} '@cspell/dict-bash@4.2.2': dependencies: @@ -3136,7 +3140,7 @@ snapshots: '@cspell/dict-node@5.0.8': {} - '@cspell/dict-npm@5.2.20': {} + '@cspell/dict-npm@5.2.22': {} '@cspell/dict-php@4.1.0': {} @@ -3158,7 +3162,7 @@ snapshots: '@cspell/dict-shell@1.1.2': {} - '@cspell/dict-software-terms@5.1.11': {} + '@cspell/dict-software-terms@5.1.13': {} '@cspell/dict-sql@2.2.1': {} @@ -3172,32 +3176,34 @@ snapshots: '@cspell/dict-vue@3.0.5': {} - '@cspell/dynamic-import@9.3.1': + '@cspell/dict-zig@1.0.0': {} + + '@cspell/dynamic-import@9.3.2': dependencies: - '@cspell/url': 9.3.1 + '@cspell/url': 9.3.2 import-meta-resolve: 4.2.0 - '@cspell/eslint-plugin@9.3.1(eslint@9.39.1(jiti@2.6.1))': + '@cspell/eslint-plugin@9.3.2(eslint@9.39.1(jiti@2.6.1))': dependencies: - '@cspell/cspell-types': 9.3.1 - '@cspell/url': 9.3.1 - cspell-lib: 9.3.1 + '@cspell/cspell-types': 9.3.2 + '@cspell/url': 9.3.2 + cspell-lib: 9.3.2 eslint: 9.39.1(jiti@2.6.1) synckit: 0.11.11 - '@cspell/filetypes@9.3.1': {} + '@cspell/filetypes@9.3.2': {} - '@cspell/strong-weak-map@9.3.1': {} + '@cspell/strong-weak-map@9.3.2': {} - '@cspell/url@9.3.1': {} + '@cspell/url@9.3.2': {} - '@emnapi/core@1.7.0': + '@emnapi/core@1.7.1': dependencies: '@emnapi/wasi-threads': 1.1.0 tslib: 2.8.1 optional: true - '@emnapi/runtime@1.7.0': + '@emnapi/runtime@1.7.1': dependencies: tslib: 2.8.1 optional: true @@ -3250,7 +3256,7 @@ snapshots: globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 4.1.0 + js-yaml: 4.1.1 minimatch: 3.1.2 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -3335,8 +3341,8 @@ snapshots: '@napi-rs/wasm-runtime@0.2.12': dependencies: - '@emnapi/core': 1.7.0 - '@emnapi/runtime': 1.7.0 + '@emnapi/core': 1.7.1 + '@emnapi/runtime': 1.7.1 '@tybys/wasm-util': 0.10.1 optional: true @@ -3935,7 +3941,7 @@ snapshots: dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 - js-yaml: 4.1.0 + js-yaml: 4.1.1 parse-json: 5.2.0 optionalDependencies: typescript: 5.9.3 @@ -3951,52 +3957,52 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - cspell-config-lib@9.3.1: + cspell-config-lib@9.3.2: dependencies: - '@cspell/cspell-types': 9.3.1 + '@cspell/cspell-types': 9.3.2 comment-json: 4.4.1 - smol-toml: 1.4.2 + smol-toml: 1.5.2 yaml: 2.8.1 - cspell-dictionary@9.3.1: + cspell-dictionary@9.3.2: dependencies: - '@cspell/cspell-pipe': 9.3.1 - '@cspell/cspell-types': 9.3.1 - cspell-trie-lib: 9.3.1 + '@cspell/cspell-pipe': 9.3.2 + '@cspell/cspell-types': 9.3.2 + cspell-trie-lib: 9.3.2 fast-equals: 5.3.3 - cspell-glob@9.3.1: + cspell-glob@9.3.2: dependencies: - '@cspell/url': 9.3.1 + '@cspell/url': 9.3.2 picomatch: 4.0.3 - cspell-grammar@9.3.1: + cspell-grammar@9.3.2: dependencies: - '@cspell/cspell-pipe': 9.3.1 - '@cspell/cspell-types': 9.3.1 + '@cspell/cspell-pipe': 9.3.2 + '@cspell/cspell-types': 9.3.2 - cspell-io@9.3.1: + cspell-io@9.3.2: dependencies: - '@cspell/cspell-service-bus': 9.3.1 - '@cspell/url': 9.3.1 + '@cspell/cspell-service-bus': 9.3.2 + '@cspell/url': 9.3.2 - cspell-lib@9.3.1: + cspell-lib@9.3.2: dependencies: - '@cspell/cspell-bundled-dicts': 9.3.1 - '@cspell/cspell-pipe': 9.3.1 - '@cspell/cspell-resolver': 9.3.1 - '@cspell/cspell-types': 9.3.1 - '@cspell/dynamic-import': 9.3.1 - '@cspell/filetypes': 9.3.1 - '@cspell/strong-weak-map': 9.3.1 - '@cspell/url': 9.3.1 + '@cspell/cspell-bundled-dicts': 9.3.2 + '@cspell/cspell-pipe': 9.3.2 + '@cspell/cspell-resolver': 9.3.2 + '@cspell/cspell-types': 9.3.2 + '@cspell/dynamic-import': 9.3.2 + '@cspell/filetypes': 9.3.2 + '@cspell/strong-weak-map': 9.3.2 + '@cspell/url': 9.3.2 clear-module: 4.1.2 - cspell-config-lib: 9.3.1 - cspell-dictionary: 9.3.1 - cspell-glob: 9.3.1 - cspell-grammar: 9.3.1 - cspell-io: 9.3.1 - cspell-trie-lib: 9.3.1 + cspell-config-lib: 9.3.2 + cspell-dictionary: 9.3.2 + cspell-glob: 9.3.2 + cspell-grammar: 9.3.2 + cspell-io: 9.3.2 + cspell-trie-lib: 9.3.2 env-paths: 3.0.0 gensequence: 8.0.8 import-fresh: 3.3.1 @@ -4005,10 +4011,10 @@ snapshots: vscode-uri: 3.1.0 xdg-basedir: 5.1.0 - cspell-trie-lib@9.3.1: + cspell-trie-lib@9.3.2: dependencies: - '@cspell/cspell-pipe': 9.3.1 - '@cspell/cspell-types': 9.3.1 + '@cspell/cspell-pipe': 9.3.2 + '@cspell/cspell-types': 9.3.2 gensequence: 8.0.8 dargs@8.1.0: {} @@ -4281,7 +4287,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jsdoc@61.2.0(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-jsdoc@61.2.1(eslint@9.39.1(jiti@2.6.1)): dependencies: '@es-joy/jsdoccomment': 0.76.0 '@es-joy/resolve.exports': 1.2.0 @@ -4828,7 +4834,7 @@ snapshots: js-tokens@4.0.0: {} - js-yaml@4.1.0: + js-yaml@4.1.1: dependencies: argparse: 2.0.1 @@ -5011,7 +5017,7 @@ snapshots: glob: 10.4.5 he: 1.2.0 is-path-inside: 3.0.3 - js-yaml: 4.1.0 + js-yaml: 4.1.1 log-symbols: 4.1.0 minimatch: 9.0.5 ms: 2.1.3 @@ -5440,7 +5446,7 @@ snapshots: smob@1.5.0: {} - smol-toml@1.4.2: {} + smol-toml@1.5.2: {} source-map-support@0.5.21: dependencies: -- 2.43.0