From ceaa0e69420dae0e75349b2467258fd359c08588 Mon Sep 17 00:00:00 2001 From: Laurin Date: Fri, 20 Feb 2026 15:52:35 +0100 Subject: [PATCH] chore: fix vulnerability dependencies (#7715) --- package.json | 10 +- packages/libraries/cli/package.json | 2 +- packages/services/policy/package.json | 2 +- packages/services/usage/package.json | 2 +- pnpm-lock.yaml | 1561 ++++++++++++++++++------- rules/package.json | 2 +- scripts/turborepo-cleanup.js | 2 +- 7 files changed, 1146 insertions(+), 435 deletions(-) diff --git a/package.json b/package.json index f551996ca..e524a037a 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "prettier-plugin-sql": "0.18.1", "prettier-plugin-tailwindcss": "0.6.9", "pretty-quick": "4.0.0", - "rimraf": "4.4.1", + "rimraf": "6.1.3", "tailwindcss": "3.4.17", "tsup": "8.4.0", "tsx": "4.19.2", @@ -124,7 +124,9 @@ "overrides.diff@<8.0.3": "address https://github.com/graphql-hive/console/security/dependabot/438", "overrides.lodash-es@4.x.x": "address https://github.com/graphql-hive/console/security/dependabot/453", "overrides.lodash@4.x.x": "address https://github.com/graphql-hive/console/security/dependabot/455", - "overrides.fast-xml-parser@5.x.x": "address https://github.com/graphql-hive/console/security/dependabot/463", + "overrides.fast-xml-parser@5.x.x": "address https://github.com/graphql-hive/console/security/dependabot/501", + "overrides.minimatch@10.x.x": "address https://github.com/graphql-hive/console/security/dependabot/505", + "overrides.qs@<6.14.2": "address https://github.com/graphql-hive/console/security/dependabot/499", "overrides": { "esbuild": "0.25.9", "csstype": "3.1.2", @@ -149,7 +151,9 @@ "lodash-es@4.x.x": "^4.17.23", "lodash@4.x.x": "^4.17.23", "seroval@<1.4.1": "^1.4.1", - "fast-xml-parser@<5.3.4": "^5.3.4" + "fast-xml-parser@<5.3.6": "^5.3.6", + "minimatch@10.x.x": "^10.2.2", + "qs@<6.14.2": "^6.14.2" }, "patchedDependencies": { "mjml-core@4.14.0": "patches/mjml-core@4.14.0.patch", diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 58b0b8406..4fab4eb4d 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -73,7 +73,7 @@ "@types/env-ci": "3.1.4", "graphql": "16.9.0", "oclif": "4.22.65", - "rimraf": "4.4.1", + "rimraf": "6.1.3", "tsx": "4.19.2", "typescript": "5.7.3" }, diff --git a/packages/services/policy/package.json b/packages/services/policy/package.json index 56abe18da..a7c607d4b 100644 --- a/packages/services/policy/package.json +++ b/packages/services/policy/package.json @@ -15,7 +15,7 @@ "@sentry/tracing": "7.114.0", "@trpc/server": "10.45.3", "@types/eslint": "8.56.12", - "ajv": "8.17.1", + "ajv": "8.18.0", "dotenv": "16.4.7", "eslint": "8.57.1", "fastify": "5.7.3", diff --git a/packages/services/usage/package.json b/packages/services/usage/package.json index d18a08ba5..c510361ff 100644 --- a/packages/services/usage/package.json +++ b/packages/services/usage/package.json @@ -18,7 +18,7 @@ "@sinclair/typebox": "0.34.41", "@trpc/client": "10.45.3", "@trpc/server": "10.45.3", - "ajv": "8.17.1", + "ajv": "8.18.0", "dotenv": "16.4.7", "got": "14.4.7", "graphql": "16.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c69905d12..92bbf5536 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,7 +28,9 @@ overrides: lodash-es@4.x.x: ^4.17.23 lodash@4.x.x: ^4.17.23 seroval@<1.4.1: ^1.4.1 - fast-xml-parser@<5.3.4: ^5.3.4 + fast-xml-parser@<5.3.6: ^5.3.6 + minimatch@10.x.x: ^10.2.2 + qs@<6.14.2: ^6.14.2 patchedDependencies: '@apollo/federation@0.38.1': @@ -217,8 +219,8 @@ importers: specifier: 4.0.0 version: 4.0.0(prettier@3.4.2) rimraf: - specifier: 4.4.1 - version: 4.4.1 + specifier: 6.1.3 + version: 6.1.3 tailwindcss: specifier: 3.4.17 version: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)) @@ -282,7 +284,7 @@ importers: devDependencies: '@graphql-hive/gateway': specifier: ^2.1.19 - version: 2.1.19(@types/ioredis-mock@8.2.5)(@types/node@22.10.5)(encoding@0.1.13)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(prom-client@15.1.3) + version: 2.1.19(@types/ioredis-mock@8.2.5)(@types/node@22.10.5)(encoding@0.1.13)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(prom-client@15.1.3) '@types/js-yaml': specifier: 4.0.9 version: 4.0.9 @@ -521,8 +523,8 @@ importers: specifier: 4.22.65 version: 4.22.65(patch_hash=14bfe62909a48d0f0115f257cc517dbaa3caac858fc059ddeaa614af424b626b)(@types/node@25.0.2) rimraf: - specifier: 4.4.1 - version: 4.4.1 + specifier: 6.1.3 + version: 6.1.3 tsx: specifier: 4.19.2 version: 4.19.2 @@ -1108,8 +1110,8 @@ importers: specifier: 8.56.12 version: 8.56.12 ajv: - specifier: 8.17.1 - version: 8.17.1 + specifier: 8.18.0 + version: 8.18.0 dotenv: specifier: 16.4.7 version: 16.4.7 @@ -1344,7 +1346,7 @@ importers: version: 1.0.9(pino@10.3.0) '@graphql-hive/plugin-opentelemetry': specifier: 1.3.0 - version: 1.3.0(encoding@0.1.13)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0) + version: 1.3.0(encoding@0.1.13)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0) '@opentelemetry/api': specifier: 1.9.0 version: 1.9.0 @@ -1547,8 +1549,8 @@ importers: specifier: 10.45.3 version: 10.45.3 ajv: - specifier: 8.17.1 - version: 8.17.1 + specifier: 8.18.0 + version: 8.18.0 dotenv: specifier: 16.4.7 version: 16.4.7 @@ -2124,7 +2126,7 @@ importers: version: 1.1.6(@types/react-dom@18.3.5(@types/react@18.3.18))(@types/react@18.3.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@theguild/components': specifier: 9.11.3 - version: 9.11.3(@theguild/tailwind-config@0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))))(@types/react-dom@18.3.5(@types/react@18.3.18))(@types/react@18.3.18)(immer@10.1.3)(next@15.5.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(@playwright/test@1.58.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.7.3)(use-sync-external-store@1.6.0(react@19.2.4)) + version: 9.11.3(@theguild/tailwind-config@0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))))(@types/react-dom@18.3.5(@types/react@18.3.18))(@types/react@18.3.18)(immer@10.1.3)(next@15.5.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(@playwright/test@1.58.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.7.3)(use-sync-external-store@1.6.0(react@19.2.4)) '@types/rss': specifier: ^0.0.32 version: 0.0.32 @@ -2179,10 +2181,10 @@ importers: version: 1.58.1 '@tailwindcss/typography': specifier: 0.5.16 - version: 0.5.16(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))) + version: 0.5.16(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))) '@theguild/tailwind-config': specifier: 0.6.3 - version: 0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))) + version: 0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))) '@types/react': specifier: 18.3.18 version: 18.3.18 @@ -2206,13 +2208,13 @@ importers: version: 14.2.5 tailwindcss: specifier: 3.4.17 - version: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)) + version: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)) tailwindcss-animate: specifier: 1.0.7 - version: 1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))) + version: 1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))) tailwindcss-radix: specifier: 3.0.5 - version: 3.0.5(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))) + version: 3.0.5(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))) rules: devDependencies: @@ -2220,8 +2222,8 @@ importers: specifier: 5.1.2 version: 5.1.2 minimatch: - specifier: 10.2.1 - version: 10.2.1 + specifier: ^10.2.2 + version: 10.2.2 scripts: devDependencies: @@ -10304,8 +10306,8 @@ packages: ajv@8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} - ajv@8.17.1: - resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + ajv@8.18.0: + resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} ansi-align@3.0.1: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} @@ -12518,8 +12520,8 @@ packages: fast-url-parser@1.1.3: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} - fast-xml-parser@5.3.4: - resolution: {integrity: sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==} + fast-xml-parser@5.3.7: + resolution: {integrity: sha512-JzVLro9NQv92pOM/jTCR6mHlJh2FGwtomH8ZQjhFj/R29P2Fnj38OgPJVtcvYw6SuKClhgYuwUZf5b3rd8u2mA==} hasBin: true fastest-levenshtein@1.0.16: @@ -12934,6 +12936,10 @@ packages: resolution: {integrity: sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==} engines: {node: 20 || >=22} + glob@13.0.6: + resolution: {integrity: sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==} + engines: {node: 18 || 20 || >=22} + glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me @@ -12943,11 +12949,6 @@ packages: engines: {node: '>=12'} deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me - glob@9.3.2: - resolution: {integrity: sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==} - engines: {node: '>=16 || 14 >=14.17'} - deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me - global-dirs@3.0.1: resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==} engines: {node: '>=10'} @@ -14712,8 +14713,8 @@ packages: resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==} engines: {node: '>=16'} - markdown-it@14.1.0: - resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} + markdown-it@14.1.1: + resolution: {integrity: sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==} hasBin: true markdown-table@3.0.3: @@ -15061,9 +15062,9 @@ packages: engines: {node: '>=16.13'} hasBin: true - minimatch@10.2.1: - resolution: {integrity: sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==} - engines: {node: 20 || >=22} + minimatch@10.2.2: + resolution: {integrity: sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==} + engines: {node: 18 || 20 || >=22} minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -15076,10 +15077,6 @@ packages: resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} engines: {node: '>=10'} - minimatch@7.4.6: - resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} - engines: {node: '>=10'} - minimatch@9.0.5: resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} @@ -15134,6 +15131,10 @@ packages: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} + minipass@7.1.3: + resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==} + engines: {node: '>=16 || 14 >=14.17'} + minizlib@2.1.2: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} @@ -15818,6 +15819,9 @@ packages: resolution: {integrity: sha512-qHKRW0pw3lYdZMQVkjDBqh8HlamH/LCww2PH7OWEp4Qrt3SFeYMNpnJrQzlSnGrDD5zGR51XqBh7FnNCdVNEHA==} engines: {node: '>=18'} + package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} + package-manager-detector@0.2.2: resolution: {integrity: sha512-VgXbyrSNsml4eHWIvxxG/nTL4wgybMTXCV2Un/+yEc3aDKKU6nQBZjbeP3Pl3qm9Qg92X/1ng4ffvCeD/zwHgg==} @@ -15953,6 +15957,10 @@ packages: resolution: {integrity: sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==} engines: {node: 20 || >=22} + path-scurry@2.0.2: + resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==} + engines: {node: 18 || 20 || >=22} + path-to-regexp@0.1.12: resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} @@ -16505,12 +16513,8 @@ packages: resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==} engines: {node: '>=6.0.0'} - qs@6.13.0: - resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} - engines: {node: '>=0.6'} - - qs@6.14.0: - resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==} + qs@6.14.2: + resolution: {integrity: sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==} engines: {node: '>=0.6'} quansync@0.2.11: @@ -17115,9 +17119,9 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - rimraf@4.4.1: - resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} - engines: {node: '>=14'} + rimraf@6.1.3: + resolution: {integrity: sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==} + engines: {node: 20 || >=22} hasBin: true roarr@7.14.3: @@ -17377,10 +17381,6 @@ packages: resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} engines: {node: '>= 0.4'} - side-channel@1.0.6: - resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} - engines: {node: '>= 0.4'} - side-channel@1.1.0: resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} engines: {node: '>= 0.4'} @@ -17750,8 +17750,8 @@ packages: resolution: {integrity: sha512-kcyeAkDFjGsVl17FqnG7q/+xIjt0ZjOo9Dm+q8deAvs2Xe4iAHrhxyoP4etUVFc+/LZJANjIPVR+ZOnt9hr/Ug==} engines: {node: '>=12.*'} - strnum@2.1.1: - resolution: {integrity: sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==} + strnum@2.1.2: + resolution: {integrity: sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==} style-mod@4.1.3: resolution: {integrity: sha512-i/n8VsZydrugj3Iuzll8+x/00GH2vnYsk1eomD8QiRrSAeW6ItbCQDtfXCeJHd0iwiNagqjQkvpvREEPtW3IoQ==} @@ -17892,10 +17892,9 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} - tar@7.5.4: - resolution: {integrity: sha512-AN04xbWGrSTDmVwlI4/GTlIIwMFk/XEv7uL8aa57zuvRy6s4hdBed+lVq2fAZ89XDa7Us3ANXcE3Tvqvja1kTA==} + tar@7.5.9: + resolution: {integrity: sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==} engines: {node: '>=18'} - deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me tdigest@0.1.2: resolution: {integrity: sha512-+G0LLgjjo9BZX2MfdvPfH+MKLCrxlXSYec5DaPYP1fe6Iyhf0/fSmJ0bFiZ1F8BT6cGXl2LpltQptzjXKWEkKA==} @@ -19380,6 +19379,14 @@ snapshots: '@apollo/utils.logger': 2.0.0 graphql: 16.9.0 + '@apollo/server-gateway-interface@2.0.0(graphql@16.12.0)': + dependencies: + '@apollo/usage-reporting-protobuf': 4.1.1 + '@apollo/utils.fetcher': 3.1.0 + '@apollo/utils.keyvaluecache': 4.0.0 + '@apollo/utils.logger': 3.0.0 + graphql: 16.12.0 + '@apollo/server-gateway-interface@2.0.0(graphql@16.9.0)': dependencies: '@apollo/usage-reporting-protobuf': 4.1.1 @@ -19439,6 +19446,10 @@ snapshots: '@apollo/utils.isnodelike': 3.0.0 sha.js: 2.4.11 + '@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.12.0)': + dependencies: + graphql: 16.12.0 + '@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.9.0)': dependencies: graphql: 16.9.0 @@ -19472,23 +19483,50 @@ snapshots: '@apollo/utils.logger@3.0.0': {} + '@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.12.0)': + dependencies: + graphql: 16.12.0 + '@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.9.0)': dependencies: graphql: 16.9.0 + '@apollo/utils.removealiases@2.0.1(graphql@16.12.0)': + dependencies: + graphql: 16.12.0 + '@apollo/utils.removealiases@2.0.1(graphql@16.9.0)': dependencies: graphql: 16.9.0 + '@apollo/utils.sortast@2.0.1(graphql@16.12.0)': + dependencies: + graphql: 16.12.0 + lodash.sortby: 4.7.0 + '@apollo/utils.sortast@2.0.1(graphql@16.9.0)': dependencies: graphql: 16.9.0 lodash.sortby: 4.7.0 + '@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.12.0)': + dependencies: + graphql: 16.12.0 + '@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.9.0)': dependencies: graphql: 16.9.0 + '@apollo/utils.usagereporting@2.1.0(graphql@16.12.0)': + dependencies: + '@apollo/usage-reporting-protobuf': 4.1.1 + '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.12.0) + '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.12.0) + '@apollo/utils.removealiases': 2.0.1(graphql@16.12.0) + '@apollo/utils.sortast': 2.0.1(graphql@16.12.0) + '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.12.0) + graphql: 16.12.0 + '@apollo/utils.usagereporting@2.1.0(graphql@16.9.0)': dependencies: '@apollo/usage-reporting-protobuf': 4.1.1 @@ -20026,7 +20064,7 @@ snapshots: '@smithy/smithy-client': 4.0.0 '@smithy/types': 4.0.0 '@smithy/util-middleware': 4.0.0 - fast-xml-parser: 5.3.4 + fast-xml-parser: 5.3.7 tslib: 2.8.1 '@aws-sdk/core@3.936.0': @@ -20865,13 +20903,13 @@ snapshots: '@aws-sdk/xml-builder@3.930.0': dependencies: '@smithy/types': 4.11.0 - fast-xml-parser: 5.3.4 + fast-xml-parser: 5.3.7 tslib: 2.8.1 '@aws-sdk/xml-builder@3.969.0': dependencies: '@smithy/types': 4.12.0 - fast-xml-parser: 5.3.4 + fast-xml-parser: 5.3.7 tslib: 2.8.1 '@aws/lambda-invoke-store@0.2.1': {} @@ -21562,7 +21600,7 @@ snapshots: json-stringify-safe: 5.0.1 mime-types: 2.1.35 performance-now: 2.1.0 - qs: 6.14.0 + qs: 6.14.2 safe-buffer: 5.2.1 tough-cookie: 5.1.2 tunnel-agent: 0.6.0 @@ -21733,12 +21771,25 @@ snapshots: '@whatwg-node/promise-helpers': 1.3.2 tslib: 2.8.1 + '@envelop/disable-introspection@9.0.0(@envelop/core@5.5.1)(graphql@16.12.0)': + dependencies: + '@envelop/core': 5.5.1 + graphql: 16.12.0 + tslib: 2.8.1 + '@envelop/disable-introspection@9.0.0(@envelop/core@5.5.1)(graphql@16.9.0)': dependencies: '@envelop/core': 5.5.1 graphql: 16.9.0 tslib: 2.8.1 + '@envelop/extended-validation@7.0.0(@envelop/core@5.5.1)(graphql@16.12.0)': + dependencies: + '@envelop/core': 5.5.1 + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + graphql: 16.12.0 + tslib: 2.8.1 + '@envelop/extended-validation@7.0.0(@envelop/core@5.5.1)(graphql@16.9.0)': dependencies: '@envelop/core': 5.5.1 @@ -21746,6 +21797,16 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@envelop/generic-auth@11.0.0(@envelop/core@5.5.1)(graphql@16.12.0)': + dependencies: + '@envelop/core': 5.5.1 + '@envelop/extended-validation': 7.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + '@graphql-tools/executor': 1.4.9(graphql@16.12.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + tslib: 2.8.1 + '@envelop/generic-auth@11.0.0(@envelop/core@5.5.1)(graphql@16.9.0)': dependencies: '@envelop/core': 5.5.1 @@ -21781,6 +21842,12 @@ snapshots: '@envelop/core': 5.5.1 graphql: 16.9.0 + '@envelop/on-resolve@7.0.0(@envelop/core@5.5.1)(graphql@16.12.0)': + dependencies: + '@envelop/core': 5.5.1 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + '@envelop/on-resolve@7.0.0(@envelop/core@5.5.1)(graphql@16.9.0)': dependencies: '@envelop/core': 5.5.1 @@ -21796,22 +21863,22 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 - '@envelop/prometheus@14.0.0(@envelop/core@5.5.1)(graphql@16.9.0)(prom-client@15.1.3)': + '@envelop/prometheus@14.0.0(@envelop/core@5.5.1)(graphql@16.12.0)(prom-client@15.1.3)': dependencies: '@envelop/core': 5.5.1 - '@envelop/on-resolve': 7.0.0(@envelop/core@5.5.1)(graphql@16.9.0) - graphql: 16.9.0 + '@envelop/on-resolve': 7.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + graphql: 16.12.0 prom-client: 15.1.3 tslib: 2.8.1 - '@envelop/rate-limiter@9.0.0(@envelop/core@5.5.1)(graphql@16.9.0)': + '@envelop/rate-limiter@9.0.0(@envelop/core@5.5.1)(graphql@16.12.0)': dependencies: '@envelop/core': 5.5.1 - '@envelop/on-resolve': 7.0.0(@envelop/core@5.5.1)(graphql@16.9.0) - '@graphql-tools/utils': 10.9.1(graphql@16.9.0) + '@envelop/on-resolve': 7.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) '@types/picomatch': 4.0.2 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 + graphql: 16.12.0 lodash.get: 4.4.2 ms: 2.1.3 picomatch: 4.0.3 @@ -21827,6 +21894,17 @@ snapshots: lru-cache: 10.2.0 tslib: 2.8.1 + '@envelop/response-cache@7.1.3(@envelop/core@5.5.1)(graphql@16.12.0)': + dependencies: + '@envelop/core': 5.5.1 + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@whatwg-node/fetch': 0.10.13 + '@whatwg-node/promise-helpers': 1.3.2 + fast-json-stable-stringify: 2.1.0 + graphql: 16.12.0 + lru-cache: 10.2.0 + tslib: 2.8.1 + '@envelop/response-cache@7.1.3(@envelop/core@5.5.1)(graphql@16.9.0)': dependencies: '@envelop/core': 5.5.1 @@ -21838,6 +21916,17 @@ snapshots: lru-cache: 10.2.0 tslib: 2.8.1 + '@envelop/response-cache@9.0.0(@envelop/core@5.5.1)(graphql@16.12.0)': + dependencies: + '@envelop/core': 5.5.1 + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@whatwg-node/fetch': 0.10.13 + '@whatwg-node/promise-helpers': 1.3.2 + fast-json-stable-stringify: 2.1.0 + graphql: 16.12.0 + lru-cache: 11.0.2 + tslib: 2.8.1 + '@envelop/response-cache@9.0.0(@envelop/core@5.5.1)(graphql@16.9.0)': dependencies: '@envelop/core': 5.5.1 @@ -22049,8 +22138,8 @@ snapshots: '@fastify/ajv-compiler@4.0.5': dependencies: - ajv: 8.17.1 - ajv-formats: 3.0.1(ajv@8.17.1) + ajv: 8.18.0 + ajv-formats: 3.0.1(ajv@8.18.0) fast-uri: 3.0.1 '@fastify/busboy@3.1.1': {} @@ -22205,7 +22294,7 @@ snapshots: get-value: 3.0.1 graphql: 16.9.0 graphql-language-service: 5.3.0(graphql@16.9.0) - markdown-it: 14.1.0 + markdown-it: 14.1.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) set-value: 4.1.0 @@ -22483,26 +22572,43 @@ snapshots: - supports-color - utf-8-validate - '@graphql-hive/core@0.13.2(graphql@16.9.0)': + '@graphql-hive/core@0.13.2(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.9.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) '@whatwg-node/fetch': 0.10.13 async-retry: 1.3.3 - graphql: 16.9.0 + graphql: 16.12.0 js-md5: 0.8.3 lodash.sortby: 4.7.0 tiny-lru: 8.0.2 - '@graphql-hive/core@0.14.0(graphql@16.9.0)': + '@graphql-hive/core@0.14.0(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.9.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) '@whatwg-node/fetch': 0.10.13 async-retry: 1.3.3 - graphql: 16.9.0 + graphql: 16.12.0 js-md5: 0.8.3 lodash.sortby: 4.7.0 tiny-lru: 8.0.2 + '@graphql-hive/core@0.18.0(graphql@16.12.0)(pino@10.3.0)': + dependencies: + '@graphql-hive/logger': 1.0.9(pino@10.3.0) + '@graphql-hive/signal': 2.0.0 + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@whatwg-node/fetch': 0.10.13 + async-retry: 1.3.3 + events: 3.3.0 + graphql: 16.12.0 + js-md5: 0.8.3 + lodash.sortby: 4.7.0 + tiny-lru: 8.0.2 + transitivePeerDependencies: + - '@logtape/logtape' + - pino + - winston + '@graphql-hive/core@0.18.0(graphql@16.9.0)(pino@10.3.0)': dependencies: '@graphql-hive/logger': 1.0.9(pino@10.3.0) @@ -22520,44 +22626,94 @@ snapshots: - pino - winston - '@graphql-hive/gateway-runtime@2.3.5(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0)': + '@graphql-hive/gateway-runtime@2.3.5(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0)': dependencies: '@envelop/core': 5.5.1 - '@envelop/disable-introspection': 9.0.0(@envelop/core@5.5.1)(graphql@16.9.0) - '@envelop/generic-auth': 11.0.0(@envelop/core@5.5.1)(graphql@16.9.0) + '@envelop/disable-introspection': 9.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + '@envelop/generic-auth': 11.0.0(@envelop/core@5.5.1)(graphql@16.12.0) '@envelop/instrumentation': 1.0.0 - '@graphql-hive/core': 0.13.2(graphql@16.9.0) + '@graphql-hive/core': 0.13.2(graphql@16.12.0) '@graphql-hive/logger': 1.0.9(pino@10.3.0) '@graphql-hive/pubsub': 2.1.1(ioredis@5.8.2) '@graphql-hive/signal': 2.0.0 - '@graphql-hive/yoga': 0.42.5(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0) - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/fusion-runtime': 1.5.1(@types/node@24.10.1)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/hmac-upstream-signature': 2.0.8(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/plugin-response-cache': 0.104.18(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/transport-common': 1.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/batch-delegate': 10.0.5(graphql@16.9.0) - '@graphql-tools/delegate': 11.1.3(graphql@16.9.0) - '@graphql-tools/executor-common': 1.0.5(graphql@16.9.0) - '@graphql-tools/executor-http': 3.0.7(@types/node@24.10.1)(graphql@16.9.0) - '@graphql-tools/federation': 4.2.3(@types/node@24.10.1)(graphql@16.9.0) - '@graphql-tools/stitch': 10.1.3(graphql@16.9.0) - '@graphql-tools/utils': 10.10.3(graphql@16.9.0) - '@graphql-tools/wrap': 11.0.5(graphql@16.9.0) - '@graphql-yoga/plugin-apollo-usage-report': 0.11.2(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0) - '@graphql-yoga/plugin-csrf-prevention': 3.16.2(graphql-yoga@5.16.2(graphql@16.9.0)) - '@graphql-yoga/plugin-defer-stream': 3.16.2(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0) - '@graphql-yoga/plugin-persisted-operations': 3.16.2(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-hive/yoga': 0.42.5(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/fusion-runtime': 1.5.1(@types/node@24.10.1)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/hmac-upstream-signature': 2.0.8(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/plugin-response-cache': 0.104.18(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/transport-common': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/batch-delegate': 10.0.5(graphql@16.12.0) + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/executor-http': 3.0.7(@types/node@24.10.1)(graphql@16.12.0) + '@graphql-tools/federation': 4.2.3(@types/node@24.10.1)(graphql@16.12.0) + '@graphql-tools/stitch': 10.1.3(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/wrap': 11.0.5(graphql@16.12.0) + '@graphql-yoga/plugin-apollo-usage-report': 0.11.2(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0) + '@graphql-yoga/plugin-csrf-prevention': 3.16.2(graphql-yoga@5.16.2(graphql@16.12.0)) + '@graphql-yoga/plugin-defer-stream': 3.16.2(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0) + '@graphql-yoga/plugin-persisted-operations': 3.16.2(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0) '@types/node': 24.10.1 '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/promise-helpers': 1.3.2 '@whatwg-node/server': 0.10.17 '@whatwg-node/server-plugin-cookies': 1.0.5 - graphql: 16.9.0 - graphql-ws: 6.0.6(graphql@16.9.0)(ws@8.18.0) - graphql-yoga: 5.16.2(graphql@16.9.0) + graphql: 16.12.0 + graphql-ws: 6.0.6(graphql@16.12.0)(ws@8.18.0) + graphql-yoga: 5.16.2(graphql@16.12.0) + tslib: 2.8.1 + transitivePeerDependencies: + - '@fastify/websocket' + - '@logtape/logtape' + - '@nats-io/nats-core' + - crossws + - ioredis + - pino + - uWebSockets.js + - winston + - ws + + '@graphql-hive/gateway-runtime@2.5.0(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0)': + dependencies: + '@envelop/core': 5.5.1 + '@envelop/disable-introspection': 9.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + '@envelop/generic-auth': 11.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + '@envelop/instrumentation': 1.0.0 + '@graphql-hive/core': 0.18.0(graphql@16.12.0)(pino@10.3.0) + '@graphql-hive/logger': 1.0.9(pino@10.3.0) + '@graphql-hive/pubsub': 2.1.1(ioredis@5.8.2) + '@graphql-hive/signal': 2.0.0 + '@graphql-hive/yoga': 0.46.0(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0)(pino@10.3.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/fusion-runtime': 1.6.2(@types/node@25.0.2)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/hmac-upstream-signature': 2.0.8(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/plugin-response-cache': 0.104.18(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/transport-common': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/batch-delegate': 10.0.8(graphql@16.12.0) + '@graphql-tools/delegate': 12.0.2(graphql@16.12.0) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/executor-http': 3.0.7(@types/node@25.0.2)(graphql@16.12.0) + '@graphql-tools/federation': 4.2.6(@types/node@25.0.2)(graphql@16.12.0) + '@graphql-tools/stitch': 10.1.6(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.1.2(graphql@16.12.0) + '@graphql-yoga/plugin-apollo-usage-report': 0.12.1(@envelop/core@5.5.1)(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0) + '@graphql-yoga/plugin-csrf-prevention': 3.16.2(graphql-yoga@5.17.1(graphql@16.12.0)) + '@graphql-yoga/plugin-defer-stream': 3.16.2(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0) + '@graphql-yoga/plugin-persisted-operations': 3.16.2(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0) + '@types/node': 25.0.2 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/promise-helpers': 1.3.2 + '@whatwg-node/server': 0.10.17 + '@whatwg-node/server-plugin-cookies': 1.0.5 + graphql: 16.12.0 + graphql-ws: 6.0.6(graphql@16.12.0)(ws@8.18.0) + graphql-yoga: 5.17.1(graphql@16.12.0) tslib: 2.8.1 transitivePeerDependencies: - '@fastify/websocket' @@ -22620,41 +22776,41 @@ snapshots: - winston - ws - '@graphql-hive/gateway@2.1.19(@types/ioredis-mock@8.2.5)(@types/node@22.10.5)(encoding@0.1.13)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(prom-client@15.1.3)': + '@graphql-hive/gateway@2.1.19(@types/ioredis-mock@8.2.5)(@types/node@22.10.5)(encoding@0.1.13)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(prom-client@15.1.3)': dependencies: '@commander-js/extra-typings': 14.0.0(commander@14.0.2) '@envelop/core': 5.5.1 '@escape.tech/graphql-armor-block-field-suggestions': 3.0.1 '@escape.tech/graphql-armor-max-depth': 2.4.2 '@escape.tech/graphql-armor-max-tokens': 2.5.1 - '@graphql-hive/gateway-runtime': 2.3.5(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0) + '@graphql-hive/gateway-runtime': 2.3.5(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0) '@graphql-hive/importer': 2.0.0 '@graphql-hive/logger': 1.0.9(pino@10.3.0) - '@graphql-hive/plugin-aws-sigv4': 2.0.17(@types/node@22.10.5)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-hive/plugin-opentelemetry': 1.3.0(encoding@0.1.13)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0) + '@graphql-hive/plugin-aws-sigv4': 2.0.17(@types/node@22.10.5)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-hive/plugin-opentelemetry': 1.3.0(encoding@0.1.13)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0) '@graphql-hive/pubsub': 2.1.1(ioredis@5.8.2) - '@graphql-mesh/cache-cfw-kv': 0.105.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/cache-localforage': 0.105.17(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/cache-redis': 0.105.2(@types/ioredis-mock@8.2.5)(graphql@16.9.0) - '@graphql-mesh/cache-upstash-redis': 0.1.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/hmac-upstream-signature': 2.0.8(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/plugin-http-cache': 0.105.17(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/plugin-jit': 0.2.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/plugin-jwt-auth': 2.0.9(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/plugin-prometheus': 2.1.5(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(prom-client@15.1.3)(ws@8.18.0) - '@graphql-mesh/plugin-rate-limit': 0.105.5(@envelop/core@5.5.1)(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/plugin-snapshot': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/transport-http': 1.0.12(@types/node@22.10.5)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/transport-http-callback': 1.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/transport-ws': 2.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/code-file-loader': 8.1.26(graphql@16.9.0) - '@graphql-tools/graphql-file-loader': 8.1.7(graphql@16.9.0) - '@graphql-tools/load': 8.1.6(graphql@16.9.0) - '@graphql-tools/utils': 10.10.3(graphql@16.9.0) - '@graphql-yoga/render-graphiql': 5.16.2(graphql-yoga@5.16.2(graphql@16.9.0)) + '@graphql-mesh/cache-cfw-kv': 0.105.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/cache-localforage': 0.105.17(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/cache-redis': 0.105.2(@types/ioredis-mock@8.2.5)(graphql@16.12.0) + '@graphql-mesh/cache-upstash-redis': 0.1.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/hmac-upstream-signature': 2.0.8(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/plugin-http-cache': 0.105.17(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/plugin-jit': 0.2.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/plugin-jwt-auth': 2.0.9(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/plugin-prometheus': 2.1.5(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(prom-client@15.1.3)(ws@8.18.0) + '@graphql-mesh/plugin-rate-limit': 0.105.5(@envelop/core@5.5.1)(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/plugin-snapshot': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/transport-http': 1.0.12(@types/node@22.10.5)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/transport-http-callback': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/transport-ws': 2.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/code-file-loader': 8.1.26(graphql@16.12.0) + '@graphql-tools/graphql-file-loader': 8.1.7(graphql@16.12.0) + '@graphql-tools/load': 8.1.6(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-yoga/render-graphiql': 5.16.2(graphql-yoga@5.16.2(graphql@16.12.0)) '@opentelemetry/api': 1.9.0 '@opentelemetry/api-logs': 0.208.0 '@opentelemetry/context-async-hooks': 2.2.0(@opentelemetry/api@1.9.0) @@ -22670,9 +22826,9 @@ snapshots: '@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0) commander: 14.0.2 dotenv: 17.2.3 - graphql: 16.9.0 - graphql-ws: 6.0.6(graphql@16.9.0)(ws@8.18.0) - graphql-yoga: 5.16.2(graphql@16.9.0) + graphql: 16.12.0 + graphql-ws: 6.0.6(graphql@16.12.0)(ws@8.18.0) + graphql-yoga: 5.16.2(graphql@16.12.0) tslib: 2.8.1 ws: 8.18.0 transitivePeerDependencies: @@ -22699,13 +22855,13 @@ snapshots: optionalDependencies: pino: 10.3.0 - '@graphql-hive/plugin-aws-sigv4@2.0.17(@types/node@22.10.5)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)': + '@graphql-hive/plugin-aws-sigv4@2.0.17(@types/node@22.10.5)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)': dependencies: '@aws-sdk/client-sts': 3.939.0 - '@graphql-mesh/fusion-runtime': 1.5.1(@types/node@22.10.5)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/fusion-runtime': 1.5.1(@types/node@22.10.5)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) '@whatwg-node/promise-helpers': 1.3.2 aws4: 1.13.2 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@logtape/logtape' @@ -22716,6 +22872,45 @@ snapshots: - pino - winston + '@graphql-hive/plugin-opentelemetry@1.3.0(encoding@0.1.13)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0)': + dependencies: + '@graphql-hive/core': 0.18.0(graphql@16.12.0)(pino@10.3.0) + '@graphql-hive/gateway-runtime': 2.5.0(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0) + '@graphql-hive/logger': 1.0.9(pino@10.3.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/transport-common': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@opentelemetry/api': 1.9.0 + '@opentelemetry/api-logs': 0.208.0 + '@opentelemetry/auto-instrumentations-node': 0.67.2(@opentelemetry/api@1.9.0)(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(encoding@0.1.13) + '@opentelemetry/context-async-hooks': 2.2.0(@opentelemetry/api@1.9.0) + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) + '@opentelemetry/exporter-trace-otlp-grpc': 0.208.0(@opentelemetry/api@1.9.0) + '@opentelemetry/exporter-trace-otlp-http': 0.208.0(@opentelemetry/api@1.9.0) + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) + '@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0) + '@opentelemetry/sdk-logs': 0.208.0(@opentelemetry/api@1.9.0) + '@opentelemetry/sdk-node': 0.208.0(@opentelemetry/api@1.9.0) + '@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0) + '@opentelemetry/semantic-conventions': 1.38.0 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + tslib: 2.8.1 + transitivePeerDependencies: + - '@fastify/websocket' + - '@logtape/logtape' + - '@nats-io/nats-core' + - crossws + - encoding + - ioredis + - pino + - supports-color + - uWebSockets.js + - winston + - ws + '@graphql-hive/plugin-opentelemetry@1.3.0(encoding@0.1.13)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0)': dependencies: '@graphql-hive/core': 0.18.0(graphql@16.9.0)(pino@10.3.0) @@ -22767,12 +22962,24 @@ snapshots: '@graphql-hive/signal@2.0.0': {} - '@graphql-hive/yoga@0.42.5(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)': + '@graphql-hive/yoga@0.42.5(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)': dependencies: - '@graphql-hive/core': 0.14.0(graphql@16.9.0) - '@graphql-yoga/plugin-persisted-operations': 3.16.2(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0) - graphql: 16.9.0 - graphql-yoga: 5.16.2(graphql@16.9.0) + '@graphql-hive/core': 0.14.0(graphql@16.12.0) + '@graphql-yoga/plugin-persisted-operations': 3.16.2(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0) + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) + + '@graphql-hive/yoga@0.46.0(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0)(pino@10.3.0)': + dependencies: + '@graphql-hive/core': 0.18.0(graphql@16.12.0)(pino@10.3.0) + '@graphql-hive/logger': 1.0.9(pino@10.3.0) + '@graphql-yoga/plugin-persisted-operations': 3.16.2(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0) + graphql: 16.12.0 + graphql-yoga: 5.17.1(graphql@16.12.0) + transitivePeerDependencies: + - '@logtape/logtape' + - pino + - winston '@graphql-hive/yoga@0.46.0(graphql-yoga@5.17.1(graphql@16.9.0))(graphql@16.9.0)(pino@10.3.0)': dependencies: @@ -23017,48 +23224,48 @@ snapshots: - '@graphql-inspector/loaders' - yargs - '@graphql-mesh/cache-cfw-kv@0.105.16(graphql@16.9.0)(ioredis@5.8.2)': + '@graphql-mesh/cache-cfw-kv@0.105.16(graphql@16.12.0)(ioredis@5.8.2)': dependencies: - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) '@whatwg-node/promise-helpers': 1.3.1 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@nats-io/nats-core' - ioredis - '@graphql-mesh/cache-inmemory-lru@0.8.17(graphql@16.9.0)(ioredis@5.8.2)': + '@graphql-mesh/cache-inmemory-lru@0.8.17(graphql@16.12.0)(ioredis@5.8.2)': dependencies: - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) '@whatwg-node/disposablestack': 0.0.6 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@nats-io/nats-core' - ioredis - '@graphql-mesh/cache-localforage@0.105.17(graphql@16.9.0)(ioredis@5.8.2)': + '@graphql-mesh/cache-localforage@0.105.17(graphql@16.12.0)(ioredis@5.8.2)': dependencies: - '@graphql-mesh/cache-inmemory-lru': 0.8.17(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - graphql: 16.9.0 + '@graphql-mesh/cache-inmemory-lru': 0.8.17(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + graphql: 16.12.0 localforage: 1.10.0 tslib: 2.8.1 transitivePeerDependencies: - '@nats-io/nats-core' - ioredis - '@graphql-mesh/cache-redis@0.105.2(@types/ioredis-mock@8.2.5)(graphql@16.9.0)': + '@graphql-mesh/cache-redis@0.105.2(@types/ioredis-mock@8.2.5)(graphql@16.12.0)': dependencies: - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.9.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.12.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) '@opentelemetry/api': 1.9.0 '@whatwg-node/disposablestack': 0.0.6 - graphql: 16.9.0 + graphql: 16.12.0 ioredis: 5.8.2 ioredis-mock: 8.13.1(@types/ioredis-mock@8.2.5)(ioredis@5.8.2) tslib: 2.8.1 @@ -23067,46 +23274,52 @@ snapshots: - '@types/ioredis-mock' - supports-color - '@graphql-mesh/cache-upstash-redis@0.1.16(graphql@16.9.0)(ioredis@5.8.2)': + '@graphql-mesh/cache-upstash-redis@0.1.16(graphql@16.12.0)(ioredis@5.8.2)': dependencies: - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) '@upstash/redis': 1.35.6 '@whatwg-node/disposablestack': 0.0.6 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@nats-io/nats-core' - ioredis + '@graphql-mesh/cross-helpers@0.4.10(graphql@16.12.0)': + dependencies: + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + graphql: 16.12.0 + path-browserify: 1.0.1 + '@graphql-mesh/cross-helpers@0.4.10(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.9.1(graphql@16.9.0) graphql: 16.9.0 path-browserify: 1.0.1 - '@graphql-mesh/fusion-runtime@1.5.1(@types/node@22.10.5)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)': + '@graphql-mesh/fusion-runtime@1.5.1(@types/node@22.10.5)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)': dependencies: '@envelop/core': 5.5.1 '@envelop/instrumentation': 1.0.0 '@graphql-hive/logger': 1.0.9(pino@10.3.0) - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/transport-common': 1.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/batch-execute': 10.0.4(graphql@16.9.0) - '@graphql-tools/delegate': 11.1.3(graphql@16.9.0) - '@graphql-tools/executor': 1.4.13(graphql@16.9.0) - '@graphql-tools/federation': 4.2.3(@types/node@22.10.5)(graphql@16.9.0) - '@graphql-tools/merge': 9.1.5(graphql@16.9.0) - '@graphql-tools/stitch': 10.1.3(graphql@16.9.0) - '@graphql-tools/stitching-directives': 4.0.5(graphql@16.9.0) - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) - '@graphql-tools/wrap': 11.0.5(graphql@16.9.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/transport-common': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/batch-execute': 10.0.4(graphql@16.12.0) + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/federation': 4.2.3(@types/node@22.10.5)(graphql@16.12.0) + '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/stitch': 10.1.3(graphql@16.12.0) + '@graphql-tools/stitching-directives': 4.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.0.5(graphql@16.12.0) '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 - graphql-yoga: 5.16.2(graphql@16.9.0) + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) tslib: 2.8.1 transitivePeerDependencies: - '@logtape/logtape' @@ -23116,28 +23329,59 @@ snapshots: - pino - winston - '@graphql-mesh/fusion-runtime@1.5.1(@types/node@24.10.1)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)': + '@graphql-mesh/fusion-runtime@1.5.1(@types/node@24.10.1)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)': dependencies: '@envelop/core': 5.5.1 '@envelop/instrumentation': 1.0.0 '@graphql-hive/logger': 1.0.9(pino@10.3.0) - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/transport-common': 1.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/batch-execute': 10.0.4(graphql@16.9.0) - '@graphql-tools/delegate': 11.1.3(graphql@16.9.0) - '@graphql-tools/executor': 1.4.13(graphql@16.9.0) - '@graphql-tools/federation': 4.2.3(@types/node@24.10.1)(graphql@16.9.0) - '@graphql-tools/merge': 9.1.5(graphql@16.9.0) - '@graphql-tools/stitch': 10.1.3(graphql@16.9.0) - '@graphql-tools/stitching-directives': 4.0.5(graphql@16.9.0) - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) - '@graphql-tools/wrap': 11.0.5(graphql@16.9.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/transport-common': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/batch-execute': 10.0.4(graphql@16.12.0) + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/federation': 4.2.3(@types/node@24.10.1)(graphql@16.12.0) + '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/stitch': 10.1.3(graphql@16.12.0) + '@graphql-tools/stitching-directives': 4.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.0.5(graphql@16.12.0) '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 - graphql-yoga: 5.16.2(graphql@16.9.0) + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) + tslib: 2.8.1 + transitivePeerDependencies: + - '@logtape/logtape' + - '@nats-io/nats-core' + - '@types/node' + - ioredis + - pino + - winston + + '@graphql-mesh/fusion-runtime@1.6.2(@types/node@25.0.2)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)': + dependencies: + '@envelop/core': 5.5.1 + '@envelop/instrumentation': 1.0.0 + '@graphql-hive/logger': 1.0.9(pino@10.3.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/transport-common': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/batch-execute': 10.0.4(graphql@16.12.0) + '@graphql-tools/delegate': 12.0.2(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/federation': 4.2.6(@types/node@25.0.2)(graphql@16.12.0) + '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/stitch': 10.1.6(graphql@16.12.0) + '@graphql-tools/stitching-directives': 4.0.8(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.1.2(graphql@16.12.0) + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + graphql-yoga: 5.17.1(graphql@16.12.0) tslib: 2.8.1 transitivePeerDependencies: - '@logtape/logtape' @@ -23178,6 +23422,21 @@ snapshots: - pino - winston + '@graphql-mesh/hmac-upstream-signature@2.0.8(graphql@16.12.0)(ioredis@5.8.2)': + dependencies: + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + json-stable-stringify: 1.3.0 + tslib: 2.8.1 + transitivePeerDependencies: + - '@nats-io/nats-core' + - ioredis + '@graphql-mesh/hmac-upstream-signature@2.0.8(graphql@16.9.0)(ioredis@5.8.2)': dependencies: '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) @@ -23193,37 +23452,37 @@ snapshots: - '@nats-io/nats-core' - ioredis - '@graphql-mesh/plugin-http-cache@0.105.17(graphql@16.9.0)(ioredis@5.8.2)': + '@graphql-mesh/plugin-http-cache@0.105.17(graphql@16.12.0)(ioredis@5.8.2)': dependencies: - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) '@whatwg-node/fetch': 0.10.13 '@whatwg-node/promise-helpers': 1.3.1 - graphql: 16.9.0 + graphql: 16.12.0 http-cache-semantics: 4.1.1 tslib: 2.8.1 transitivePeerDependencies: - '@nats-io/nats-core' - ioredis - '@graphql-mesh/plugin-jit@0.2.16(graphql@16.9.0)(ioredis@5.8.2)': + '@graphql-mesh/plugin-jit@0.2.16(graphql@16.12.0)(ioredis@5.8.2)': dependencies: '@envelop/core': 5.5.1 - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/utils': 10.9.1(graphql@16.9.0) - graphql: 16.9.0 - graphql-jit: 0.8.7(graphql@16.9.0) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + graphql: 16.12.0 + graphql-jit: 0.8.7(graphql@16.12.0) tslib: 2.8.1 transitivePeerDependencies: - '@nats-io/nats-core' - ioredis - '@graphql-mesh/plugin-jwt-auth@2.0.9(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)(ioredis@5.8.2)': + '@graphql-mesh/plugin-jwt-auth@2.0.9(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)(ioredis@5.8.2)': dependencies: - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-yoga/plugin-jwt': 3.10.2(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0) - graphql: 16.9.0 + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-yoga/plugin-jwt': 3.10.2(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0) + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@nats-io/nats-core' @@ -23231,16 +23490,16 @@ snapshots: - ioredis - supports-color - '@graphql-mesh/plugin-prometheus@2.1.5(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(prom-client@15.1.3)(ws@8.18.0)': + '@graphql-mesh/plugin-prometheus@2.1.5(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(prom-client@15.1.3)(ws@8.18.0)': dependencies: - '@graphql-hive/gateway-runtime': 2.3.5(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0) + '@graphql-hive/gateway-runtime': 2.3.5(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)(ws@8.18.0) '@graphql-hive/logger': 1.0.9(pino@10.3.0) - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/utils': 10.10.3(graphql@16.9.0) - '@graphql-yoga/plugin-prometheus': 6.11.3(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)(prom-client@15.1.3) - graphql: 16.9.0 + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-yoga/plugin-prometheus': 6.11.3(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)(prom-client@15.1.3) + graphql: 16.12.0 prom-client: 15.1.3 tslib: 2.8.1 transitivePeerDependencies: @@ -23256,22 +23515,41 @@ snapshots: - winston - ws - '@graphql-mesh/plugin-rate-limit@0.105.5(@envelop/core@5.5.1)(graphql@16.9.0)(ioredis@5.8.2)': + '@graphql-mesh/plugin-rate-limit@0.105.5(@envelop/core@5.5.1)(graphql@16.12.0)(ioredis@5.8.2)': dependencies: - '@envelop/rate-limiter': 9.0.0(@envelop/core@5.5.1)(graphql@16.9.0) - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.9.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/utils': 10.9.1(graphql@16.9.0) + '@envelop/rate-limiter': 9.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.12.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) '@whatwg-node/promise-helpers': 1.3.1 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@envelop/core' - '@nats-io/nats-core' - ioredis + '@graphql-mesh/plugin-response-cache@0.104.18(graphql@16.12.0)(ioredis@5.8.2)': + dependencies: + '@envelop/core': 5.5.1 + '@envelop/response-cache': 9.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.12.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@graphql-yoga/plugin-response-cache': 3.15.4(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + cache-control-parser: 2.0.6 + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) + tslib: 2.8.1 + transitivePeerDependencies: + - '@nats-io/nats-core' + - ioredis + '@graphql-mesh/plugin-response-cache@0.104.18(graphql@16.9.0)(ioredis@5.8.2)': dependencies: '@envelop/core': 5.5.1 @@ -23291,20 +23569,28 @@ snapshots: - '@nats-io/nats-core' - ioredis - '@graphql-mesh/plugin-snapshot@0.104.16(graphql@16.9.0)(ioredis@5.8.2)': + '@graphql-mesh/plugin-snapshot@0.104.16(graphql@16.12.0)(ioredis@5.8.2)': dependencies: - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.9.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.12.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) '@whatwg-node/fetch': 0.10.13 - graphql: 16.9.0 - minimatch: 10.2.1 + graphql: 16.12.0 + minimatch: 10.2.2 tslib: 2.8.1 transitivePeerDependencies: - '@nats-io/nats-core' - ioredis + '@graphql-mesh/string-interpolation@0.5.9(graphql@16.12.0)': + dependencies: + dayjs: 1.11.18 + graphql: 16.12.0 + json-pointer: 0.6.2 + lodash.get: 4.4.2 + tslib: 2.8.1 + '@graphql-mesh/string-interpolation@0.5.9(graphql@16.9.0)': dependencies: dayjs: 1.11.18 @@ -23313,6 +23599,25 @@ snapshots: lodash.get: 4.4.2 tslib: 2.8.1 + '@graphql-mesh/transport-common@1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)': + dependencies: + '@envelop/core': 5.5.1 + '@graphql-hive/logger': 1.0.9(pino@10.3.0) + '@graphql-hive/pubsub': 2.1.1(ioredis@5.8.2) + '@graphql-hive/signal': 2.0.0 + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + graphql: 16.12.0 + tslib: 2.8.1 + transitivePeerDependencies: + - '@logtape/logtape' + - '@nats-io/nats-core' + - ioredis + - pino + - winston + '@graphql-mesh/transport-common@1.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)': dependencies: '@envelop/core': 5.5.1 @@ -23332,20 +23637,20 @@ snapshots: - pino - winston - '@graphql-mesh/transport-http-callback@1.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)': + '@graphql-mesh/transport-http-callback@1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)': dependencies: '@graphql-hive/signal': 2.0.0 - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.9.0) - '@graphql-mesh/transport-common': 1.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/executor-common': 1.0.5(graphql@16.9.0) - '@graphql-tools/utils': 10.10.3(graphql@16.9.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.12.0) + '@graphql-mesh/transport-common': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/fetch': 0.10.13 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@logtape/logtape' @@ -23354,17 +23659,17 @@ snapshots: - pino - winston - '@graphql-mesh/transport-http@1.0.12(@types/node@22.10.5)(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)': + '@graphql-mesh/transport-http@1.0.12(@types/node@22.10.5)(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)': dependencies: - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.9.0) - '@graphql-mesh/transport-common': 1.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/executor-http': 3.0.7(@types/node@22.10.5)(graphql@16.9.0) - '@graphql-tools/utils': 10.10.3(graphql@16.9.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.12.0) + '@graphql-mesh/transport-common': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/executor-http': 3.0.7(@types/node@22.10.5)(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@logtape/logtape' @@ -23374,17 +23679,17 @@ snapshots: - pino - winston - '@graphql-mesh/transport-ws@2.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0)': + '@graphql-mesh/transport-ws@2.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0)': dependencies: - '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.9.0) - '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.9.0) - '@graphql-mesh/transport-common': 1.0.12(graphql@16.9.0)(ioredis@5.8.2)(pino@10.3.0) - '@graphql-mesh/types': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-mesh/utils': 0.104.16(graphql@16.9.0)(ioredis@5.8.2) - '@graphql-tools/executor-graphql-ws': 3.1.3(graphql@16.9.0) - '@graphql-tools/utils': 10.10.3(graphql@16.9.0) - graphql: 16.9.0 - graphql-ws: 6.0.6(graphql@16.9.0)(ws@8.18.0) + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.12.0) + '@graphql-mesh/transport-common': 1.0.12(graphql@16.12.0)(ioredis@5.8.2)(pino@10.3.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-mesh/utils': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/executor-graphql-ws': 3.1.3(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + graphql: 16.12.0 + graphql-ws: 6.0.6(graphql@16.12.0)(ws@8.18.0) tslib: 2.8.1 ws: 8.18.0 transitivePeerDependencies: @@ -23399,6 +23704,21 @@ snapshots: - utf-8-validate - winston + '@graphql-mesh/types@0.104.16(graphql@16.12.0)(ioredis@5.8.2)': + dependencies: + '@graphql-hive/pubsub': 2.1.1(ioredis@5.8.2) + '@graphql-tools/batch-delegate': 10.0.5(graphql@16.12.0) + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/disposablestack': 0.0.6 + graphql: 16.12.0 + tslib: 2.8.1 + transitivePeerDependencies: + - '@nats-io/nats-core' + - ioredis + '@graphql-mesh/types@0.104.16(graphql@16.9.0)(ioredis@5.8.2)': dependencies: '@graphql-hive/pubsub': 2.1.1(ioredis@5.8.2) @@ -23414,6 +23734,30 @@ snapshots: - '@nats-io/nats-core' - ioredis + '@graphql-mesh/utils@0.104.16(graphql@16.12.0)(ioredis@5.8.2)': + dependencies: + '@envelop/instrumentation': 1.0.0 + '@graphql-mesh/cross-helpers': 0.4.10(graphql@16.12.0) + '@graphql-mesh/string-interpolation': 0.5.9(graphql@16.12.0) + '@graphql-mesh/types': 0.104.16(graphql@16.12.0)(ioredis@5.8.2) + '@graphql-tools/batch-delegate': 10.0.5(graphql@16.12.0) + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@graphql-tools/wrap': 11.0.5(graphql@16.12.0) + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/fetch': 0.10.13 + '@whatwg-node/promise-helpers': 1.3.1 + dset: 3.1.4 + graphql: 16.12.0 + js-yaml: 4.1.1 + lodash.get: 4.4.2 + lodash.topath: 4.5.2 + tiny-lru: 11.4.7 + tslib: 2.8.1 + transitivePeerDependencies: + - '@nats-io/nats-core' + - ioredis + '@graphql-mesh/utils@0.104.16(graphql@16.9.0)(ioredis@5.8.2)': dependencies: '@envelop/instrumentation': 1.0.0 @@ -23446,6 +23790,15 @@ snapshots: sync-fetch: 0.6.0-2 tslib: 2.8.1 + '@graphql-tools/batch-delegate@10.0.5(graphql@16.12.0)': + dependencies: + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + dataloader: 2.2.3 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/batch-delegate@10.0.5(graphql@16.9.0)': dependencies: '@graphql-tools/delegate': 11.1.3(graphql@16.9.0) @@ -23455,6 +23808,15 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/batch-delegate@10.0.8(graphql@16.12.0)': + dependencies: + '@graphql-tools/delegate': 12.0.2(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + dataloader: 2.2.3 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/batch-delegate@10.0.8(graphql@16.9.0)': dependencies: '@graphql-tools/delegate': 12.0.2(graphql@16.9.0) @@ -23473,6 +23835,14 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/batch-execute@10.0.4(graphql@16.12.0)': + dependencies: + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + dataloader: 2.2.3 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/batch-execute@10.0.4(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.11.0(graphql@16.9.0) @@ -23550,12 +23920,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/code-file-loader@8.1.26(graphql@16.9.0)': + '@graphql-tools/code-file-loader@8.1.26(graphql@16.12.0)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.3.25(graphql@16.9.0) - '@graphql-tools/utils': 10.10.3(graphql@16.9.0) + '@graphql-tools/graphql-tag-pluck': 8.3.25(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) globby: 11.1.0 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 unixify: 1.0.0 transitivePeerDependencies: @@ -23586,6 +23956,18 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/delegate@11.1.3(graphql@16.12.0)': + dependencies: + '@graphql-tools/batch-execute': 10.0.4(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/promise-helpers': 1.3.2 + dataloader: 2.2.3 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/delegate@11.1.3(graphql@16.9.0)': dependencies: '@graphql-tools/batch-execute': 10.0.4(graphql@16.9.0) @@ -23598,6 +23980,18 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/delegate@12.0.2(graphql@16.12.0)': + dependencies: + '@graphql-tools/batch-execute': 10.0.4(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/promise-helpers': 1.3.2 + dataloader: 2.2.3 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/delegate@12.0.2(graphql@16.9.0)': dependencies: '@graphql-tools/batch-execute': 10.0.4(graphql@16.9.0) @@ -23645,6 +24039,12 @@ snapshots: '@graphql-tools/utils': 10.9.1(graphql@16.9.0) graphql: 16.9.0 + '@graphql-tools/executor-common@1.0.5(graphql@16.12.0)': + dependencies: + '@envelop/core': 5.5.1 + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + graphql: 16.12.0 + '@graphql-tools/executor-common@1.0.5(graphql@16.9.0)': dependencies: '@envelop/core': 5.5.1 @@ -23710,13 +24110,13 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-tools/executor-graphql-ws@3.1.3(graphql@16.9.0)': + '@graphql-tools/executor-graphql-ws@3.1.3(graphql@16.12.0)': dependencies: - '@graphql-tools/executor-common': 1.0.5(graphql@16.9.0) - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@whatwg-node/disposablestack': 0.0.6 - graphql: 16.9.0 - graphql-ws: 6.0.6(graphql@16.9.0)(ws@8.18.0) + graphql: 16.12.0 + graphql-ws: 6.0.6(graphql@16.12.0)(ws@8.18.0) isows: 1.0.7(ws@8.18.0) tslib: 2.8.1 ws: 8.18.0 @@ -23784,36 +24184,51 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@graphql-tools/executor-http@3.0.7(@types/node@22.10.5)(graphql@16.9.0)': + '@graphql-tools/executor-http@3.0.7(@types/node@22.10.5)(graphql@16.12.0)': dependencies: '@graphql-hive/signal': 2.0.0 - '@graphql-tools/executor-common': 1.0.5(graphql@16.9.0) - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/fetch': 0.10.13 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 + graphql: 16.12.0 meros: 1.3.2(@types/node@22.10.5) tslib: 2.8.1 transitivePeerDependencies: - '@types/node' - '@graphql-tools/executor-http@3.0.7(@types/node@24.10.1)(graphql@16.9.0)': + '@graphql-tools/executor-http@3.0.7(@types/node@24.10.1)(graphql@16.12.0)': dependencies: '@graphql-hive/signal': 2.0.0 - '@graphql-tools/executor-common': 1.0.5(graphql@16.9.0) - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/fetch': 0.10.13 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 + graphql: 16.12.0 meros: 1.3.2(@types/node@24.10.1) tslib: 2.8.1 transitivePeerDependencies: - '@types/node' + '@graphql-tools/executor-http@3.0.7(@types/node@25.0.2)(graphql@16.12.0)': + dependencies: + '@graphql-hive/signal': 2.0.0 + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/fetch': 0.10.13 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + meros: 1.3.2(@types/node@25.0.2) + tslib: 2.8.1 + transitivePeerDependencies: + - '@types/node' + '@graphql-tools/executor-http@3.0.7(@types/node@25.0.2)(graphql@16.9.0)': dependencies: '@graphql-hive/signal': 2.0.0 @@ -23884,6 +24299,16 @@ snapshots: tslib: 2.8.1 value-or-promise: 1.0.12 + '@graphql-tools/executor@1.4.13(graphql@16.12.0)': + dependencies: + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/executor@1.4.13(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.11.0(graphql@16.9.0) @@ -23904,6 +24329,16 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/executor@1.4.9(graphql@16.12.0)': + dependencies: + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/executor@1.4.9(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.9.1(graphql@16.9.0) @@ -23914,6 +24349,16 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/executor@1.5.0(graphql@16.12.0)': + dependencies: + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/executor@1.5.0(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.11.0(graphql@16.9.0) @@ -23924,42 +24369,62 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 - '@graphql-tools/federation@4.2.3(@types/node@22.10.5)(graphql@16.9.0)': + '@graphql-tools/federation@4.2.3(@types/node@22.10.5)(graphql@16.12.0)': dependencies: - '@graphql-tools/delegate': 11.1.3(graphql@16.9.0) - '@graphql-tools/executor': 1.4.13(graphql@16.9.0) - '@graphql-tools/executor-http': 3.0.7(@types/node@22.10.5)(graphql@16.9.0) - '@graphql-tools/merge': 9.1.5(graphql@16.9.0) - '@graphql-tools/schema': 10.0.29(graphql@16.9.0) - '@graphql-tools/stitch': 10.1.3(graphql@16.9.0) - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) - '@graphql-tools/wrap': 11.0.5(graphql@16.9.0) + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/executor-http': 3.0.7(@types/node@22.10.5)(graphql@16.12.0) + '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/stitch': 10.1.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.0.5(graphql@16.12.0) '@graphql-yoga/typed-event-target': 3.0.2 '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/events': 0.1.2 '@whatwg-node/fetch': 0.10.13 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@types/node' - '@graphql-tools/federation@4.2.3(@types/node@24.10.1)(graphql@16.9.0)': + '@graphql-tools/federation@4.2.3(@types/node@24.10.1)(graphql@16.12.0)': dependencies: - '@graphql-tools/delegate': 11.1.3(graphql@16.9.0) - '@graphql-tools/executor': 1.4.13(graphql@16.9.0) - '@graphql-tools/executor-http': 3.0.7(@types/node@24.10.1)(graphql@16.9.0) - '@graphql-tools/merge': 9.1.5(graphql@16.9.0) - '@graphql-tools/schema': 10.0.29(graphql@16.9.0) - '@graphql-tools/stitch': 10.1.3(graphql@16.9.0) - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) - '@graphql-tools/wrap': 11.0.5(graphql@16.9.0) + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/executor-http': 3.0.7(@types/node@24.10.1)(graphql@16.12.0) + '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/stitch': 10.1.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.0.5(graphql@16.12.0) '@graphql-yoga/typed-event-target': 3.0.2 '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/events': 0.1.2 '@whatwg-node/fetch': 0.10.13 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 + graphql: 16.12.0 + tslib: 2.8.1 + transitivePeerDependencies: + - '@types/node' + + '@graphql-tools/federation@4.2.6(@types/node@25.0.2)(graphql@16.12.0)': + dependencies: + '@graphql-tools/delegate': 12.0.2(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/executor-http': 3.0.7(@types/node@25.0.2)(graphql@16.12.0) + '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/stitch': 10.1.6(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.1.2(graphql@16.12.0) + '@graphql-yoga/typed-event-target': 3.0.2 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/events': 0.1.2 + '@whatwg-node/fetch': 0.10.13 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - '@types/node' @@ -24068,12 +24533,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/graphql-file-loader@8.1.7(graphql@16.9.0)': + '@graphql-tools/graphql-file-loader@8.1.7(graphql@16.12.0)': dependencies: - '@graphql-tools/import': 7.1.7(graphql@16.9.0) - '@graphql-tools/utils': 10.10.3(graphql@16.9.0) + '@graphql-tools/import': 7.1.7(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) globby: 11.1.0 - graphql: 16.9.0 + graphql: 16.12.0 tslib: 2.8.1 unixify: 1.0.0 transitivePeerDependencies: @@ -24144,6 +24609,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@graphql-tools/graphql-tag-pluck@8.3.25(graphql@16.12.0)': + dependencies: + '@babel/core': 7.28.5 + '@babel/parser': 7.28.5 + '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.5) + '@babel/traverse': 7.28.5 + '@babel/types': 7.28.5 + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + graphql: 16.12.0 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + '@graphql-tools/graphql-tag-pluck@8.3.25(graphql@16.9.0)': dependencies: '@babel/core': 7.28.5 @@ -24181,11 +24659,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/import@7.1.7(graphql@16.9.0)': + '@graphql-tools/import@7.1.7(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) - '@theguild/federation-composition': 0.20.2(graphql@16.9.0) - graphql: 16.9.0 + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@theguild/federation-composition': 0.20.2(graphql@16.12.0) + graphql: 16.12.0 resolve-from: 5.0.0 tslib: 2.8.1 transitivePeerDependencies: @@ -24239,11 +24717,11 @@ snapshots: p-limit: 3.1.0 tslib: 2.8.1 - '@graphql-tools/load@8.1.6(graphql@16.9.0)': + '@graphql-tools/load@8.1.6(graphql@16.12.0)': dependencies: - '@graphql-tools/schema': 10.0.29(graphql@16.9.0) - '@graphql-tools/utils': 10.10.3(graphql@16.9.0) - graphql: 16.9.0 + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + graphql: 16.12.0 p-limit: 3.1.0 tslib: 2.8.1 @@ -24253,12 +24731,24 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/merge@9.1.1(graphql@16.12.0)': + dependencies: + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/merge@9.1.1(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.9.1(graphql@16.9.0) graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/merge@9.1.5(graphql@16.12.0)': + dependencies: + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/merge@9.1.5(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.11.0(graphql@16.9.0) @@ -24295,6 +24785,13 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/schema@10.0.25(graphql@16.12.0)': + dependencies: + '@graphql-tools/merge': 9.1.1(graphql@16.12.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/schema@10.0.25(graphql@16.9.0)': dependencies: '@graphql-tools/merge': 9.1.1(graphql@16.9.0) @@ -24302,6 +24799,13 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/schema@10.0.29(graphql@16.12.0)': + dependencies: + '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/schema@10.0.29(graphql@16.9.0)': dependencies: '@graphql-tools/merge': 9.1.5(graphql@16.9.0) @@ -24317,17 +24821,30 @@ snapshots: tslib: 2.8.1 value-or-promise: 1.0.12 - '@graphql-tools/stitch@10.1.3(graphql@16.9.0)': + '@graphql-tools/stitch@10.1.3(graphql@16.12.0)': dependencies: - '@graphql-tools/batch-delegate': 10.0.5(graphql@16.9.0) - '@graphql-tools/delegate': 11.1.3(graphql@16.9.0) - '@graphql-tools/executor': 1.4.13(graphql@16.9.0) - '@graphql-tools/merge': 9.1.5(graphql@16.9.0) - '@graphql-tools/schema': 10.0.29(graphql@16.9.0) - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) - '@graphql-tools/wrap': 11.0.5(graphql@16.9.0) + '@graphql-tools/batch-delegate': 10.0.5(graphql@16.12.0) + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.0.5(graphql@16.12.0) '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 + graphql: 16.12.0 + tslib: 2.8.1 + + '@graphql-tools/stitch@10.1.6(graphql@16.12.0)': + dependencies: + '@graphql-tools/batch-delegate': 10.0.8(graphql@16.12.0) + '@graphql-tools/delegate': 12.0.2(graphql@16.12.0) + '@graphql-tools/executor': 1.4.13(graphql@16.12.0) + '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.1.2(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 tslib: 2.8.1 '@graphql-tools/stitch@10.1.6(graphql@16.9.0)': @@ -24363,11 +24880,18 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 - '@graphql-tools/stitching-directives@4.0.5(graphql@16.9.0)': + '@graphql-tools/stitching-directives@4.0.5(graphql@16.12.0)': dependencies: - '@graphql-tools/delegate': 11.1.3(graphql@16.9.0) - '@graphql-tools/utils': 10.11.0(graphql@16.9.0) - graphql: 16.9.0 + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + graphql: 16.12.0 + tslib: 2.8.1 + + '@graphql-tools/stitching-directives@4.0.8(graphql@16.12.0)': + dependencies: + '@graphql-tools/delegate': 12.0.2(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + graphql: 16.12.0 tslib: 2.8.1 '@graphql-tools/stitching-directives@4.0.8(graphql@16.9.0)': @@ -24488,6 +25012,14 @@ snapshots: - uWebSockets.js - utf-8-validate + '@graphql-tools/utils@10.10.3(graphql@16.12.0)': + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.1 + cross-inspect: 1.0.1 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/utils@10.10.3(graphql@16.9.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) @@ -24496,6 +25028,14 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/utils@10.11.0(graphql@16.12.0)': + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + cross-inspect: 1.0.1 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/utils@10.11.0(graphql@16.9.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) @@ -24521,6 +25061,15 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/utils@10.9.1(graphql@16.12.0)': + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.1 + cross-inspect: 1.0.1 + dset: 3.1.4 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/utils@10.9.1(graphql@16.9.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) @@ -24554,6 +25103,15 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/wrap@11.0.5(graphql@16.12.0)': + dependencies: + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/wrap@11.0.5(graphql@16.9.0)': dependencies: '@graphql-tools/delegate': 11.1.3(graphql@16.9.0) @@ -24563,6 +25121,15 @@ snapshots: graphql: 16.9.0 tslib: 2.8.1 + '@graphql-tools/wrap@11.1.2(graphql@16.12.0)': + dependencies: + '@graphql-tools/delegate': 12.0.2(graphql@16.12.0) + '@graphql-tools/schema': 10.0.29(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + tslib: 2.8.1 + '@graphql-tools/wrap@11.1.2(graphql@16.9.0)': dependencies: '@graphql-tools/delegate': 12.0.2(graphql@16.9.0) @@ -24581,6 +25148,10 @@ snapshots: tslib: 2.8.1 value-or-promise: 1.0.12 + '@graphql-typed-document-node/core@3.2.0(graphql@16.12.0)': + dependencies: + graphql: 16.12.0 + '@graphql-typed-document-node/core@3.2.0(graphql@16.9.0)': dependencies: graphql: 16.9.0 @@ -24589,12 +25160,22 @@ snapshots: dependencies: tslib: 2.8.1 - '@graphql-yoga/plugin-apollo-inline-trace@3.16.2(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)': + '@graphql-yoga/plugin-apollo-inline-trace@3.16.2(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)': dependencies: '@apollo/usage-reporting-protobuf': 4.1.1 - '@envelop/on-resolve': 7.0.0(@envelop/core@5.5.1)(graphql@16.9.0) - graphql: 16.9.0 - graphql-yoga: 5.16.2(graphql@16.9.0) + '@envelop/on-resolve': 7.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) + tslib: 2.8.1 + transitivePeerDependencies: + - '@envelop/core' + + '@graphql-yoga/plugin-apollo-inline-trace@3.17.1(@envelop/core@5.5.1)(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0)': + dependencies: + '@apollo/usage-reporting-protobuf': 4.1.1 + '@envelop/on-resolve': 7.0.0(@envelop/core@5.5.1)(graphql@16.12.0) + graphql: 16.12.0 + graphql-yoga: 5.17.1(graphql@16.12.0) tslib: 2.8.1 transitivePeerDependencies: - '@envelop/core' @@ -24609,16 +25190,30 @@ snapshots: transitivePeerDependencies: - '@envelop/core' - '@graphql-yoga/plugin-apollo-usage-report@0.11.2(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)': + '@graphql-yoga/plugin-apollo-usage-report@0.11.2(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)': dependencies: - '@apollo/server-gateway-interface': 2.0.0(graphql@16.9.0) + '@apollo/server-gateway-interface': 2.0.0(graphql@16.12.0) '@apollo/usage-reporting-protobuf': 4.1.1 - '@apollo/utils.usagereporting': 2.1.0(graphql@16.9.0) - '@graphql-tools/utils': 10.9.1(graphql@16.9.0) - '@graphql-yoga/plugin-apollo-inline-trace': 3.16.2(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0) + '@apollo/utils.usagereporting': 2.1.0(graphql@16.12.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@graphql-yoga/plugin-apollo-inline-trace': 3.16.2(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0) '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 - graphql-yoga: 5.16.2(graphql@16.9.0) + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) + tslib: 2.8.1 + transitivePeerDependencies: + - '@envelop/core' + + '@graphql-yoga/plugin-apollo-usage-report@0.12.1(@envelop/core@5.5.1)(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0)': + dependencies: + '@apollo/server-gateway-interface': 2.0.0(graphql@16.12.0) + '@apollo/usage-reporting-protobuf': 4.1.1 + '@apollo/utils.usagereporting': 2.1.0(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-yoga/plugin-apollo-inline-trace': 3.17.1(@envelop/core@5.5.1)(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + graphql-yoga: 5.17.1(graphql@16.12.0) tslib: 2.8.1 transitivePeerDependencies: - '@envelop/core' @@ -24637,19 +25232,29 @@ snapshots: transitivePeerDependencies: - '@envelop/core' - '@graphql-yoga/plugin-csrf-prevention@3.16.2(graphql-yoga@5.16.2(graphql@16.9.0))': + '@graphql-yoga/plugin-csrf-prevention@3.16.2(graphql-yoga@5.16.2(graphql@16.12.0))': dependencies: - graphql-yoga: 5.16.2(graphql@16.9.0) + graphql-yoga: 5.16.2(graphql@16.12.0) + + '@graphql-yoga/plugin-csrf-prevention@3.16.2(graphql-yoga@5.17.1(graphql@16.12.0))': + dependencies: + graphql-yoga: 5.17.1(graphql@16.12.0) '@graphql-yoga/plugin-csrf-prevention@3.16.2(graphql-yoga@5.17.1(graphql@16.9.0))': dependencies: graphql-yoga: 5.17.1(graphql@16.9.0) - '@graphql-yoga/plugin-defer-stream@3.16.2(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)': + '@graphql-yoga/plugin-defer-stream@3.16.2(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.9.0) - graphql: 16.9.0 - graphql-yoga: 5.16.2(graphql@16.9.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) + + '@graphql-yoga/plugin-defer-stream@3.16.2(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0)': + dependencies: + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + graphql: 16.12.0 + graphql-yoga: 5.17.1(graphql@16.12.0) '@graphql-yoga/plugin-defer-stream@3.16.2(graphql-yoga@5.17.1(graphql@16.9.0))(graphql@16.9.0)': dependencies: @@ -24674,23 +25279,29 @@ snapshots: graphql-sse: 2.5.3(graphql@16.9.0) graphql-yoga: 5.13.3(graphql@16.9.0) - '@graphql-yoga/plugin-jwt@3.10.2(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)': + '@graphql-yoga/plugin-jwt@3.10.2(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)': dependencies: '@whatwg-node/promise-helpers': 1.3.2 '@whatwg-node/server-plugin-cookies': 1.0.5 - graphql: 16.9.0 - graphql-yoga: 5.16.2(graphql@16.9.0) + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) jsonwebtoken: 9.0.2 jwks-rsa: 3.2.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@graphql-yoga/plugin-persisted-operations@3.16.2(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)': + '@graphql-yoga/plugin-persisted-operations@3.16.2(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)': dependencies: '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.9.0 - graphql-yoga: 5.16.2(graphql@16.9.0) + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) + + '@graphql-yoga/plugin-persisted-operations@3.16.2(graphql-yoga@5.17.1(graphql@16.12.0))(graphql@16.12.0)': + dependencies: + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.12.0 + graphql-yoga: 5.17.1(graphql@16.12.0) '@graphql-yoga/plugin-persisted-operations@3.16.2(graphql-yoga@5.17.1(graphql@16.9.0))(graphql@16.9.0)': dependencies: @@ -24704,11 +25315,11 @@ snapshots: graphql: 16.9.0 graphql-yoga: 5.13.3(graphql@16.9.0) - '@graphql-yoga/plugin-prometheus@6.11.3(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)(prom-client@15.1.3)': + '@graphql-yoga/plugin-prometheus@6.11.3(@envelop/core@5.5.1)(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)(prom-client@15.1.3)': dependencies: - '@envelop/prometheus': 14.0.0(@envelop/core@5.5.1)(graphql@16.9.0)(prom-client@15.1.3) - graphql: 16.9.0 - graphql-yoga: 5.16.2(graphql@16.9.0) + '@envelop/prometheus': 14.0.0(@envelop/core@5.5.1)(graphql@16.12.0)(prom-client@15.1.3) + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) prom-client: 15.1.3 transitivePeerDependencies: - '@envelop/core' @@ -24721,6 +25332,14 @@ snapshots: graphql: 16.9.0 graphql-yoga: 5.13.3(graphql@16.9.0) + '@graphql-yoga/plugin-response-cache@3.15.4(graphql-yoga@5.16.2(graphql@16.12.0))(graphql@16.12.0)': + dependencies: + '@envelop/core': 5.5.1 + '@envelop/response-cache': 7.1.3(@envelop/core@5.5.1)(graphql@16.12.0) + '@whatwg-node/promise-helpers': 1.3.0 + graphql: 16.12.0 + graphql-yoga: 5.16.2(graphql@16.12.0) + '@graphql-yoga/plugin-response-cache@3.15.4(graphql-yoga@5.16.2(graphql@16.9.0))(graphql@16.9.0)': dependencies: '@envelop/core': 5.5.1 @@ -24743,9 +25362,9 @@ snapshots: '@whatwg-node/events': 0.1.1 ioredis: 5.8.2 - '@graphql-yoga/render-graphiql@5.16.2(graphql-yoga@5.16.2(graphql@16.9.0))': + '@graphql-yoga/render-graphiql@5.16.2(graphql-yoga@5.16.2(graphql@16.12.0))': dependencies: - graphql-yoga: 5.16.2(graphql@16.9.0) + graphql-yoga: 5.16.2(graphql@16.12.0) '@graphql-yoga/subscription@5.0.4': dependencies: @@ -25343,7 +25962,7 @@ snapshots: '@isaacs/fs-minipass@4.0.1': dependencies: - minipass: 7.1.2 + minipass: 7.1.3 '@isaacs/string-locale-compare@1.1.0': {} @@ -29991,9 +30610,9 @@ snapshots: dependencies: defer-to-connect: 2.0.1 - '@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)))': + '@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)))': dependencies: - tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)) '@tailwindcss/node@4.1.18': dependencies: @@ -30056,13 +30675,13 @@ snapshots: '@tailwindcss/oxide-win32-arm64-msvc': 4.1.18 '@tailwindcss/oxide-win32-x64-msvc': 4.1.18 - '@tailwindcss/typography@0.5.16(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)))': + '@tailwindcss/typography@0.5.16(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)))': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)) '@tailwindcss/vite@4.1.18(vite@7.3.1(@types/node@25.0.2)(jiti@2.6.1)(less@4.2.0)(lightningcss@1.31.1)(terser@5.37.0)(tsx@4.19.2)(yaml@2.5.0))': dependencies: @@ -30238,14 +30857,14 @@ snapshots: typescript: 4.9.5 yargs: 16.2.0 - '@theguild/components@9.11.3(@theguild/tailwind-config@0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))))(@types/react-dom@18.3.5(@types/react@18.3.18))(@types/react@18.3.18)(immer@10.1.3)(next@15.5.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(@playwright/test@1.58.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.7.3)(use-sync-external-store@1.6.0(react@19.2.4))': + '@theguild/components@9.11.3(@theguild/tailwind-config@0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))))(@types/react-dom@18.3.5(@types/react@18.3.18))(@types/react@18.3.18)(immer@10.1.3)(next@15.5.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(@playwright/test@1.58.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.7.3)(use-sync-external-store@1.6.0(react@19.2.4))': dependencies: '@giscus/react': 3.1.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@next/bundle-analyzer': 15.1.5 '@radix-ui/react-accordion': 1.2.2(@types/react-dom@18.3.5(@types/react@18.3.18))(@types/react@18.3.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@radix-ui/react-icons': 1.3.2(react@19.2.4) '@radix-ui/react-navigation-menu': 1.2.14(@types/react-dom@18.3.5(@types/react@18.3.18))(@types/react@18.3.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@theguild/tailwind-config': 0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))) + '@theguild/tailwind-config': 0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))) clsx: 2.1.1 fuzzy: 0.1.3 next: 15.5.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(@playwright/test@1.58.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) @@ -30318,11 +30937,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@theguild/federation-composition@0.20.2(graphql@16.9.0)': + '@theguild/federation-composition@0.20.2(graphql@16.12.0)': dependencies: constant-case: 3.0.4 debug: 4.4.3(supports-color@8.1.1) - graphql: 16.9.0 + graphql: 16.12.0 json5: 2.2.3 lodash.sortby: 4.7.0 transitivePeerDependencies: @@ -30361,12 +30980,12 @@ snapshots: npm-to-yarn: 3.0.1 unist-util-visit: 5.0.0 - '@theguild/tailwind-config@0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)))': + '@theguild/tailwind-config@0.6.3(postcss-import@16.1.0(postcss@8.4.49))(postcss-lightningcss@1.0.1(postcss@8.4.49))(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)))': dependencies: - '@tailwindcss/container-queries': 0.1.1(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))) + '@tailwindcss/container-queries': 0.1.1(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))) postcss-import: 16.1.0(postcss@8.4.49) postcss-lightningcss: 1.0.1(postcss@8.4.49) - tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)) '@tootallnate/once@2.0.0': {} @@ -31353,9 +31972,9 @@ snapshots: clean-stack: 2.2.0 indent-string: 4.0.0 - ajv-formats@3.0.1(ajv@8.17.1): + ajv-formats@3.0.1(ajv@8.18.0): optionalDependencies: - ajv: 8.17.1 + ajv: 8.18.0 ajv@6.12.6: dependencies: @@ -31371,7 +31990,7 @@ snapshots: require-from-string: 2.0.2 uri-js: 4.4.1 - ajv@8.17.1: + ajv@8.18.0: dependencies: fast-deep-equal: 3.1.3 fast-uri: 3.0.1 @@ -31751,7 +32370,7 @@ snapshots: http-errors: 2.0.0 iconv-lite: 0.4.24 on-finished: 2.4.1 - qs: 6.13.0 + qs: 6.14.2 raw-body: 2.5.2 type-is: 1.6.18 unpipe: 1.0.0 @@ -31766,7 +32385,7 @@ snapshots: http-errors: 2.0.0 iconv-lite: 0.6.3 on-finished: 2.4.1 - qs: 6.14.0 + qs: 6.14.2 raw-body: 3.0.0 type-is: 2.0.1 transitivePeerDependencies: @@ -31780,7 +32399,7 @@ snapshots: http-errors: 2.0.0 iconv-lite: 0.7.0 on-finished: 2.4.1 - qs: 6.14.0 + qs: 6.14.2 raw-body: 3.0.2 type-is: 2.0.1 transitivePeerDependencies: @@ -31940,7 +32559,7 @@ snapshots: p-map: 4.0.0 promise-inflight: 1.0.1 ssri: 10.0.5 - tar: 7.5.4 + tar: 7.5.9 unique-filename: 3.0.0 transitivePeerDependencies: - bluebird @@ -31951,13 +32570,13 @@ snapshots: fs-minipass: 3.0.0 glob: 10.3.12 lru-cache: 10.2.0 - minipass: 7.0.4 + minipass: 7.1.2 minipass-collect: 2.0.1 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 p-map: 4.0.0 ssri: 10.0.5 - tar: 7.5.4 + tar: 7.5.9 unique-filename: 3.0.0 cache-content-type@1.0.1: @@ -32941,7 +33560,7 @@ snapshots: object-keys: 1.1.1 object.assign: 4.1.5 regexp.prototype.flags: 1.5.1 - side-channel: 1.0.6 + side-channel: 1.1.0 which-boxed-primitive: 1.0.2 which-collection: 1.0.1 which-typed-array: 1.1.13 @@ -33881,7 +34500,7 @@ snapshots: parseurl: 1.3.3 path-to-regexp: 0.1.12 proxy-addr: 2.0.7 - qs: 6.13.0 + qs: 6.14.2 range-parser: 1.2.1 safe-buffer: 5.2.1 send: 0.19.0 @@ -33956,8 +34575,8 @@ snapshots: fast-json-stringify@5.16.1: dependencies: '@fastify/merge-json-schemas': 0.1.1 - ajv: 8.17.1 - ajv-formats: 3.0.1(ajv@8.17.1) + ajv: 8.18.0 + ajv-formats: 3.0.1(ajv@8.18.0) fast-deep-equal: 3.1.3 fast-uri: 2.3.0 json-schema-ref-resolver: 1.0.1 @@ -33966,8 +34585,8 @@ snapshots: fast-json-stringify@6.2.0: dependencies: '@fastify/merge-json-schemas': 0.2.1 - ajv: 8.17.1 - ajv-formats: 3.0.1(ajv@8.17.1) + ajv: 8.18.0 + ajv-formats: 3.0.1(ajv@8.18.0) fast-uri: 3.0.1 json-schema-ref-resolver: 3.0.0 rfdc: 1.4.1 @@ -33998,9 +34617,9 @@ snapshots: dependencies: punycode: 1.4.1 - fast-xml-parser@5.3.4: + fast-xml-parser@5.3.7: dependencies: - strnum: 2.1.1 + strnum: 2.1.2 fastest-levenshtein@1.0.16: {} @@ -34451,7 +35070,7 @@ snapshots: foreground-child: 3.1.1 jackspeak: 2.3.6 minimatch: 9.0.5 - minipass: 7.0.4 + minipass: 7.1.2 path-scurry: 1.10.2 glob@10.3.12: @@ -34464,10 +35083,16 @@ snapshots: glob@13.0.0: dependencies: - minimatch: 10.2.1 + minimatch: 10.2.2 minipass: 7.1.2 path-scurry: 2.0.1 + glob@13.0.6: + dependencies: + minimatch: 10.2.2 + minipass: 7.1.3 + path-scurry: 2.0.2 + glob@7.2.3: dependencies: fs.realpath: 1.0.0 @@ -34485,13 +35110,6 @@ snapshots: minimatch: 5.1.6 once: 1.4.0 - glob@9.3.2: - dependencies: - fs.realpath: 1.0.0 - minimatch: 7.4.6 - minipass: 4.2.4 - path-scurry: 1.10.2 - global-dirs@3.0.1: dependencies: ini: 2.0.0 @@ -34724,12 +35342,12 @@ snapshots: lodash.merge: 4.6.2 lodash.mergewith: 4.6.2 - graphql-jit@0.8.7(graphql@16.9.0): + graphql-jit@0.8.7(graphql@16.12.0): dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) fast-json-stringify: 5.16.1 generate-function: 2.3.1 - graphql: 16.9.0 + graphql: 16.12.0 lodash.memoize: 4.1.2 lodash.merge: 4.6.2 lodash.mergewith: 4.6.2 @@ -34855,6 +35473,12 @@ snapshots: dependencies: graphql: 16.9.0 + graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.0): + dependencies: + graphql: 16.12.0 + optionalDependencies: + ws: 8.18.0 + graphql-ws@6.0.6(graphql@16.9.0)(ws@8.18.0): dependencies: graphql: 16.9.0 @@ -34878,6 +35502,22 @@ snapshots: lru-cache: 10.2.0 tslib: 2.8.1 + graphql-yoga@5.16.2(graphql@16.12.0): + dependencies: + '@envelop/core': 5.5.1 + '@envelop/instrumentation': 1.0.0 + '@graphql-tools/executor': 1.4.9(graphql@16.12.0) + '@graphql-tools/schema': 10.0.25(graphql@16.12.0) + '@graphql-tools/utils': 10.9.1(graphql@16.12.0) + '@graphql-yoga/logger': 2.0.1 + '@graphql-yoga/subscription': 5.0.5 + '@whatwg-node/fetch': 0.10.13 + '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/server': 0.10.17 + graphql: 16.12.0 + lru-cache: 10.2.0 + tslib: 2.8.1 + graphql-yoga@5.16.2(graphql@16.9.0): dependencies: '@envelop/core': 5.5.1 @@ -34894,6 +35534,22 @@ snapshots: lru-cache: 10.2.0 tslib: 2.8.1 + graphql-yoga@5.17.1(graphql@16.12.0): + dependencies: + '@envelop/core': 5.5.1 + '@envelop/instrumentation': 1.0.0 + '@graphql-tools/executor': 1.5.0(graphql@16.12.0) + '@graphql-tools/schema': 10.0.25(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-yoga/logger': 2.0.1 + '@graphql-yoga/subscription': 5.0.5 + '@whatwg-node/fetch': 0.10.13 + '@whatwg-node/promise-helpers': 1.3.2 + '@whatwg-node/server': 0.10.17 + graphql: 16.12.0 + lru-cache: 10.2.0 + tslib: 2.8.1 + graphql-yoga@5.17.1(graphql@16.9.0): dependencies: '@envelop/core': 5.5.1 @@ -36527,7 +37183,7 @@ snapshots: cacache: 18.0.2 http-cache-semantics: 4.1.1 is-lambda: 1.0.1 - minipass: 7.0.4 + minipass: 7.1.2 minipass-fetch: 3.0.1 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -36541,7 +37197,7 @@ snapshots: markdown-extensions@2.0.0: {} - markdown-it@14.1.0: + markdown-it@14.1.1: dependencies: argparse: 2.0.1 entities: 4.5.0 @@ -37194,7 +37850,7 @@ snapshots: - bufferutil - utf-8-validate - minimatch@10.2.1: + minimatch@10.2.2: dependencies: brace-expansion: 5.0.2 @@ -37210,10 +37866,6 @@ snapshots: dependencies: brace-expansion: 2.0.2 - minimatch@7.4.6: - dependencies: - brace-expansion: 2.0.2 - minimatch@9.0.5: dependencies: brace-expansion: 2.0.2 @@ -37265,6 +37917,8 @@ snapshots: minipass@7.1.2: {} + minipass@7.1.3: {} + minizlib@2.1.2: dependencies: minipass: 3.3.4 @@ -37272,7 +37926,7 @@ snapshots: minizlib@3.1.0: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 mj-context-menu@0.6.1: {} @@ -37864,7 +38518,7 @@ snapshots: nopt: 7.2.0 proc-log: 3.0.0 semver: 7.7.3 - tar: 7.5.4 + tar: 7.5.9 which: 4.0.0 transitivePeerDependencies: - supports-color @@ -37955,7 +38609,7 @@ snapshots: npm-registry-fetch@16.1.0: dependencies: make-fetch-happen: 13.0.0 - minipass: 7.0.4 + minipass: 7.1.2 minipass-fetch: 3.0.1 minipass-json-stream: 1.0.1 minizlib: 2.1.2 @@ -38254,6 +38908,8 @@ snapshots: dependencies: find-up-simple: 1.0.1 + package-json-from-dist@1.0.1: {} + package-manager-detector@0.2.2: {} package-manager-detector@1.3.0: {} @@ -38266,7 +38922,7 @@ snapshots: '@npmcli/run-script': 7.0.4 cacache: 18.0.2 fs-minipass: 3.0.0 - minipass: 7.0.4 + minipass: 7.1.2 npm-package-arg: 11.0.1 npm-packlist: 8.0.2 npm-pick-manifest: 9.0.0 @@ -38277,7 +38933,7 @@ snapshots: read-package-json-fast: 3.0.2 sigstore: 2.2.2 ssri: 10.0.5 - tar: 7.5.4 + tar: 7.5.9 transitivePeerDependencies: - bluebird - supports-color @@ -38426,13 +39082,18 @@ snapshots: path-scurry@1.10.2: dependencies: lru-cache: 10.2.0 - minipass: 7.0.4 + minipass: 7.1.2 path-scurry@2.0.1: dependencies: lru-cache: 11.0.2 minipass: 7.1.2 + path-scurry@2.0.2: + dependencies: + lru-cache: 11.0.2 + minipass: 7.1.3 + path-to-regexp@0.1.12: {} path-to-regexp@3.3.0: {} @@ -38663,6 +39324,14 @@ snapshots: postcss: 8.4.49 ts-node: 10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3) + postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)): + dependencies: + lilconfig: 3.1.3 + yaml: 2.5.0 + optionalDependencies: + postcss: 8.4.49 + ts-node: 10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3) + postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.19.2)(yaml@2.5.0): dependencies: lilconfig: 3.1.3 @@ -38917,11 +39586,7 @@ snapshots: pvutils@1.1.3: {} - qs@6.13.0: - dependencies: - side-channel: 1.0.6 - - qs@6.14.0: + qs@6.14.2: dependencies: side-channel: 1.1.0 @@ -39659,9 +40324,10 @@ snapshots: dependencies: glob: 7.2.3 - rimraf@4.4.1: + rimraf@6.1.3: dependencies: - glob: 9.3.2 + glob: 13.0.6 + package-json-from-dist: 1.0.1 roarr@7.14.3: dependencies: @@ -40056,13 +40722,6 @@ snapshots: object-inspect: 1.13.4 side-channel-map: 1.0.1 - side-channel@1.0.6: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - get-intrinsic: 1.3.0 - object-inspect: 1.13.4 - side-channel@1.1.0: dependencies: es-errors: 1.3.0 @@ -40339,7 +40998,7 @@ snapshots: ssri@10.0.5: dependencies: - minipass: 7.0.4 + minipass: 7.1.2 stack-utils@2.0.6: dependencies: @@ -40484,9 +41143,9 @@ snapshots: stripe@17.5.0: dependencies: '@types/node': 22.10.5 - qs: 6.13.0 + qs: 6.14.2 - strnum@2.1.1: {} + strnum@2.1.2: {} style-mod@4.1.3: {} @@ -40606,13 +41265,13 @@ snapshots: tailwind-merge@2.6.0: {} - tailwindcss-animate@1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))): + tailwindcss-animate@1.0.7(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))): dependencies: - tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)) - tailwindcss-radix@3.0.5(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3))): + tailwindcss-radix@3.0.5(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3))): dependencies: - tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)) + tailwindcss: 3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)) tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@22.10.5)(typescript@5.7.3)): dependencies: @@ -40641,6 +41300,33 @@ snapshots: transitivePeerDependencies: - ts-node + tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)): + dependencies: + '@alloc/quick-lru': 5.2.0 + arg: 5.0.2 + chokidar: 3.6.0 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.2 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.21.6 + lilconfig: 3.1.3 + micromatch: 4.0.8 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.1.1 + postcss: 8.4.49 + postcss-import: 15.1.0(postcss@8.4.49) + postcss-js: 4.0.1(postcss@8.4.49) + postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3)) + postcss-nested: 6.2.0(postcss@8.4.49) + postcss-selector-parser: 6.1.2 + resolve: 1.22.11 + sucrase: 3.35.0 + transitivePeerDependencies: + - ts-node + tailwindcss@4.1.18: {} tapable@2.2.1: {} @@ -40660,11 +41346,11 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.0 - tar@7.5.4: + tar@7.5.9: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0 - minipass: 7.1.2 + minipass: 7.1.3 minizlib: 3.1.0 yallist: 5.0.0 @@ -40869,6 +41555,27 @@ snapshots: '@swc/core': 1.13.5 optional: true + ts-node@10.9.2(@swc/core@1.13.5)(@types/node@25.0.2)(typescript@5.7.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.12 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 25.0.2 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 8.0.3 + make-error: 1.3.6 + typescript: 5.7.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.13.5 + optional: true + tsconfck@3.0.3(typescript@5.7.3): optionalDependencies: typescript: 5.7.3 @@ -40989,7 +41696,7 @@ snapshots: dayjs: 1.11.13 https-proxy-agent: 5.0.1 jsonwebtoken: 9.0.2 - qs: 6.14.0 + qs: 6.14.2 scmp: 2.1.0 url-parse: 1.5.10 xmlbuilder: 13.0.2 diff --git a/rules/package.json b/rules/package.json index 3c0170ead..c2795f345 100644 --- a/rules/package.json +++ b/rules/package.json @@ -5,6 +5,6 @@ "main": "index.cjs", "devDependencies": { "@types/minimatch": "5.1.2", - "minimatch": "10.2.1" + "minimatch": "10.2.2" } } diff --git a/scripts/turborepo-cleanup.js b/scripts/turborepo-cleanup.js index e4cd051b9..651b4d308 100644 --- a/scripts/turborepo-cleanup.js +++ b/scripts/turborepo-cleanup.js @@ -8,7 +8,7 @@ import fs from 'fs'; import path from 'path'; import { fileURLToPath } from 'url'; -import rimraf from 'rimraf'; +import { rimraf } from 'rimraf'; const cwd = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..');