From cf21fa46faf56f179468c7d6f2126b2290e452a0 Mon Sep 17 00:00:00 2001 From: Wilson Rivera Date: Mon, 24 Nov 2025 13:46:10 -0500 Subject: [PATCH 1/2] feat: make dependency versions be fixed --- cli/package.json | 114 ++++----- pnpm-lock.yaml | 644 ++++++++++++++--------------------------------- 2 files changed, 244 insertions(+), 514 deletions(-) diff --git a/cli/package.json b/cli/package.json index 68c36f396c..fe8770f02e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -40,72 +40,72 @@ ], "license": "Apache-2.0", "dependencies": { - "@bufbuild/protobuf": "^1.9.0", - "@connectrpc/connect": "^1.4.0", - "@connectrpc/connect-node": "^1.4.0", - "@graphql-tools/utils": "^10.2.2", - "@modelcontextprotocol/sdk": "^1.9.0", - "@octokit/rest": "^22.0.0", + "@bufbuild/protobuf": "1.9.0", + "@connectrpc/connect": "1.4.0", + "@connectrpc/connect-node": "1.4.0", + "@graphql-tools/utils": "10.2.2", + "@modelcontextprotocol/sdk": "1.9.0", + "@octokit/rest": "22.0.0", "@wundergraph/composition": "workspace:*", "@wundergraph/cosmo-connect": "workspace:*", "@wundergraph/cosmo-shared": "workspace:*", "@wundergraph/protographic": "workspace:*", - "ajv": "^8.17.1", - "axios": "^1.12.2", - "boxen": "^7.1.1", - "cli-progress": "^3.12.0", - "cli-table3": "^0.6.3", - "commander": "^11.1.0", - "date-fns": "^3.6.0", - "decompress": "^4.2.1", - "dotenv": "^16.6.0", - "env-ci": "^11.1.0", - "env-paths": "^3.0.0", - "execa": "^9.5.2", - "fs-extra": "^11.3.0", - "graphql": "^16.9.0", - "https-proxy-agent": "^7.0.5", - "inquirer": "^9.2.7", - "js-yaml": "^4.1.0", - "jwt-decode": "^3.1.2", + "ajv": "8.17.1", + "axios": "1.12.2", + "boxen": "7.1.1", + "cli-progress": "3.12.0", + "cli-table3": "0.6.3", + "commander": "11.1.0", + "date-fns": "3.6.0", + "decompress": "4.2.1", + "dotenv": "16.6.0", + "env-ci": "11.1.0", + "env-paths": "3.0.0", + "execa": "9.5.2", + "fs-extra": "11.3.0", + "graphql": "16.9.0", + "https-proxy-agent": "7.0.5", + "inquirer": "9.2.7", + "js-yaml": "4.1.0", + "jwt-decode": "3.1.2", "lodash-es": "4.17.21", - "log-symbols": "^5.1.0", - "octokit": "^4.1.3", - "open": "^9.1.0", - "ora": "^8.2.0", - "pathe": "^1.1.1", - "picocolors": "^1.0.0", - "posthog-node": "^4.18.0", - "prompts": "^2.4.2", - "pupa": "^3.1.0", - "semver": "^7.7.1", - "tar": "^7.4.3", - "trieve-ts-sdk": "^0.0.80", - "undici": "^6.21.1", - "zod": "^3.22.4" + "log-symbols": "5.1.0", + "octokit": "4.1.3", + "open": "9.1.0", + "ora": "8.2.0", + "pathe": "1.1.1", + "picocolors": "1.0.0", + "posthog-node": "4.18.0", + "prompts": "2.4.2", + "pupa": "3.1.0", + "semver": "7.7.1", + "tar": "7.4.3", + "trieve-ts-sdk": "0.0.80", + "undici": "6.21.2", + "zod": "3.24.2" }, "devDependencies": { - "@types/bun": "^1.2.3", - "@types/cli-progress": "^3.11.5", - "@types/cli-table": "^0.3.1", - "@types/decompress": "^4.2.7", - "@types/env-ci": "^3.1.4", - "@types/fs-extra": "^11.0.4", - "@types/inquirer": "^9.0.3", - "@types/js-yaml": "^4.0.5", + "@types/bun": "1.2.3", + "@types/cli-progress": "3.11.5", + "@types/cli-table": "0.3.1", + "@types/decompress": "4.2.7", + "@types/env-ci": "3.1.4", + "@types/fs-extra": "11.0.4", + "@types/inquirer": "9.0.3", + "@types/js-yaml": "4.0.5", "@types/lodash-es": "4.17.12", - "@types/node": "^20.3.1", - "@types/prompts": "^2.4.9", - "@types/semver": "^7.7.0", - "@types/tar": "^6.1.13", - "del-cli": "^5.0.0", - "eslint": "^8.57.1", - "eslint-config-unjs": "^0.2.1", - "eslint-plugin-require-extensions": "^0.1.3", - "prettier": "^3.5.2", - "tsx": "^4.19.4", + "@types/node": "20.12.12", + "@types/prompts": "2.4.9", + "@types/semver": "7.7.0", + "@types/tar": "6.1.13", + "del-cli": "5.0.0", + "eslint": "8.57.1", + "eslint-config-unjs": "0.2.1", + "eslint-plugin-require-extensions": "0.1.3", + "prettier": "3.5.2", + "tsx": "4.19.4", "typescript": "5.5.2", - "vitest": "^3.2.4" + "vitest": "3.2.4" }, "gitHead": "c37aed755e1b19ed91d30f9b5f7041e15c56901a" } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2741f76202..141e036c77 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,22 +181,22 @@ importers: cli: dependencies: '@bufbuild/protobuf': - specifier: ^1.9.0 + specifier: 1.9.0 version: 1.9.0 '@connectrpc/connect': - specifier: ^1.4.0 + specifier: 1.4.0 version: 1.4.0(@bufbuild/protobuf@1.9.0) '@connectrpc/connect-node': - specifier: ^1.4.0 + specifier: 1.4.0 version: 1.4.0(@bufbuild/protobuf@1.9.0)(@connectrpc/connect@1.4.0(@bufbuild/protobuf@1.9.0)) '@graphql-tools/utils': - specifier: ^10.2.2 + specifier: 10.2.2 version: 10.2.2(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) '@modelcontextprotocol/sdk': - specifier: ^1.9.0 + specifier: 1.9.0 version: 1.9.0 '@octokit/rest': - specifier: ^22.0.0 + specifier: 22.0.0 version: 22.0.0 '@wundergraph/composition': specifier: workspace:* @@ -211,167 +211,167 @@ importers: specifier: workspace:* version: link:../protographic ajv: - specifier: ^8.17.1 + specifier: 8.17.1 version: 8.17.1 axios: - specifier: ^1.12.2 + specifier: 1.12.2 version: 1.12.2 boxen: - specifier: ^7.1.1 + specifier: 7.1.1 version: 7.1.1 cli-progress: - specifier: ^3.12.0 + specifier: 3.12.0 version: 3.12.0 cli-table3: - specifier: ^0.6.3 + specifier: 0.6.3 version: 0.6.3 commander: - specifier: ^11.1.0 + specifier: 11.1.0 version: 11.1.0 date-fns: - specifier: ^3.6.0 + specifier: 3.6.0 version: 3.6.0 decompress: - specifier: ^4.2.1 + specifier: 4.2.1 version: 4.2.1 dotenv: - specifier: ^16.6.0 + specifier: 16.6.0 version: 16.6.0 env-ci: - specifier: ^11.1.0 + specifier: 11.1.0 version: 11.1.0 env-paths: - specifier: ^3.0.0 + specifier: 3.0.0 version: 3.0.0 execa: - specifier: ^9.5.2 + specifier: 9.5.2 version: 9.5.2 fs-extra: - specifier: ^11.3.0 + specifier: 11.3.0 version: 11.3.0 graphql: specifier: 16.9.0 version: 16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly) https-proxy-agent: - specifier: ^7.0.5 + specifier: 7.0.5 version: 7.0.5 inquirer: - specifier: ^9.2.7 + specifier: 9.2.7 version: 9.2.7 js-yaml: - specifier: ^4.1.0 + specifier: 4.1.0 version: 4.1.0 jwt-decode: - specifier: ^3.1.2 + specifier: 3.1.2 version: 3.1.2 lodash-es: specifier: 4.17.21 version: 4.17.21 log-symbols: - specifier: ^5.1.0 + specifier: 5.1.0 version: 5.1.0 octokit: - specifier: ^4.1.3 + specifier: 4.1.3 version: 4.1.3 open: - specifier: ^9.1.0 + specifier: 9.1.0 version: 9.1.0 ora: - specifier: ^8.2.0 + specifier: 8.2.0 version: 8.2.0 pathe: - specifier: ^1.1.1 + specifier: 1.1.1 version: 1.1.1 picocolors: - specifier: ^1.0.0 + specifier: 1.0.0 version: 1.0.0 posthog-node: - specifier: ^4.18.0 + specifier: 4.18.0 version: 4.18.0 prompts: - specifier: ^2.4.2 + specifier: 2.4.2 version: 2.4.2 pupa: - specifier: ^3.1.0 + specifier: 3.1.0 version: 3.1.0 semver: - specifier: ^7.7.1 + specifier: 7.7.1 version: 7.7.1 tar: - specifier: ^7.4.3 + specifier: 7.4.3 version: 7.4.3 trieve-ts-sdk: - specifier: ^0.0.80 + specifier: 0.0.80 version: 0.0.80 undici: - specifier: ^6.21.1 + specifier: 6.21.2 version: 6.21.2 zod: specifier: 3.24.2 version: 3.24.2 devDependencies: '@types/bun': - specifier: ^1.2.3 + specifier: 1.2.3 version: 1.2.3 '@types/cli-progress': - specifier: ^3.11.5 + specifier: 3.11.5 version: 3.11.5 '@types/cli-table': - specifier: ^0.3.1 + specifier: 0.3.1 version: 0.3.1 '@types/decompress': - specifier: ^4.2.7 + specifier: 4.2.7 version: 4.2.7 '@types/env-ci': - specifier: ^3.1.4 + specifier: 3.1.4 version: 3.1.4 '@types/fs-extra': - specifier: ^11.0.4 + specifier: 11.0.4 version: 11.0.4 '@types/inquirer': - specifier: ^9.0.3 + specifier: 9.0.3 version: 9.0.3 '@types/js-yaml': - specifier: ^4.0.5 + specifier: 4.0.5 version: 4.0.5 '@types/lodash-es': specifier: 4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.3.1 + specifier: 20.12.12 version: 20.12.12 '@types/prompts': - specifier: ^2.4.9 + specifier: 2.4.9 version: 2.4.9 '@types/semver': - specifier: ^7.7.0 + specifier: 7.7.0 version: 7.7.0 '@types/tar': - specifier: ^6.1.13 + specifier: 6.1.13 version: 6.1.13 del-cli: - specifier: ^5.0.0 + specifier: 5.0.0 version: 5.0.0 eslint: - specifier: ^8.57.1 + specifier: 8.57.1 version: 8.57.1 eslint-config-unjs: - specifier: ^0.2.1 + specifier: 0.2.1 version: 0.2.1(eslint@8.57.1)(typescript@5.5.2) eslint-plugin-require-extensions: - specifier: ^0.1.3 + specifier: 0.1.3 version: 0.1.3(eslint@8.57.1) prettier: - specifier: ^3.5.2 + specifier: 3.5.2 version: 3.5.2 tsx: - specifier: ^4.19.4 + specifier: 4.19.4 version: 4.19.4 typescript: specifier: 5.5.2 version: 5.5.2 vitest: - specifier: ^3.2.4 + specifier: 3.2.4 version: 3.2.4(@types/debug@4.1.12)(@types/node@20.12.12)(jsdom@23.2.0)(terser@5.43.1) composition: @@ -1584,10 +1584,6 @@ packages: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.24.5': - resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.25.9': resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} @@ -4401,26 +4397,14 @@ packages: resolution: {integrity: sha512-4jaopCVOtWN0V8qCx/1s2pkRqC6tcvIQM3kFB99eIpsP53GfsoIKO08D94b83n/V3iGihHmxWR2lXzE0NicUGg==} engines: {node: '>= 18'} - '@octokit/auth-oauth-app@8.1.3': - resolution: {integrity: sha512-4e6OjVe5rZ8yBe8w7byBjpKtSXFuro7gqeGAAZc7QYltOF8wB93rJl2FE0a4U1Mt88xxPv/mS+25/0DuLk0Ewg==} - engines: {node: '>= 18'} - '@octokit/auth-oauth-app@8.1.4': resolution: {integrity: sha512-71iBa5SflSXcclk/OL3lJzdt4iFs56OJdpBGEBl1wULp7C58uiswZLV6TdRaiAzHP1LT8ezpbHlKuxADb+4NkQ==} engines: {node: '>= 18'} - '@octokit/auth-oauth-device@7.1.4': - resolution: {integrity: sha512-yK35I9VGDGjYxu0NPZ9Rl+zXM/+DO/Hu1VR5FUNz+ZsU6i8B8oQ43TPwci9nuH8bAF6rQrKDNR9F0r0+kzYJhA==} - engines: {node: '>= 18'} - '@octokit/auth-oauth-device@7.1.5': resolution: {integrity: sha512-lR00+k7+N6xeECj0JuXeULQ2TSBB/zjTAmNF2+vyGPDEFx1dgk1hTDmL13MjbSmzusuAmuJD8Pu39rjp9jH6yw==} engines: {node: '>= 18'} - '@octokit/auth-oauth-user@5.1.3': - resolution: {integrity: sha512-zNPByPn9K7TC+OOHKGxU+MxrE9SZAN11UHYEFLsK2NRn3akJN2LHRl85q+Eypr3tuB2GrKx3rfj2phJdkYCvzw==} - engines: {node: '>= 18'} - '@octokit/auth-oauth-user@5.1.4': resolution: {integrity: sha512-4tJRofMHm6ZCd3O2PVgboBbQ/lNtacREeaihet0+wCATZmvPK+jjg2K6NjBfY69An3yzQdmkcMeiaOOoxOPr7Q==} engines: {node: '>= 18'} @@ -4433,18 +4417,10 @@ packages: resolution: {integrity: sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==} engines: {node: '>= 20'} - '@octokit/auth-unauthenticated@6.1.2': - resolution: {integrity: sha512-07DlUGcz/AAVdzu3EYfi/dOyMSHp9YsOxPl/MPmtlVXWiD//GlV8HgZsPhud94DEyx+RfrW0wSl46Lx+AWbOlg==} - engines: {node: '>= 18'} - '@octokit/auth-unauthenticated@6.1.3': resolution: {integrity: sha512-d5gWJla3WdSl1yjbfMpET+hUSFCE15qM0KVSB0H1shyuJihf/RL1KqWoZMIaonHvlNojkL9XtLFp8QeLe+1iwA==} engines: {node: '>= 18'} - '@octokit/core@6.1.4': - resolution: {integrity: sha512-lAS9k7d6I0MPN+gb9bKDt7X8SdxknYqAMh44S5L+lNqIN2NuV8nvv3g8rPp7MuRxcOpxpUIATWprO0C34a8Qmg==} - engines: {node: '>= 18'} - '@octokit/core@6.1.5': resolution: {integrity: sha512-vvmsN0r7rguA+FySiCsbaTTobSftpIDIpPW81trAmsv9TGxg3YCujAxRYp/Uy8xmDgYCzzgulG62H7KYUFmeIg==} engines: {node: '>= 18'} @@ -4453,10 +4429,6 @@ packages: resolution: {integrity: sha512-ODsoD39Lq6vR6aBgvjTnA3nZGliknKboc9Gtxr7E4WDNqY24MxANKcuDQSF0jzapvGb3KWOEDrKfve4HoWGK+g==} engines: {node: '>= 20'} - '@octokit/endpoint@10.1.3': - resolution: {integrity: sha512-nBRBMpKPhQUxCsQQeW+rCJ/OPSMcj3g0nfHn01zGYZXuNDvvXudF/TYY6APj5THlurerpFN4a/dQAIAaM6BYhA==} - engines: {node: '>= 18'} - '@octokit/endpoint@10.1.4': resolution: {integrity: sha512-OlYOlZIsfEVZm5HCSR8aSg02T2lbUWOsCQoPKfTXJwDzcHQBrVBGdGXb89dv2Kw2ToZaRtudp8O3ZIYoaOjKlA==} engines: {node: '>= 18'} @@ -4465,10 +4437,6 @@ packages: resolution: {integrity: sha512-hoYicJZaqISMAI3JfaDr1qMNi48OctWuOih1m80bkYow/ayPw6Jj52tqWJ6GEoFTk1gBqfanSoI1iY99Z5+ekQ==} engines: {node: '>= 20'} - '@octokit/graphql@8.2.1': - resolution: {integrity: sha512-n57hXtOoHrhwTWdvhVkdJHdhTv0JstjDbDRhJfwIRNfFqmSo1DaK/mD2syoNUoLCyqSjBpGAKOG0BuwF392slw==} - engines: {node: '>= 18'} - '@octokit/graphql@8.2.2': resolution: {integrity: sha512-Yi8hcoqsrXGdt0yObxbebHXFOiUA+2v3n53epuOg1QUgOB6c4XzvisBNVXJSl8RYA5KrDuSL2yq9Qmqe5N0ryA==} engines: {node: '>= 18'} @@ -4485,10 +4453,6 @@ packages: resolution: {integrity: sha512-ooXV8GBSabSWyhLUowlMIVd9l1s2nsOGQdlP2SQ4LnkEsGXzeCvbSbCPdZThXhEFzleGPwbapT0Sb+YhXRyjCA==} engines: {node: '>= 18'} - '@octokit/oauth-methods@5.1.4': - resolution: {integrity: sha512-Jc/ycnePClOvO1WL7tlC+TRxOFtyJBGuTDsL4dzXNiVZvzZdrPuNw7zHI3qJSUX2n6RLXE5L0SkFmYyNaVUFoQ==} - engines: {node: '>= 18'} - '@octokit/oauth-methods@5.1.5': resolution: {integrity: sha512-Ev7K8bkYrYLhoOSZGVAGsLEscZQyq7XQONCBBAl2JdMg7IT3PQn/y8P0KjloPoYpI5UylqYrLeUcScaYWXwDvw==} engines: {node: '>= 18'} @@ -4496,9 +4460,6 @@ packages: '@octokit/openapi-types@24.2.0': resolution: {integrity: sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==} - '@octokit/openapi-types@25.0.0': - resolution: {integrity: sha512-FZvktFu7HfOIJf2BScLKIEYjDsw6RKc7rBJCdvCTfKsVnx2GEB/Nbzjr29DUdb7vQhlzS/j8qDzdditP0OC6aw==} - '@octokit/openapi-types@25.1.0': resolution: {integrity: sha512-idsIggNXUKkk0+BExUn1dQ92sfysJrje03Q0bv0e+KPLrvyqZF8MnBpFz8UNfYDwB3Ie7Z0TByjWfzxt7vseaA==} @@ -4574,10 +4535,6 @@ packages: peerDependencies: '@octokit/core': ^6.1.3 - '@octokit/request-error@6.1.7': - resolution: {integrity: sha512-69NIppAwaauwZv6aOzb+VVLwt+0havz9GT5YplkeJv7fG7a40qpLt/yZKyiDxAhgz0EtgNdNcb96Z0u+Zyuy2g==} - engines: {node: '>= 18'} - '@octokit/request-error@6.1.8': resolution: {integrity: sha512-WEi/R0Jmq+IJKydWlKDmryPcmdYSVjL3ekaiEL1L9eo1sUnqMJ+grqmC9cjk7CA7+b2/T397tO5d8YLOH3qYpQ==} engines: {node: '>= 18'} @@ -4590,10 +4547,6 @@ packages: resolution: {integrity: sha512-V6jhKokg35vk098iBqp2FBKunk3kMTXlmq+PtbV9Gl3TfskWlebSofU9uunVKhUN7xl+0+i5vt0TGTG8/p/7HA==} engines: {node: '>= 20'} - '@octokit/request@9.2.2': - resolution: {integrity: sha512-dZl0ZHx6gOQGcffgm1/Sf6JfEpmh34v3Af2Uci02vzUYz6qEN6zepoRtmybWXIGXFIK8K9ylE3b+duCWqhArtg==} - engines: {node: '>= 18'} - '@octokit/request@9.2.3': resolution: {integrity: sha512-Ma+pZU8PXLOEYzsWf0cn/gY+ME57Wq8f49WTXA8FMHp2Ps9djKw//xYJ1je8Hm0pR2lU9FUGeJRWOtxq6olt4w==} engines: {node: '>= 18'} @@ -4609,9 +4562,6 @@ packages: '@octokit/types@13.10.0': resolution: {integrity: sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==} - '@octokit/types@14.0.0': - resolution: {integrity: sha512-VVmZP0lEhbo2O1pdq63gZFiGCKkm8PPp8AUOijlwPO6hojEVjspA0MWKP7E4hbvGxzFKNqKr6p0IYtOH/Wf/zA==} - '@octokit/types@14.1.0': resolution: {integrity: sha512-1y6DgTy8Jomcpu33N+p5w58l6xyt55Ar2I91RPiIA0xCJBXyUAhXCcmZaDWSANiha7R9a6qJJ2CRomGPZ6f46g==} @@ -7696,9 +7646,6 @@ packages: '@types/wrap-ansi@3.0.0': resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} - '@types/ws@8.5.10': - resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} - '@types/ws@8.5.14': resolution: {integrity: sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==} @@ -7946,11 +7893,6 @@ packages: resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} engines: {node: '>=0.4.0'} - acorn@8.14.0: - resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} - engines: {node: '>=0.4.0'} - hasBin: true - acorn@8.14.1: resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} engines: {node: '>=0.4.0'} @@ -7968,14 +7910,6 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} - agent-base@7.1.1: - resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} - engines: {node: '>= 14'} - - agent-base@7.1.3: - resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} - engines: {node: '>= 14'} - agent-base@7.1.4: resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} engines: {node: '>= 14'} @@ -8048,10 +7982,6 @@ packages: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} engines: {node: '>=12'} - ansi-styles@3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} - ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} @@ -8449,10 +8379,6 @@ packages: resolution: {integrity: sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==} engines: {node: '>=18'} - chalk@2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} - chalk@3.0.0: resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} engines: {node: '>=8'} @@ -8581,10 +8507,6 @@ packages: resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==} engines: {node: '>=18'} - cli-width@4.0.0: - resolution: {integrity: sha512-ZksGS2xpa/bYkNzN3BAw1wEjsLV/ZKOf/CCrJ/QOBsxx6fOARIkwTutxp1XIOIohi6HKmOFjMoK/XaqDVUpEEw==} - engines: {node: '>= 12'} - cli-width@4.1.0: resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} engines: {node: '>= 12'} @@ -8640,16 +8562,10 @@ packages: codemirror@5.65.14: resolution: {integrity: sha512-VSNugIBDGt0OU9gDjeVr6fNkoFQznrWEUdAApMlXQNbfE8gGO19776D6MwSqF/V/w/sDwonsQ0z7KmmI9guScg==} - color-convert@1.9.3: - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} - color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} - color-name@1.1.3: - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} - color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} @@ -9206,10 +9122,6 @@ packages: engines: {node: '>=14.16'} hasBin: true - del@7.0.0: - resolution: {integrity: sha512-tQbV/4u5WVB8HMJr08pgw0b6nG4RGt/tj+7Numvq+zqcvUFeMaIWWOUFltiU+6go8BSO2/ogsB4EasDaj0y68Q==} - engines: {node: '>=14.16'} - del@7.1.0: resolution: {integrity: sha512-v2KyNk7efxhlyHpjEvfyxaAihKKK0nWCuf6ZtqZcFFpQRG0bJ12Qsr0RpvsICMjAAZ8DOVCxrlqpxISlMHC4Kg==} engines: {node: '>=14.16'} @@ -10330,10 +10242,6 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - globals@13.20.0: - resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} - engines: {node: '>=8'} - globals@13.24.0: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} @@ -10461,10 +10369,6 @@ packages: has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} - has-flag@3.0.0: - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} - engines: {node: '>=4'} - has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} @@ -10602,10 +10506,6 @@ packages: resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==} engines: {node: '>= 14'} - https-proxy-agent@7.0.6: - resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} - engines: {node: '>= 14'} - human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} @@ -10645,18 +10545,10 @@ packages: resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} engines: {node: ^18.17.0 || >=20.5.0} - ignore@5.2.4: - resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} - engines: {node: '>= 4'} - ignore@5.3.1: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} - import-fresh@3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} - engines: {node: '>=6'} - import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} engines: {node: '>=6'} @@ -11100,11 +10992,6 @@ packages: engines: {node: '>=4'} hasBin: true - jsesc@3.0.2: - resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} - engines: {node: '>=6'} - hasBin: true - jsesc@3.1.0: resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} engines: {node: '>=6'} @@ -12283,9 +12170,6 @@ packages: picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - picocolors@1.0.1: - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} - picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} @@ -13696,10 +13580,6 @@ packages: engines: {node: '>=16 || 14 >=14.17'} hasBin: true - supports-color@5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} - supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} @@ -14572,10 +14452,6 @@ packages: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} - wrap-ansi@8.1.0: - resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} - engines: {node: '>=12'} - wrap-ansi@9.0.0: resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} engines: {node: '>=18'} @@ -15315,18 +15191,18 @@ snapshots: '@babel/code-frame@7.23.5': dependencies: '@babel/highlight': 7.23.4 - chalk: 2.4.2 + chalk: 5.3.0 '@babel/code-frame@7.24.2': dependencies: '@babel/highlight': 7.24.5 - picocolors: 1.1.1 + picocolors: 1.0.0 '@babel/code-frame@7.26.2': dependencies: '@babel/helper-validator-identifier': 7.25.9 js-tokens: 4.0.0 - picocolors: 1.1.1 + picocolors: 1.0.0 '@babel/code-frame@7.27.1': dependencies: @@ -15434,8 +15310,6 @@ snapshots: '@babel/helper-validator-identifier@7.22.20': {} - '@babel/helper-validator-identifier@7.24.5': {} - '@babel/helper-validator-identifier@7.25.9': {} '@babel/helper-validator-identifier@7.27.1': {} @@ -15450,15 +15324,15 @@ snapshots: '@babel/highlight@7.23.4': dependencies: '@babel/helper-validator-identifier': 7.25.9 - chalk: 2.4.2 + chalk: 5.3.0 js-tokens: 4.0.0 '@babel/highlight@7.24.5': dependencies: - '@babel/helper-validator-identifier': 7.25.9 - chalk: 2.4.2 + '@babel/helper-validator-identifier': 7.27.1 + chalk: 5.3.0 js-tokens: 4.0.0 - picocolors: 1.1.1 + picocolors: 1.0.0 '@babel/parser@7.23.6': dependencies: @@ -15541,7 +15415,7 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.23.6 '@babel/types': 7.23.6 - debug: 4.4.0 + debug: 4.4.1 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -15553,7 +15427,7 @@ snapshots: '@babel/parser': 7.27.0 '@babel/template': 7.27.0 '@babel/types': 7.27.0 - debug: 4.4.0 + debug: 4.4.1 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -15585,7 +15459,7 @@ snapshots: '@babel/types@7.24.5': dependencies: '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.24.5 + '@babel/helper-validator-identifier': 7.27.1 to-fast-properties: 2.0.0 '@babel/types@7.26.0': @@ -16601,7 +16475,7 @@ snapshots: '@connectrpc/protoc-gen-connect-query@1.4.1(@bufbuild/protoc-gen-es@1.10.0(@bufbuild/protobuf@1.10.0))': dependencies: - '@bufbuild/protobuf': 1.10.0 + '@bufbuild/protobuf': 1.9.0 '@bufbuild/protoplugin': 1.9.0 optionalDependencies: '@bufbuild/protoc-gen-es': 1.10.0(@bufbuild/protobuf@1.10.0) @@ -17265,9 +17139,9 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.4.0 + debug: 4.4.1 espree: 9.6.1 - globals: 13.20.0 + globals: 13.24.0 ignore: 5.3.1 import-fresh: 3.3.1 js-yaml: 4.1.0 @@ -17280,8 +17154,8 @@ snapshots: '@fastify/ajv-compiler@3.5.0': dependencies: - ajv: 8.12.0 - ajv-formats: 2.1.1(ajv@8.12.0) + ajv: 8.17.1 + ajv-formats: 2.1.1(ajv@8.17.1) fast-uri: 2.2.0 '@fastify/busboy@2.1.1': {} @@ -17421,7 +17295,7 @@ snapshots: dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) '@repeaterjs/repeater': 3.0.4 - '@types/ws': 8.5.10 + '@types/ws': 8.5.14 graphql: 16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly) graphql-ws: 5.12.1(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) isomorphic-ws: 5.0.0(ws@8.13.0) @@ -17448,7 +17322,7 @@ snapshots: '@graphql-tools/executor-legacy-ws@0.0.11(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly))': dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) - '@types/ws': 8.5.10 + '@types/ws': 8.5.14 graphql: 16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly) isomorphic-ws: 5.0.0(ws@8.13.0) tslib: 2.8.1 @@ -17562,7 +17436,7 @@ snapshots: '@graphql-tools/executor-legacy-ws': 0.0.11(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) '@graphql-tools/utils': 9.2.1(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) '@graphql-tools/wrap': 9.4.2(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) - '@types/ws': 8.5.10 + '@types/ws': 8.5.14 '@whatwg-node/fetch': 0.8.8 graphql: 16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly) isomorphic-ws: 5.0.0(ws@8.16.0) @@ -17597,7 +17471,7 @@ snapshots: cross-inspect: 1.0.0 dset: 3.1.3 graphql: 16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly) - tslib: 2.6.2 + tslib: 2.8.1 '@graphql-tools/utils@8.9.0(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly))': dependencies: @@ -17644,7 +17518,7 @@ snapshots: '@humanwhocodes/config-array@0.13.0': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.4.0 + debug: 4.4.1 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -17743,7 +17617,7 @@ snapshots: cli-width: 4.1.0 mute-stream: 2.0.0 signal-exit: 4.1.0 - wrap-ansi: 6.2.0 + wrap-ansi: 9.0.0 yoctocolors-cjs: 2.1.2 optionalDependencies: '@types/node': 22.17.0 @@ -17806,7 +17680,7 @@ snapshots: string-width-cjs: string-width@4.2.3 strip-ansi: 7.1.0 strip-ansi-cjs: strip-ansi@6.0.1 - wrap-ansi: 8.1.0 + wrap-ansi: 9.0.0 wrap-ansi-cjs: wrap-ansi@7.0.0 '@isaacs/fs-minipass@4.0.1': @@ -18286,9 +18160,9 @@ snapshots: '@npmcli/agent@3.0.0': dependencies: - agent-base: 7.1.3 + agent-base: 7.1.4 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 + https-proxy-agent: 7.0.5 lru-cache: 10.4.3 socks-proxy-agent: 8.0.5 transitivePeerDependencies: @@ -18412,7 +18286,7 @@ snapshots: '@octokit/core': 6.1.5 '@octokit/oauth-app': 7.1.6 '@octokit/plugin-paginate-rest': 12.0.0(@octokit/core@6.1.5) - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 '@octokit/webhooks': 13.8.0 '@octokit/auth-app@7.2.1': @@ -18421,47 +18295,24 @@ snapshots: '@octokit/auth-oauth-user': 5.1.4 '@octokit/request': 9.2.3 '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 toad-cache: 3.7.0 universal-github-app-jwt: 2.2.2 universal-user-agent: 7.0.2 - '@octokit/auth-oauth-app@8.1.3': - dependencies: - '@octokit/auth-oauth-device': 7.1.4 - '@octokit/auth-oauth-user': 5.1.3 - '@octokit/request': 9.2.2 - '@octokit/types': 13.10.0 - universal-user-agent: 7.0.2 - '@octokit/auth-oauth-app@8.1.4': dependencies: '@octokit/auth-oauth-device': 7.1.5 '@octokit/auth-oauth-user': 5.1.4 '@octokit/request': 9.2.3 - '@octokit/types': 14.0.0 - universal-user-agent: 7.0.2 - - '@octokit/auth-oauth-device@7.1.4': - dependencies: - '@octokit/oauth-methods': 5.1.4 - '@octokit/request': 9.2.2 - '@octokit/types': 13.10.0 + '@octokit/types': 14.1.0 universal-user-agent: 7.0.2 '@octokit/auth-oauth-device@7.1.5': dependencies: '@octokit/oauth-methods': 5.1.5 '@octokit/request': 9.2.3 - '@octokit/types': 14.0.0 - universal-user-agent: 7.0.2 - - '@octokit/auth-oauth-user@5.1.3': - dependencies: - '@octokit/auth-oauth-device': 7.1.4 - '@octokit/oauth-methods': 5.1.4 - '@octokit/request': 9.2.2 - '@octokit/types': 13.10.0 + '@octokit/types': 14.1.0 universal-user-agent: 7.0.2 '@octokit/auth-oauth-user@5.1.4': @@ -18469,32 +18320,17 @@ snapshots: '@octokit/auth-oauth-device': 7.1.5 '@octokit/oauth-methods': 5.1.5 '@octokit/request': 9.2.3 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 universal-user-agent: 7.0.2 '@octokit/auth-token@5.1.1': {} '@octokit/auth-token@6.0.0': {} - '@octokit/auth-unauthenticated@6.1.2': - dependencies: - '@octokit/request-error': 6.1.8 - '@octokit/types': 13.10.0 - '@octokit/auth-unauthenticated@6.1.3': dependencies: '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 - - '@octokit/core@6.1.4': - dependencies: - '@octokit/auth-token': 5.1.1 - '@octokit/graphql': 8.2.1 - '@octokit/request': 9.2.2 - '@octokit/request-error': 6.1.7 - '@octokit/types': 13.10.0 - before-after-hook: 3.0.2 - universal-user-agent: 7.0.2 + '@octokit/types': 14.1.0 '@octokit/core@6.1.5': dependencies: @@ -18502,7 +18338,7 @@ snapshots: '@octokit/graphql': 8.2.2 '@octokit/request': 9.2.3 '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 before-after-hook: 3.0.2 universal-user-agent: 7.0.2 @@ -18512,74 +18348,54 @@ snapshots: '@octokit/graphql': 9.0.1 '@octokit/request': 10.0.3 '@octokit/request-error': 7.0.0 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 before-after-hook: 4.0.0 universal-user-agent: 7.0.2 - '@octokit/endpoint@10.1.3': - dependencies: - '@octokit/types': 13.10.0 - universal-user-agent: 7.0.2 - '@octokit/endpoint@10.1.4': dependencies: - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 universal-user-agent: 7.0.2 '@octokit/endpoint@11.0.0': dependencies: - '@octokit/types': 14.0.0 - universal-user-agent: 7.0.2 - - '@octokit/graphql@8.2.1': - dependencies: - '@octokit/request': 9.2.2 - '@octokit/types': 13.10.0 + '@octokit/types': 14.1.0 universal-user-agent: 7.0.2 '@octokit/graphql@8.2.2': dependencies: '@octokit/request': 9.2.3 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 universal-user-agent: 7.0.2 '@octokit/graphql@9.0.1': dependencies: '@octokit/request': 10.0.3 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 universal-user-agent: 7.0.2 '@octokit/oauth-app@7.1.6': dependencies: - '@octokit/auth-oauth-app': 8.1.3 - '@octokit/auth-oauth-user': 5.1.3 - '@octokit/auth-unauthenticated': 6.1.2 + '@octokit/auth-oauth-app': 8.1.4 + '@octokit/auth-oauth-user': 5.1.4 + '@octokit/auth-unauthenticated': 6.1.3 '@octokit/core': 6.1.5 '@octokit/oauth-authorization-url': 7.1.1 - '@octokit/oauth-methods': 5.1.4 + '@octokit/oauth-methods': 5.1.5 '@types/aws-lambda': 8.10.122 universal-user-agent: 7.0.2 '@octokit/oauth-authorization-url@7.1.1': {} - '@octokit/oauth-methods@5.1.4': - dependencies: - '@octokit/oauth-authorization-url': 7.1.1 - '@octokit/request': 9.2.2 - '@octokit/request-error': 6.1.8 - '@octokit/types': 13.10.0 - '@octokit/oauth-methods@5.1.5': dependencies: '@octokit/oauth-authorization-url': 7.1.1 '@octokit/request': 9.2.3 '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 '@octokit/openapi-types@24.2.0': {} - '@octokit/openapi-types@25.0.0': {} - '@octokit/openapi-types@25.1.0': {} '@octokit/openapi-webhooks-types@10.4.0': {} @@ -18590,38 +18406,38 @@ snapshots: dependencies: '@octokit/core': 6.1.5 - '@octokit/plugin-paginate-rest@11.6.0(@octokit/core@6.1.4)': + '@octokit/plugin-paginate-rest@11.6.0(@octokit/core@6.1.5)': dependencies: - '@octokit/core': 6.1.4 + '@octokit/core': 6.1.5 '@octokit/types': 13.10.0 '@octokit/plugin-paginate-rest@12.0.0(@octokit/core@6.1.5)': dependencies: '@octokit/core': 6.1.5 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 '@octokit/plugin-paginate-rest@13.1.1(@octokit/core@7.0.2)': dependencies: '@octokit/core': 7.0.2 '@octokit/types': 14.1.0 - '@octokit/plugin-request-log@5.3.1(@octokit/core@6.1.4)': + '@octokit/plugin-request-log@5.3.1(@octokit/core@6.1.5)': dependencies: - '@octokit/core': 6.1.4 + '@octokit/core': 6.1.5 '@octokit/plugin-request-log@6.0.0(@octokit/core@7.0.2)': dependencies: '@octokit/core': 7.0.2 - '@octokit/plugin-rest-endpoint-methods@13.5.0(@octokit/core@6.1.4)': + '@octokit/plugin-rest-endpoint-methods@13.5.0(@octokit/core@6.1.5)': dependencies: - '@octokit/core': 6.1.4 + '@octokit/core': 6.1.5 '@octokit/types': 13.10.0 '@octokit/plugin-rest-endpoint-methods@14.0.0(@octokit/core@6.1.5)': dependencies: '@octokit/core': 6.1.5 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 '@octokit/plugin-rest-endpoint-methods@16.0.0(@octokit/core@7.0.2)': dependencies: @@ -18632,57 +18448,45 @@ snapshots: dependencies: '@octokit/core': 6.1.5 '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 bottleneck: 2.19.5 '@octokit/plugin-throttling@10.0.0(@octokit/core@6.1.5)': dependencies: '@octokit/core': 6.1.5 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 bottleneck: 2.19.5 - '@octokit/request-error@6.1.7': - dependencies: - '@octokit/types': 13.10.0 - '@octokit/request-error@6.1.8': dependencies: - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 '@octokit/request-error@7.0.0': dependencies: - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 '@octokit/request@10.0.3': dependencies: '@octokit/endpoint': 11.0.0 '@octokit/request-error': 7.0.0 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 fast-content-type-parse: 3.0.0 universal-user-agent: 7.0.2 - '@octokit/request@9.2.2': - dependencies: - '@octokit/endpoint': 10.1.3 - '@octokit/request-error': 6.1.7 - '@octokit/types': 13.10.0 - fast-content-type-parse: 2.0.1 - universal-user-agent: 7.0.2 - '@octokit/request@9.2.3': dependencies: '@octokit/endpoint': 10.1.4 '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 fast-content-type-parse: 2.0.1 universal-user-agent: 7.0.2 '@octokit/rest@21.1.1': dependencies: - '@octokit/core': 6.1.4 - '@octokit/plugin-paginate-rest': 11.6.0(@octokit/core@6.1.4) - '@octokit/plugin-request-log': 5.3.1(@octokit/core@6.1.4) - '@octokit/plugin-rest-endpoint-methods': 13.5.0(@octokit/core@6.1.4) + '@octokit/core': 6.1.5 + '@octokit/plugin-paginate-rest': 11.6.0(@octokit/core@6.1.5) + '@octokit/plugin-request-log': 5.3.1(@octokit/core@6.1.5) + '@octokit/plugin-rest-endpoint-methods': 13.5.0(@octokit/core@6.1.5) '@octokit/rest@22.0.0': dependencies: @@ -18695,10 +18499,6 @@ snapshots: dependencies: '@octokit/openapi-types': 24.2.0 - '@octokit/types@14.0.0': - dependencies: - '@octokit/openapi-types': 25.0.0 - '@octokit/types@14.1.0': dependencies: '@octokit/openapi-types': 25.1.0 @@ -19279,7 +19079,7 @@ snapshots: fast-glob: 3.3.2 is-glob: 4.0.3 open: 9.1.0 - picocolors: 1.1.1 + picocolors: 1.0.0 tslib: 2.8.1 '@popperjs/core@2.11.8': {} @@ -22262,7 +22062,7 @@ snapshots: '@types/prettier@3.0.0': dependencies: - prettier: 3.2.4 + prettier: 3.5.2 '@types/prismjs@1.26.3': {} @@ -22324,10 +22124,6 @@ snapshots: '@types/wrap-ansi@3.0.0': {} - '@types/ws@8.5.10': - dependencies: - '@types/node': 20.12.12 - '@types/ws@8.5.14': dependencies: '@types/node': 20.12.12 @@ -22339,7 +22135,7 @@ snapshots: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.1)(typescript@5.5.2) '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.5.2) - debug: 4.4.0 + debug: 4.4.1 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.1 @@ -22372,7 +22168,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.2) '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.5.2) - debug: 4.4.0 + debug: 4.4.1 eslint: 8.57.1 tsutils: 3.21.0(typescript@5.5.2) optionalDependencies: @@ -22418,7 +22214,7 @@ snapshots: '@typescript/vfs@1.5.0': dependencies: - debug: 4.4.0 + debug: 4.4.1 transitivePeerDependencies: - supports-color @@ -22699,16 +22495,14 @@ snapshots: dependencies: acorn: 8.15.0 - acorn-jsx@5.3.2(acorn@8.14.0): + acorn-jsx@5.3.2(acorn@8.15.0): dependencies: - acorn: 8.14.0 + acorn: 8.15.0 acorn-walk@8.3.4: dependencies: acorn: 8.15.0 - acorn@8.14.0: {} - acorn@8.14.1: {} acorn@8.15.0: {} @@ -22717,18 +22511,10 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.4.0 - transitivePeerDependencies: - - supports-color - - agent-base@7.1.1: - dependencies: - debug: 4.3.7 + debug: 4.4.1 transitivePeerDependencies: - supports-color - agent-base@7.1.3: {} - agent-base@7.1.4: {} agentkeepalive@4.5.0: @@ -22744,10 +22530,6 @@ snapshots: optionalDependencies: ajv: 8.13.0 - ajv-formats@2.1.1(ajv@8.12.0): - optionalDependencies: - ajv: 8.12.0 - ajv-formats@2.1.1(ajv@8.17.1): optionalDependencies: ajv: 8.17.1 @@ -22805,10 +22587,6 @@ snapshots: ansi-regex@6.0.1: {} - ansi-styles@3.2.1: - dependencies: - color-convert: 1.9.3 - ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 @@ -22940,7 +22718,7 @@ snapshots: caniuse-lite: 1.0.30001621 fraction.js: 4.3.7 normalize-range: 0.1.2 - picocolors: 1.0.1 + picocolors: 1.0.0 postcss: 8.4.38 postcss-value-parser: 4.2.0 @@ -22954,7 +22732,7 @@ snapshots: dependencies: '@fastify/error': 3.4.0 archy: 1.0.0 - debug: 4.4.0 + debug: 4.4.1 fastq: 1.17.1 transitivePeerDependencies: - supports-color @@ -23029,7 +22807,7 @@ snapshots: dependencies: bytes: 3.1.2 content-type: 1.0.5 - debug: 4.4.0 + debug: 4.4.1 http-errors: 2.0.0 iconv-lite: 0.6.3 on-finished: 2.4.1 @@ -23054,7 +22832,7 @@ snapshots: string-width: 5.1.2 type-fest: 2.19.0 widest-line: 4.0.1 - wrap-ansi: 8.1.0 + wrap-ansi: 9.0.0 bplist-parser@0.2.0: dependencies: @@ -23269,12 +23047,6 @@ snapshots: loupe: 3.2.0 pathval: 2.0.1 - chalk@2.4.2: - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - chalk@3.0.0: dependencies: ansi-styles: 4.3.0 @@ -23409,8 +23181,6 @@ snapshots: slice-ansi: 5.0.0 string-width: 7.2.0 - cli-width@4.0.0: {} - cli-width@4.1.0: {} client-only@0.0.1: {} @@ -23458,16 +23228,10 @@ snapshots: codemirror@5.65.14: {} - color-convert@1.9.3: - dependencies: - color-name: 1.1.3 - color-convert@2.0.1: dependencies: color-name: 1.1.4 - color-name@1.1.3: {} - color-name@1.1.4: {} color-string@1.9.1: @@ -23490,7 +23254,7 @@ snapshots: columnify@1.6.0: dependencies: - strip-ansi: 6.0.1 + strip-ansi: 7.1.0 wcwidth: 1.0.1 combined-stream@1.0.8: @@ -23686,7 +23450,7 @@ snapshots: cosmiconfig@8.0.0: dependencies: - import-fresh: 3.3.0 + import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 @@ -23999,7 +23763,7 @@ snapshots: del-cli@5.0.0: dependencies: - del: 7.0.0 + del: 7.1.0 meow: 10.1.5 del-cli@5.1.0: @@ -24007,17 +23771,6 @@ snapshots: del: 7.1.0 meow: 10.1.5 - del@7.0.0: - dependencies: - globby: 13.2.2 - graceful-fs: 4.2.11 - is-glob: 4.0.3 - is-path-cwd: 3.0.0 - is-path-inside: 4.0.0 - p-map: 5.5.0 - rimraf: 3.0.2 - slash: 4.0.0 - del@7.1.0: dependencies: globby: 13.2.2 @@ -24200,7 +23953,7 @@ snapshots: base64id: 2.0.0 cookie: 0.7.2 cors: 2.8.5 - debug: 4.3.7 + debug: 4.4.1 engine.io-parser: 5.2.3 ws: 8.17.1 transitivePeerDependencies: @@ -24557,7 +24310,7 @@ snapshots: eslint: 8.57.1 eslint-import-resolver-node: 0.3.7 eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.7.1(eslint@8.57.1) eslint-plugin-react: 7.33.0(eslint@8.57.1) eslint-plugin-react-hooks: 4.6.0(eslint@8.57.1) @@ -24574,7 +24327,7 @@ snapshots: eslint-config-standard@17.1.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@16.6.2(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1): dependencies: eslint: 8.57.1 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1) eslint-plugin-n: 16.6.2(eslint@8.57.1) eslint-plugin-promise: 6.6.0(eslint@8.57.1) @@ -24586,7 +24339,7 @@ snapshots: eslint-config-prettier: 8.10.0(eslint@8.57.1) eslint-config-standard: 17.1.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@16.6.2(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1) eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-plugin-import@2.27.5)(eslint@8.57.1) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1) eslint-plugin-n: 16.6.2(eslint@8.57.1) eslint-plugin-node: 11.1.0(eslint@8.57.1) eslint-plugin-promise: 6.6.0(eslint@8.57.1) @@ -24610,8 +24363,8 @@ snapshots: debug: 4.3.4 enhanced-resolve: 5.15.0 eslint: 8.57.1 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) get-tsconfig: 4.7.2 globby: 13.2.2 is-core-module: 2.12.1 @@ -24629,7 +24382,7 @@ snapshots: enhanced-resolve: 5.15.0 eslint: 8.57.1 eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1) get-tsconfig: 4.7.2 globby: 13.2.2 is-core-module: 2.12.1 @@ -24641,6 +24394,17 @@ snapshots: - eslint-import-resolver-webpack - supports-color + eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): + dependencies: + debug: 3.2.7 + optionalDependencies: + '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.5.2) + eslint: 8.57.1 + eslint-import-resolver-node: 0.3.7 + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(eslint@8.57.1))(eslint@8.57.1) + transitivePeerDependencies: + - supports-color + eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1): dependencies: debug: 3.2.7 @@ -24675,7 +24439,7 @@ snapshots: eslint-utils: 2.1.0 regexpp: 3.2.0 - eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1): + eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): dependencies: array-includes: 3.1.6 array.prototype.flat: 1.3.1 @@ -24684,7 +24448,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) has: 1.0.3 is-core-module: 2.12.1 is-glob: 4.0.3 @@ -24700,7 +24464,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1): + eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1): dependencies: array-includes: 3.1.6 array.prototype.flat: 1.3.1 @@ -24751,7 +24515,7 @@ snapshots: builtins: 5.0.1 eslint: 8.57.1 eslint-plugin-es-x: 7.8.0(eslint@8.57.1) - get-tsconfig: 4.7.5 + get-tsconfig: 4.10.1 globals: 13.24.0 ignore: 5.3.1 is-builtin-module: 3.2.1 @@ -24803,7 +24567,7 @@ snapshots: eslint-plugin-unicorn@47.0.0(eslint@8.57.1): dependencies: - '@babel/helper-validator-identifier': 7.25.9 + '@babel/helper-validator-identifier': 7.27.1 '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) ci-info: 3.8.0 clean-regexp: 1.0.0 @@ -24811,7 +24575,7 @@ snapshots: esquery: 1.6.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 - jsesc: 3.0.2 + jsesc: 3.1.0 lodash: 4.17.21 pluralize: 8.0.0 read-pkg-up: 7.0.1 @@ -24850,9 +24614,9 @@ snapshots: '@nodelib/fs.walk': 1.2.8 '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 - chalk: 4.1.2 + chalk: 5.3.0 cross-spawn: 7.0.6 - debug: 4.4.0 + debug: 4.4.1 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -24864,7 +24628,7 @@ snapshots: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.20.0 + globals: 13.24.0 graphemer: 1.4.0 ignore: 5.3.1 imurmurhash: 0.1.4 @@ -24877,15 +24641,15 @@ snapshots: minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.3 - strip-ansi: 6.0.1 + strip-ansi: 7.1.0 text-table: 0.2.0 transitivePeerDependencies: - supports-color espree@9.6.1: dependencies: - acorn: 8.14.0 - acorn-jsx: 5.3.2(acorn@8.14.0) + acorn: 8.15.0 + acorn-jsx: 5.3.2(acorn@8.15.0) eslint-visitor-keys: 3.4.3 esquery@1.6.0: @@ -24993,7 +24757,7 @@ snapshots: content-type: 1.0.5 cookie: 0.7.2 cookie-signature: 1.2.2 - debug: 4.4.0 + debug: 4.4.1 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -25064,8 +24828,8 @@ snapshots: fast-json-stringify@5.9.1: dependencies: '@fastify/deepmerge': 1.3.0 - ajv: 8.12.0 - ajv-formats: 2.1.1(ajv@8.12.0) + ajv: 8.17.1 + ajv-formats: 2.1.1(ajv@8.17.1) fast-deep-equal: 3.1.3 fast-uri: 2.2.0 json-schema-ref-resolver: 1.0.1 @@ -25181,7 +24945,7 @@ snapshots: finalhandler@2.1.0: dependencies: - debug: 4.4.0 + debug: 4.4.1 encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 @@ -25514,10 +25278,6 @@ snapshots: globals@11.12.0: {} - globals@13.20.0: - dependencies: - type-fest: 0.20.2 - globals@13.24.0: dependencies: type-fest: 0.20.2 @@ -25531,7 +25291,7 @@ snapshots: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.3.1 - ignore: 5.2.4 + ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 @@ -25650,8 +25410,6 @@ snapshots: has-bigints@1.0.2: {} - has-flag@3.0.0: {} - has-flag@4.0.0: {} has-property-descriptors@1.0.0: @@ -25841,18 +25599,11 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.4.0 + debug: 4.4.1 transitivePeerDependencies: - supports-color https-proxy-agent@7.0.5: - dependencies: - agent-base: 7.1.1 - debug: 4.3.7 - transitivePeerDependencies: - - supports-color - - https-proxy-agent@7.0.6: dependencies: agent-base: 7.1.4 debug: 4.4.1 @@ -25887,15 +25638,8 @@ snapshots: dependencies: minimatch: 9.0.5 - ignore@5.2.4: {} - ignore@5.3.1: {} - import-fresh@3.3.0: - dependencies: - parent-module: 1.0.1 - resolve-from: 4.0.0 - import-fresh@3.3.1: dependencies: parent-module: 1.0.1 @@ -25954,7 +25698,7 @@ snapshots: ansi-escapes: 4.3.2 chalk: 5.3.0 cli-cursor: 3.1.0 - cli-width: 4.0.0 + cli-width: 4.1.0 external-editor: 3.1.0 figures: 5.0.0 lodash: 4.17.21 @@ -25963,9 +25707,9 @@ snapshots: run-async: 3.0.0 rxjs: 7.8.1 string-width: 4.2.3 - strip-ansi: 6.0.1 + strip-ansi: 7.1.0 through: 2.3.8 - wrap-ansi: 6.2.0 + wrap-ansi: 9.0.0 internal-slot@1.0.5: dependencies: @@ -26282,7 +26026,7 @@ snapshots: form-data: 4.0.4 html-encoding-sniffer: 4.0.0 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 + https-proxy-agent: 7.0.5 is-potential-custom-element-name: 1.0.1 parse5: 7.3.0 rrweb-cssom: 0.6.0 @@ -26305,8 +26049,6 @@ snapshots: jsesc@2.5.2: {} - jsesc@3.0.2: {} - jsesc@3.1.0: {} json-parse-even-better-errors@2.3.1: {} @@ -26496,7 +26238,7 @@ snapshots: log-symbols@4.1.0: dependencies: - chalk: 4.1.2 + chalk: 5.3.0 is-unicode-supported: 0.1.0 log-symbols@5.1.0: @@ -27480,7 +27222,7 @@ snapshots: '@octokit/plugin-retry': 7.2.1(@octokit/core@6.1.5) '@octokit/plugin-throttling': 10.0.0(@octokit/core@6.1.5) '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 + '@octokit/types': 14.1.0 on-exit-leak-free@2.1.0: {} @@ -27538,13 +27280,13 @@ snapshots: ora@5.4.1: dependencies: bl: 4.1.0 - chalk: 4.1.2 + chalk: 5.3.0 cli-cursor: 3.1.0 cli-spinners: 2.9.2 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 - strip-ansi: 6.0.1 + strip-ansi: 7.1.0 wcwidth: 1.0.1 ora@8.2.0: @@ -27776,8 +27518,6 @@ snapshots: picocolors@1.0.0: {} - picocolors@1.0.1: {} - picocolors@1.1.1: {} picomatch-browser@2.2.6: {} @@ -27966,7 +27706,7 @@ snapshots: postcss@8.4.31: dependencies: nanoid: 3.3.7 - picocolors: 1.1.1 + picocolors: 1.0.0 source-map-js: 1.2.1 postcss@8.4.38: @@ -28872,7 +28612,7 @@ snapshots: router@2.2.0: dependencies: - debug: 4.4.0 + debug: 4.4.1 depd: 2.0.0 is-promise: 4.0.0 parseurl: 1.3.3 @@ -28964,7 +28704,7 @@ snapshots: send@1.2.0: dependencies: - debug: 4.4.0 + debug: 4.4.1 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -29147,7 +28887,7 @@ snapshots: socket.io-adapter@2.5.5: dependencies: - debug: 4.3.7 + debug: 4.4.1 ws: 8.17.1 transitivePeerDependencies: - bufferutil @@ -29157,7 +28897,7 @@ snapshots: socket.io-parser@4.2.4: dependencies: '@socket.io/component-emitter': 3.1.2 - debug: 4.3.7 + debug: 4.4.1 transitivePeerDependencies: - supports-color @@ -29166,7 +28906,7 @@ snapshots: accepts: 1.3.8 base64id: 2.0.0 cors: 2.8.5 - debug: 4.3.7 + debug: 4.4.1 engine.io: 6.6.4 socket.io-adapter: 2.5.5 socket.io-parser: 4.2.4 @@ -29177,8 +28917,8 @@ snapshots: socks-proxy-agent@8.0.5: dependencies: - agent-base: 7.1.3 - debug: 4.4.0 + agent-base: 7.1.4 + debug: 4.4.1 socks: 2.8.4 transitivePeerDependencies: - supports-color @@ -29439,10 +29179,6 @@ snapshots: pirates: 4.0.6 ts-interface-checker: 0.1.13 - supports-color@5.5.0: - dependencies: - has-flag: 3.0.0 - supports-color@7.2.0: dependencies: has-flag: 4.0.0 @@ -29584,7 +29320,7 @@ snapshots: terser@5.31.1: dependencies: '@jridgewell/source-map': 0.3.6 - acorn: 8.14.1 + acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -29854,7 +29590,7 @@ snapshots: tuf-js@3.0.1: dependencies: '@tufjs/models': 3.0.1 - debug: 4.4.0 + debug: 4.4.1 make-fetch-happen: 14.0.3 transitivePeerDependencies: - supports-color @@ -30038,13 +29774,13 @@ snapshots: dependencies: browserslist: 4.21.9 escalade: 3.1.1 - picocolors: 1.0.1 + picocolors: 1.0.0 update-browserslist-db@1.0.16(browserslist@4.23.0): dependencies: browserslist: 4.23.0 escalade: 3.1.2 - picocolors: 1.0.1 + picocolors: 1.1.1 update-browserslist-db@1.1.3(browserslist@4.25.2): dependencies: @@ -30648,21 +30384,15 @@ snapshots: wordwrap@1.0.0: {} wrap-ansi@6.2.0: - dependencies: - ansi-styles: 4.3.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - - wrap-ansi@7.0.0: dependencies: ansi-styles: 6.2.1 string-width: 4.2.3 strip-ansi: 7.1.0 - wrap-ansi@8.1.0: + wrap-ansi@7.0.0: dependencies: ansi-styles: 6.2.1 - string-width: 5.1.2 + string-width: 4.2.3 strip-ansi: 7.1.0 wrap-ansi@9.0.0: From cbc12476f30c4a8fe23d06772550d1486db21a1d Mon Sep 17 00:00:00 2001 From: Wilson Rivera Date: Mon, 24 Nov 2025 15:20:28 -0500 Subject: [PATCH 2/2] chore: update `pnpm-lock.yaml` --- pnpm-lock.yaml | 149 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 99 insertions(+), 50 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 141e036c77..bbda5f7c9f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1584,6 +1584,10 @@ packages: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.24.5': + resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.25.9': resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} @@ -7646,6 +7650,9 @@ packages: '@types/wrap-ansi@3.0.0': resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} + '@types/ws@8.5.10': + resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} + '@types/ws@8.5.14': resolution: {integrity: sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==} @@ -7982,6 +7989,10 @@ packages: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} engines: {node: '>=12'} + ansi-styles@3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} @@ -8371,14 +8382,14 @@ packages: ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} - chai@5.2.0: - resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==} - engines: {node: '>=12'} - chai@5.2.1: resolution: {integrity: sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==} engines: {node: '>=18'} + chalk@2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + chalk@3.0.0: resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} engines: {node: '>=8'} @@ -8562,10 +8573,16 @@ packages: codemirror@5.65.14: resolution: {integrity: sha512-VSNugIBDGt0OU9gDjeVr6fNkoFQznrWEUdAApMlXQNbfE8gGO19776D6MwSqF/V/w/sDwonsQ0z7KmmI9guScg==} + color-convert@1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} + color-name@1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} @@ -10369,6 +10386,10 @@ packages: has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + has-flag@3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} @@ -10545,10 +10566,18 @@ packages: resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} engines: {node: ^18.17.0 || >=20.5.0} + ignore@5.2.4: + resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} + engines: {node: '>= 4'} + ignore@5.3.1: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} + import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} engines: {node: '>=6'} @@ -11214,9 +11243,6 @@ packages: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true - loupe@3.1.3: - resolution: {integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==} - loupe@3.2.0: resolution: {integrity: sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw==} @@ -12142,10 +12168,6 @@ packages: pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} - pathval@2.0.0: - resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} - engines: {node: '>= 14.16'} - pathval@2.0.1: resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==} engines: {node: '>= 14.16'} @@ -13580,6 +13602,10 @@ packages: engines: {node: '>=16 || 14 >=14.17'} hasBin: true + supports-color@5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} @@ -15191,7 +15217,7 @@ snapshots: '@babel/code-frame@7.23.5': dependencies: '@babel/highlight': 7.23.4 - chalk: 5.3.0 + chalk: 2.4.2 '@babel/code-frame@7.24.2': dependencies: @@ -15310,6 +15336,8 @@ snapshots: '@babel/helper-validator-identifier@7.22.20': {} + '@babel/helper-validator-identifier@7.24.5': {} + '@babel/helper-validator-identifier@7.25.9': {} '@babel/helper-validator-identifier@7.27.1': {} @@ -15329,7 +15357,7 @@ snapshots: '@babel/highlight@7.24.5': dependencies: - '@babel/helper-validator-identifier': 7.27.1 + '@babel/helper-validator-identifier': 7.25.9 chalk: 5.3.0 js-tokens: 4.0.0 picocolors: 1.0.0 @@ -15427,7 +15455,7 @@ snapshots: '@babel/parser': 7.27.0 '@babel/template': 7.27.0 '@babel/types': 7.27.0 - debug: 4.4.1 + debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -15459,7 +15487,7 @@ snapshots: '@babel/types@7.24.5': dependencies: '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.27.1 + '@babel/helper-validator-identifier': 7.24.5 to-fast-properties: 2.0.0 '@babel/types@7.26.0': @@ -17295,7 +17323,7 @@ snapshots: dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) '@repeaterjs/repeater': 3.0.4 - '@types/ws': 8.5.14 + '@types/ws': 8.5.10 graphql: 16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly) graphql-ws: 5.12.1(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) isomorphic-ws: 5.0.0(ws@8.13.0) @@ -17322,7 +17350,7 @@ snapshots: '@graphql-tools/executor-legacy-ws@0.0.11(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly))': dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) - '@types/ws': 8.5.14 + '@types/ws': 8.5.10 graphql: 16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly) isomorphic-ws: 5.0.0(ws@8.13.0) tslib: 2.8.1 @@ -17436,7 +17464,7 @@ snapshots: '@graphql-tools/executor-legacy-ws': 0.0.11(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) '@graphql-tools/utils': 9.2.1(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) '@graphql-tools/wrap': 9.4.2(graphql@16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly)) - '@types/ws': 8.5.14 + '@types/ws': 8.5.10 '@whatwg-node/fetch': 0.8.8 graphql: 16.9.0(patch_hash=hafdlc54qtxpqvetpefk646rly) isomorphic-ws: 5.0.0(ws@8.16.0) @@ -17629,7 +17657,7 @@ snapshots: '@types/node': 20.12.12 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 - chalk: 4.1.2 + chalk: 5.3.0 cli-spinners: 2.9.2 cli-width: 4.1.0 figures: 3.2.0 @@ -22124,6 +22152,10 @@ snapshots: '@types/wrap-ansi@3.0.0': {} + '@types/ws@8.5.10': + dependencies: + '@types/node': 20.12.12 + '@types/ws@8.5.14': dependencies: '@types/node': 20.12.12 @@ -22182,7 +22214,7 @@ snapshots: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.4.0 + debug: 4.4.1 globby: 11.1.0 is-glob: 4.0.3 semver: 7.7.1 @@ -22587,6 +22619,10 @@ snapshots: ansi-regex@6.0.1: {} + ansi-styles@3.2.1: + dependencies: + color-convert: 1.9.3 + ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 @@ -22732,7 +22768,7 @@ snapshots: dependencies: '@fastify/error': 3.4.0 archy: 1.0.0 - debug: 4.4.1 + debug: 4.4.0 fastq: 1.17.1 transitivePeerDependencies: - supports-color @@ -23031,14 +23067,6 @@ snapshots: ccount@2.0.1: {} - chai@5.2.0: - dependencies: - assertion-error: 2.0.1 - check-error: 2.1.1 - deep-eql: 5.0.2 - loupe: 3.1.3 - pathval: 2.0.0 - chai@5.2.1: dependencies: assertion-error: 2.0.1 @@ -23047,6 +23075,12 @@ snapshots: loupe: 3.2.0 pathval: 2.0.1 + chalk@2.4.2: + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + chalk@3.0.0: dependencies: ansi-styles: 4.3.0 @@ -23228,10 +23262,16 @@ snapshots: codemirror@5.65.14: {} + color-convert@1.9.3: + dependencies: + color-name: 1.1.3 + color-convert@2.0.1: dependencies: color-name: 1.1.4 + color-name@1.1.3: {} + color-name@1.1.4: {} color-string@1.9.1: @@ -23254,7 +23294,7 @@ snapshots: columnify@1.6.0: dependencies: - strip-ansi: 7.1.0 + strip-ansi: 6.0.1 wcwidth: 1.0.1 combined-stream@1.0.8: @@ -23450,7 +23490,7 @@ snapshots: cosmiconfig@8.0.0: dependencies: - import-fresh: 3.3.1 + import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 @@ -24396,7 +24436,7 @@ snapshots: eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): dependencies: - debug: 3.2.7 + debug: 4.4.1 optionalDependencies: '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.5.2) eslint: 8.57.1 @@ -24407,7 +24447,7 @@ snapshots: eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1): dependencies: - debug: 3.2.7 + debug: 4.4.1 optionalDependencies: '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.5.2) eslint: 8.57.1 @@ -24418,7 +24458,7 @@ snapshots: eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-typescript@3.5.5)(eslint@8.57.1): dependencies: - debug: 3.2.7 + debug: 4.4.1 optionalDependencies: '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.5.2) eslint: 8.57.1 @@ -25291,7 +25331,7 @@ snapshots: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.3.1 - ignore: 5.3.1 + ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 @@ -25410,6 +25450,8 @@ snapshots: has-bigints@1.0.2: {} + has-flag@3.0.0: {} + has-flag@4.0.0: {} has-property-descriptors@1.0.0: @@ -25638,8 +25680,15 @@ snapshots: dependencies: minimatch: 9.0.5 + ignore@5.2.4: {} + ignore@5.3.1: {} + import-fresh@3.3.0: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + import-fresh@3.3.1: dependencies: parent-module: 1.0.1 @@ -26238,7 +26287,7 @@ snapshots: log-symbols@4.1.0: dependencies: - chalk: 5.3.0 + chalk: 4.1.2 is-unicode-supported: 0.1.0 log-symbols@5.1.0: @@ -26267,8 +26316,6 @@ snapshots: dependencies: js-tokens: 4.0.0 - loupe@3.1.3: {} - loupe@3.2.0: {} lower-case@2.0.2: @@ -26724,7 +26771,7 @@ snapshots: micromark@4.0.0: dependencies: '@types/debug': 4.1.12 - debug: 4.4.0 + debug: 4.4.1 decode-named-character-reference: 1.0.2 devlop: 1.1.0 micromark-core-commonmark: 2.0.0 @@ -27280,13 +27327,13 @@ snapshots: ora@5.4.1: dependencies: bl: 4.1.0 - chalk: 5.3.0 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.9.2 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 - strip-ansi: 7.1.0 + strip-ansi: 6.0.1 wcwidth: 1.0.1 ora@8.2.0: @@ -27496,8 +27543,6 @@ snapshots: pathe@2.0.3: {} - pathval@2.0.0: {} - pathval@2.0.1: {} peberminta@0.9.0: {} @@ -28906,7 +28951,7 @@ snapshots: accepts: 1.3.8 base64id: 2.0.0 cors: 2.8.5 - debug: 4.4.1 + debug: 4.3.7 engine.io: 6.6.4 socket.io-adapter: 2.5.5 socket.io-parser: 4.2.4 @@ -29179,6 +29224,10 @@ snapshots: pirates: 4.0.6 ts-interface-checker: 0.1.13 + supports-color@5.5.0: + dependencies: + has-flag: 3.0.0 + supports-color@7.2.0: dependencies: has-flag: 4.0.0 @@ -29320,7 +29369,7 @@ snapshots: terser@5.31.1: dependencies: '@jridgewell/source-map': 0.3.6 - acorn: 8.15.0 + acorn: 8.14.1 commander: 2.20.3 source-map-support: 0.5.21 @@ -30076,7 +30125,7 @@ snapshots: '@vitest/snapshot': 3.2.4 '@vitest/spy': 3.2.4 '@vitest/utils': 3.2.4 - chai: 5.2.0 + chai: 5.2.1 debug: 4.4.1 expect-type: 1.2.1 magic-string: 0.30.17 @@ -30116,7 +30165,7 @@ snapshots: '@vitest/snapshot': 3.2.4 '@vitest/spy': 3.2.4 '@vitest/utils': 3.2.4 - chai: 5.2.0 + chai: 5.2.1 debug: 4.4.1 expect-type: 1.2.1 magic-string: 0.30.17 @@ -30156,7 +30205,7 @@ snapshots: '@vitest/snapshot': 3.2.4 '@vitest/spy': 3.2.4 '@vitest/utils': 3.2.4 - chai: 5.2.0 + chai: 5.2.1 debug: 4.4.1 expect-type: 1.2.1 magic-string: 0.30.17 @@ -30196,7 +30245,7 @@ snapshots: '@vitest/snapshot': 3.2.4 '@vitest/spy': 3.2.4 '@vitest/utils': 3.2.4 - chai: 5.2.0 + chai: 5.2.1 debug: 4.4.1 expect-type: 1.2.1 magic-string: 0.30.17 @@ -30385,7 +30434,7 @@ snapshots: wrap-ansi@6.2.0: dependencies: - ansi-styles: 6.2.1 + ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 7.1.0