From 034f3139019334957454256bb787cab0db731b6c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 29 Jul 2026 10:58:50 +0000 Subject: [PATCH] fix: remove stale release dependencies Drop unused Apollo 3 and GraphQL server packages from the stable package. Update Apollo Server, GraphQL, and lodash-es to supported releases, and keep test-only picomatch out of the published runtime set.\n\nTest plan: pnpm verify; clean tarball install; npm audit and CLI smoke checks. Change-Id: Ib49018eafae4ef88cbbd3975f8149b2102ac1f3f --- CHANGELOG.md | 6 + packages/codegen/package.json | 2 +- packages/core/package.json | 4 +- packages/flatbread/package.json | 14 +- packages/transformer-markdown/package.json | 2 +- pnpm-lock.yaml | 1275 ++++++-------------- 6 files changed, 401 insertions(+), 902 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d39faa..cb84c261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,12 @@ Three reach npm for the first time in this release: - `@flatbread/codegen` widens its peer range on `@flatbread/config` and `@flatbread/core` from `workspace:*` to `workspace:^`, so it publishes a caret range instead of an exact pin. +- `flatbread` drops five runtime dependencies that no code imported: + `apollo-server-core`, `apollo-server-express`, `express-graphql`, + `remark-github`, and `serialize-javascript`. `picomatch` moves to + devDependencies; only a test uses it. Versions move too: `@apollo/server` to + 5.5.1, the pinned `graphql` to 16.14.2, and `@flatbread/core`'s `lodash-es` + to 4.18.1. - `@flatbread/resolver-svimg` points its `repository`, `homepage`, and `bugs` links at `FlatbreadLabs/flatbread`. They still named the old `tonyketcham/flatbread` fork. diff --git a/packages/codegen/package.json b/packages/codegen/package.json index a69d035e..ce8da147 100644 --- a/packages/codegen/package.json +++ b/packages/codegen/package.json @@ -41,7 +41,7 @@ "@graphql-typed-document-node/core": "^3.2.0", "chokidar": "^3.6.0", "fs-extra": "^11.3.1", - "graphql": "16.5.0", + "graphql": "16.14.2", "kleur": "^4.1.5" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 21b8e48e..d8333ff3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -32,9 +32,9 @@ "node": ">=20.19" }, "dependencies": { - "graphql": "16.5.0", + "graphql": "16.14.2", "graphql-compose": "9.0.8", - "lodash-es": "4.17.21", + "lodash-es": "4.18.1", "matcher": "5.0.0", "plur": "5.1.0" }, diff --git a/packages/flatbread/package.json b/packages/flatbread/package.json index 4a04668a..c519714c 100644 --- a/packages/flatbread/package.json +++ b/packages/flatbread/package.json @@ -34,7 +34,7 @@ "node": ">=20.19" }, "dependencies": { - "@apollo/server": "5.0.0", + "@apollo/server": "5.5.1", "@apollo/utils.keyvaluecache": "^4.0.0", "@as-integrations/express5": "1.1.2", "@flatbread/codegen": "workspace:*", @@ -47,18 +47,12 @@ "@flatbread/transformer-yaml": "workspace:*", "@flatbread/utils": "workspace:*", "@parcel/watcher": "^2.5.1", - "apollo-server-core": "^3.13.0", - "apollo-server-express": "^3.13.0", "cors": "^2.8.5", "express": "^5.1.0", - "express-graphql": "^0.12.0", "gradient-string": "^2.0.2", - "graphql": "16.5.0", + "graphql": "16.14.2", "kleur": "^4.1.5", - "picomatch": "4.0.5", - "remark-github": "^11.2.4", - "sade": "^1.8.1", - "serialize-javascript": "^6.0.2" + "sade": "^1.8.1" }, "devDependencies": { "@types/cors": "2.8.12", @@ -67,7 +61,7 @@ "@types/node": "16.11.47", "@types/picomatch": "4.0.3", "@types/sade": "1.7.4", - "@types/serialize-javascript": "5.0.2", + "picomatch": "4.0.5", "tsup": "6.2.1", "typescript": "4.7.4", "vfile": "5.3.4" diff --git a/packages/transformer-markdown/package.json b/packages/transformer-markdown/package.json index 6a2ddaf6..da9180e2 100644 --- a/packages/transformer-markdown/package.json +++ b/packages/transformer-markdown/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@sindresorhus/slugify": "^2.2.1", - "graphql": "16.5.0", + "graphql": "16.14.2", "gray-matter": "^4.0.3", "lodash-es": "^4.17.21", "rehype-raw": "^6.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb0df56b..5b66df6a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,7 +101,7 @@ importers: dependencies: '@graphql-typed-document-node/core': specifier: ^3.2.0 - version: 3.2.0(graphql@16.14.0) + version: 3.2.0(graphql@16.14.2) next: specifier: 15.4.4 version: 15.4.4(@babel/core@7.28.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.89.2) @@ -226,19 +226,19 @@ importers: version: link:../utils '@graphql-codegen/cli': specifier: ^5.0.7 - version: 5.0.7(@parcel/watcher@2.5.1)(@types/node@25.6.2)(encoding@0.1.13)(enquirer@2.4.1)(graphql@16.5.0)(typescript@6.0.3) + version: 5.0.7(@parcel/watcher@2.5.1)(@types/node@25.6.2)(encoding@0.1.13)(enquirer@2.4.1)(graphql@16.14.2)(typescript@6.0.3) '@graphql-codegen/typed-document-node': specifier: ^2.3.13 - version: 2.3.13(encoding@0.1.13)(graphql@16.5.0) + version: 2.3.13(encoding@0.1.13)(graphql@16.14.2) '@graphql-codegen/typescript': specifier: ^4.1.6 - version: 4.1.6(encoding@0.1.13)(graphql@16.5.0) + version: 4.1.6(encoding@0.1.13)(graphql@16.14.2) '@graphql-codegen/typescript-operations': specifier: ^4.6.1 - version: 4.6.1(encoding@0.1.13)(graphql@16.5.0) + version: 4.6.1(encoding@0.1.13)(graphql@16.14.2) '@graphql-typed-document-node/core': specifier: ^3.2.0 - version: 3.2.0(graphql@16.5.0) + version: 3.2.0(graphql@16.14.2) chokidar: specifier: ^3.6.0 version: 3.6.0 @@ -246,8 +246,8 @@ importers: specifier: ^11.3.1 version: 11.3.1 graphql: - specifier: 16.5.0 - version: 16.5.0 + specifier: 16.14.2 + version: 16.14.2 kleur: specifier: ^4.1.5 version: 4.1.5 @@ -293,14 +293,14 @@ importers: packages/core: dependencies: graphql: - specifier: 16.5.0 - version: 16.5.0 + specifier: 16.14.2 + version: 16.14.2 graphql-compose: specifier: 9.0.8 - version: 9.0.8(graphql@16.5.0) + version: 9.0.8(graphql@16.14.2) lodash-es: - specifier: 4.17.21 - version: 4.17.21 + specifier: 4.18.1 + version: 4.18.1 matcher: specifier: 5.0.0 version: 5.0.0 @@ -416,14 +416,14 @@ importers: packages/flatbread: dependencies: '@apollo/server': - specifier: 5.0.0 - version: 5.0.0(graphql@16.5.0) + specifier: 5.5.1 + version: 5.5.1(graphql@16.14.2) '@apollo/utils.keyvaluecache': specifier: ^4.0.0 version: 4.0.0 '@as-integrations/express5': specifier: 1.1.2 - version: 1.1.2(@apollo/server@5.0.0(graphql@16.5.0))(express@5.1.0) + version: 1.1.2(@apollo/server@5.5.1(graphql@16.14.2))(express@5.1.0) '@flatbread/codegen': specifier: workspace:* version: link:../codegen @@ -454,42 +454,24 @@ importers: '@parcel/watcher': specifier: ^2.5.1 version: 2.5.1 - apollo-server-core: - specifier: ^3.13.0 - version: 3.13.0(encoding@0.1.13)(graphql@16.5.0) - apollo-server-express: - specifier: ^3.13.0 - version: 3.13.0(encoding@0.1.13)(express@5.1.0)(graphql@16.5.0) cors: specifier: ^2.8.5 version: 2.8.5 express: specifier: ^5.1.0 version: 5.1.0 - express-graphql: - specifier: ^0.12.0 - version: 0.12.0(graphql@16.5.0) gradient-string: specifier: ^2.0.2 version: 2.0.2 graphql: - specifier: 16.5.0 - version: 16.5.0 + specifier: 16.14.2 + version: 16.14.2 kleur: specifier: ^4.1.5 version: 4.1.5 - picomatch: - specifier: 4.0.5 - version: 4.0.5 - remark-github: - specifier: ^11.2.4 - version: 11.2.4 sade: specifier: ^1.8.1 version: 1.8.1 - serialize-javascript: - specifier: ^6.0.2 - version: 6.0.2 devDependencies: '@types/cors': specifier: 2.8.12 @@ -509,9 +491,9 @@ importers: '@types/sade': specifier: 1.7.4 version: 1.7.4 - '@types/serialize-javascript': - specifier: 5.0.2 - version: 5.0.2 + picomatch: + specifier: 4.0.5 + version: 4.0.5 tsup: specifier: 6.2.1 version: 6.2.1(@swc/core@1.13.3)(postcss@8.5.14)(ts-node@10.9.2(@swc/core@1.13.3)(@types/node@16.11.47)(typescript@4.7.4))(typescript@4.7.4) @@ -596,8 +578,8 @@ importers: specifier: ^2.2.1 version: 2.2.1 graphql: - specifier: 16.5.0 - version: 16.5.0 + specifier: 16.14.2 + version: 16.14.2 gray-matter: specifier: ^4.0.3 version: 4.0.3 @@ -749,10 +731,6 @@ packages: peerDependencies: graphql: 14.x || 15.x || 16.x - '@apollo/protobufjs@1.2.6': - resolution: {integrity: sha512-Wqo1oSHNUj/jxmsVp4iR3I480p6qdqHikn38lKrFhfzcDJ7lwd7Ck7cHRl4JE81tWNArl77xhnG/OkZhxKBYOw==} - hasBin: true - '@apollo/protobufjs@1.2.7': resolution: {integrity: sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg==} hasBin: true @@ -762,8 +740,8 @@ packages: peerDependencies: graphql: 14.x || 15.x || 16.x - '@apollo/server@5.0.0': - resolution: {integrity: sha512-PHopOm7pr69k7eDJvCBU4cZy9Z19qyCFKB9/luLnf2YCatu2WOYhoQPNr3dAoe//xv0RZFhxXbRcnK6IXIP7Nw==} + '@apollo/server@5.5.1': + resolution: {integrity: sha512-Rn3g5TJQsMSUY23CWZTghWdBWyjX7dP1eaEBPkvmM2RHi82cDcpgTIkSCbGvtTUEGjwopLv1AAooU/n7iIZ20A==} engines: {node: '>=20'} peerDependencies: graphql: ^16.11.0 @@ -775,12 +753,6 @@ packages: resolution: {integrity: sha512-CKrlySj4eQYftBE5MJ8IzKwIibQnftDT7yGfsJy5KSEEnLlPASX0UTpbKqkjlVEwPPd4mEwI7WOM7XNxEuO05A==} engines: {node: '>=16'} - '@apollo/utils.dropunuseddefinitions@1.1.0': - resolution: {integrity: sha512-jU1XjMr6ec9pPoL+BFWzEPW7VHHulVdGKMkPAMiCigpVIT11VmCbnij0bWob8uS3ODJ65tZLYKAh/55vLw2rbg==} - engines: {node: '>=12.13.0'} - peerDependencies: - graphql: 14.x || 15.x || 16.x - '@apollo/utils.dropunuseddefinitions@2.0.1': resolution: {integrity: sha512-EsPIBqsSt2BwDsv8Wu76LK5R1KtsVkNoO4b0M5aK0hx+dGg9xJXuqlr7Fo34Dl+y83jmzn+UvEW+t1/GP2melA==} engines: {node: '>=14'} @@ -795,74 +767,38 @@ packages: resolution: {integrity: sha512-xrjyjfkzunZ0DeF6xkHaK5IKR8F1FBq6qV+uZ+h9worIF/2YSzA0uoBxGv6tbTeo9QoIQnRW4PVFzGix5E7n/g==} engines: {node: '>=16'} - '@apollo/utils.keyvaluecache@1.0.2': - resolution: {integrity: sha512-p7PVdLPMnPzmXSQVEsy27cYEjVON+SH/Wb7COyW3rQN8+wJgT1nv9jZouYtztWW8ZgTkii5T6tC9qfoDREd4mg==} - '@apollo/utils.keyvaluecache@4.0.0': resolution: {integrity: sha512-mKw1myRUkQsGPNB+9bglAuhviodJ2L2MRYLTafCMw5BIo7nbvCPNCkLnIHjZ1NOzH7SnMAr5c9LmXiqsgYqLZw==} engines: {node: '>=20'} - '@apollo/utils.logger@1.0.1': - resolution: {integrity: sha512-XdlzoY7fYNK4OIcvMD2G94RoFZbzTQaNP0jozmqqMudmaGo2I/2Jx71xlDJ801mWA/mbYRihyaw6KJii7k5RVA==} - '@apollo/utils.logger@3.0.0': resolution: {integrity: sha512-M8V8JOTH0F2qEi+ktPfw4RL7MvUycDfKp7aEap2eWXfL5SqWHN6jTLbj5f5fj1cceHpyaUSOZlvlaaryaxZAmg==} engines: {node: '>=16'} - '@apollo/utils.printwithreducedwhitespace@1.1.0': - resolution: {integrity: sha512-GfFSkAv3n1toDZ4V6u2d7L4xMwLA+lv+6hqXicMN9KELSJ9yy9RzuEXaX73c/Ry+GzRsBy/fdSUGayGqdHfT2Q==} - engines: {node: '>=12.13.0'} - peerDependencies: - graphql: 14.x || 15.x || 16.x - '@apollo/utils.printwithreducedwhitespace@2.0.1': resolution: {integrity: sha512-9M4LUXV/fQBh8vZWlLvb/HyyhjJ77/I5ZKu+NBWV/BmYGyRmoEP9EVAy7LCVoY3t8BDcyCAGfxJaLFCSuQkPUg==} engines: {node: '>=14'} peerDependencies: graphql: 14.x || 15.x || 16.x - '@apollo/utils.removealiases@1.0.0': - resolution: {integrity: sha512-6cM8sEOJW2LaGjL/0vHV0GtRaSekrPQR4DiywaApQlL9EdROASZU5PsQibe2MWeZCOhNrPRuHh4wDMwPsWTn8A==} - engines: {node: '>=12.13.0'} - peerDependencies: - graphql: 14.x || 15.x || 16.x - '@apollo/utils.removealiases@2.0.1': resolution: {integrity: sha512-0joRc2HBO4u594Op1nev+mUF6yRnxoUH64xw8x3bX7n8QBDYdeYgY4tF0vJReTy+zdn2xv6fMsquATSgC722FA==} engines: {node: '>=14'} peerDependencies: graphql: 14.x || 15.x || 16.x - '@apollo/utils.sortast@1.1.0': - resolution: {integrity: sha512-VPlTsmUnOwzPK5yGZENN069y6uUHgeiSlpEhRnLFYwYNoJHsuJq2vXVwIaSmts015WTPa2fpz1inkLYByeuRQA==} - engines: {node: '>=12.13.0'} - peerDependencies: - graphql: 14.x || 15.x || 16.x - '@apollo/utils.sortast@2.0.1': resolution: {integrity: sha512-eciIavsWpJ09za1pn37wpsCGrQNXUhM0TktnZmHwO+Zy9O4fu/WdB4+5BvVhFiZYOXvfjzJUcc+hsIV8RUOtMw==} engines: {node: '>=14'} peerDependencies: graphql: 14.x || 15.x || 16.x - '@apollo/utils.stripsensitiveliterals@1.2.0': - resolution: {integrity: sha512-E41rDUzkz/cdikM5147d8nfCFVKovXxKBcjvLEQ7bjZm/cg9zEcXvS6vFY8ugTubI3fn6zoqo0CyU8zT+BGP9w==} - engines: {node: '>=12.13.0'} - peerDependencies: - graphql: 14.x || 15.x || 16.x - '@apollo/utils.stripsensitiveliterals@2.0.1': resolution: {integrity: sha512-QJs7HtzXS/JIPMKWimFnUMK7VjkGQTzqD9bKD1h3iuPAqLsxd0mUNVbkYOPTsDhUKgcvUOfOqOJWYohAKMvcSA==} engines: {node: '>=14'} peerDependencies: graphql: 14.x || 15.x || 16.x - '@apollo/utils.usagereporting@1.0.1': - resolution: {integrity: sha512-6dk+0hZlnDbahDBB2mP/PZ5ybrtCJdLMbeNJD+TJpKyZmSY6bA3SjI8Cr2EM9QA+AdziywuWg+SgbWUF3/zQqQ==} - engines: {node: '>=12.13.0'} - peerDependencies: - graphql: 14.x || 15.x || 16.x - '@apollo/utils.usagereporting@2.1.0': resolution: {integrity: sha512-LPSlBrn+S17oBy5eWkrRSGb98sWmnEzo3DPTZgp8IQc8sJe0prDgDuppGq4NeQlpoqEHz0hQeYHAOA0Z3aQsxQ==} engines: {node: '>=14'} @@ -873,15 +809,6 @@ packages: resolution: {integrity: sha512-aaxeavfJ+RHboh7c2ofO5HHtQobGX4AgUujXP4CXpREHp9fQ9jPi6K9T1jrAKe7HIipoP0OJ1gd6JamSkFIpvA==} engines: {node: '>=16'} - '@apollographql/apollo-tools@0.5.4': - resolution: {integrity: sha512-shM3q7rUbNyXVVRkQJQseXv6bnYM3BUma/eZhwXR4xsuM+bqWnJKvW7SAfRjP7LuSCocrexa5AXhjjawNHrIlw==} - engines: {node: '>=8', npm: '>=6'} - peerDependencies: - graphql: ^14.2.1 || ^15.0.0 || ^16.0.0 - - '@apollographql/graphql-playground-html@1.6.29': - resolution: {integrity: sha512-xCcXpoz52rI4ksJSdOCxeOCn2DLocxwHf9dVT/Q90Pte1LX+LY+91SFtJF3KXVHH8kEin+g1KKCQPKBjZJfWNA==} - '@ardatan/relay-compiler@12.0.0': resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} hasBin: true @@ -2199,27 +2126,12 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/merge@8.3.1': - resolution: {integrity: sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - - '@graphql-tools/merge@8.4.2': - resolution: {integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/merge@9.1.1': resolution: {integrity: sha512-BJ5/7Y7GOhTuvzzO5tSBFL4NGr7PVqTJY3KeIDlVTT8YLcTXtBR+hlrC3uyEym7Ragn+zyWdHeJ9ev+nRX1X2w==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/mock@8.7.20': - resolution: {integrity: sha512-ljcHSJWjC/ZyzpXd5cfNhPI7YljRVvabKHPzKjEs5ElxWu2cdlLGvyNYepApXDsM/OJG/2xuhGM+9GWu5gEAPQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/optimize@1.4.0': resolution: {integrity: sha512-dJs/2XvZp+wgHH8T5J2TqptT9/6uVzIYvA6uFACha+ufvdMBedkfR4b4GbT8jAKLRARiqRTxy3dctnwkTM2tdw==} peerDependencies: @@ -2254,16 +2166,6 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/schema@8.5.1': - resolution: {integrity: sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - - '@graphql-tools/schema@9.0.19': - resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/url-loader@8.0.33': resolution: {integrity: sha512-Fu626qcNHcqAj8uYd7QRarcJn5XZ863kmxsg1sm0fyjyfBJnsvC7ddFt6Hayz5kxVKfsnjxiDfPMXanvsQVBKw==} engines: {node: '>=16.0.0'} @@ -2276,11 +2178,6 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/utils@8.9.0': - resolution: {integrity: sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/utils@9.2.1': resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} peerDependencies: @@ -2529,9 +2426,6 @@ packages: resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - '@josephg/resolvable@1.0.1': - resolution: {integrity: sha512-CtzORUwWTTOTqfVtHaKRJ0I1kNQd1bpn3sUh8I3nJDVY+5/M/Oe1DnEWzPQvqq/xPIIkzzzIP7mfCoAjFRvDhg==} - '@jridgewell/gen-mapping@0.3.12': resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} @@ -3359,9 +3253,6 @@ packages: '@tybys/wasm-util@0.10.2': resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==} - '@types/accepts@1.3.7': - resolution: {integrity: sha512-Pay9fq2lM2wXPWbteBsRAGiWH2hig4ZE2asK+mm7kUzlxRTfL961rj89I6zV/E3PcIkDqyuBEcMxFT7rccugeQ==} - '@types/babel__core@7.20.5': resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} @@ -3374,9 +3265,6 @@ packages: '@types/babel__traverse@7.28.0': resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==} - '@types/body-parser@1.19.2': - resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} - '@types/body-parser@1.19.6': resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==} @@ -3413,18 +3301,12 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/express-serve-static-core@4.17.31': - resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} - '@types/express-serve-static-core@4.19.6': resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} '@types/express@4.17.13': resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==} - '@types/express@4.17.14': - resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==} - '@types/fs-extra@11.0.1': resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==} @@ -3498,9 +3380,6 @@ packages: '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@10.17.60': - resolution: {integrity: sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==} - '@types/node@16.11.42': resolution: {integrity: sha512-iwLrPOopPy6V3E+1yHTpJea3bdsNso0b0utLOJJwaa/PLzqBt3GZl3stMcakc/gr89SfcNk2ki3z7Gvue9hYGQ==} @@ -3559,9 +3438,6 @@ packages: '@types/send@0.17.5': resolution: {integrity: sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==} - '@types/serialize-javascript@5.0.2': - resolution: {integrity: sha512-BRLlwZzRoZukGaBtcUxkLsZsQfWZpvog6MZk3PWQO9Q6pXmXFzjU5iGzZ+943evp6tkkbN98N1Z31KT0UG1yRw==} - '@types/serve-static@1.15.8': resolution: {integrity: sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==} @@ -3832,10 +3708,6 @@ packages: abbrev@1.1.1: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} - accepts@1.3.8: - resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} - engines: {node: '>= 0.6'} - accepts@2.0.0: resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==} engines: {node: '>= 0.6'} @@ -3939,56 +3811,6 @@ packages: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} - apollo-datasource@3.3.2: - resolution: {integrity: sha512-L5TiS8E2Hn/Yz7SSnWIVbZw0ZfEIXZCa5VUiVxD9P53JvSrf4aStvsFDlGWPvpIdCR+aly2CfoB79B9/JjKFqg==} - engines: {node: '>=12.0'} - deprecated: The `apollo-datasource` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. - - apollo-reporting-protobuf@3.4.0: - resolution: {integrity: sha512-h0u3EbC/9RpihWOmcSsvTW2O6RXVaD/mPEjfrPkxRPTEPWqncsgOoRJw+wih4OqfH3PvTJvoEIf4LwKrUaqWog==} - deprecated: The `apollo-reporting-protobuf` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/usage-reporting-protobuf` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. - - apollo-server-core@3.13.0: - resolution: {integrity: sha512-v/g6DR6KuHn9DYSdtQijz8dLOkP78I5JSVJzPkARhDbhpH74QNwrQ2PP2URAPPEDJ2EeZNQDX8PvbYkAKqg+kg==} - engines: {node: '>=12.0'} - deprecated: The `apollo-server-core` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. - peerDependencies: - graphql: ^15.3.0 || ^16.0.0 - - apollo-server-env@4.2.1: - resolution: {integrity: sha512-vm/7c7ld+zFMxibzqZ7SSa5tBENc4B0uye9LTfjJwGoQFY5xsUPH5FpO5j0bMUDZ8YYNbrF9SNtzc5Cngcr90g==} - engines: {node: '>=12.0'} - deprecated: The `apollo-server-env` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/utils.fetcher` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. - - apollo-server-errors@3.3.1: - resolution: {integrity: sha512-xnZJ5QWs6FixHICXHxUfm+ZWqqxrNuPlQ+kj5m6RtEgIpekOPssH/SD9gf2B4HuWV0QozorrygwZnux8POvyPA==} - engines: {node: '>=12.0'} - deprecated: The `apollo-server-errors` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. - peerDependencies: - graphql: ^15.3.0 || ^16.0.0 - - apollo-server-express@3.13.0: - resolution: {integrity: sha512-iSxICNbDUyebOuM8EKb3xOrpIwOQgKxGbR2diSr4HP3IW8T3njKFOoMce50vr+moOCe1ev8BnLcw9SNbuUtf7g==} - engines: {node: '>=12.0'} - deprecated: The `apollo-server-express` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. - peerDependencies: - express: ^4.17.1 - graphql: ^15.3.0 || ^16.0.0 - - apollo-server-plugin-base@3.7.2: - resolution: {integrity: sha512-wE8dwGDvBOGehSsPTRZ8P/33Jan6/PmL0y0aN/1Z5a5GcbFhDaaJCjK5cav6npbbGL2DPKK0r6MPXi3k3N45aw==} - engines: {node: '>=12.0'} - deprecated: The `apollo-server-plugin-base` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. - peerDependencies: - graphql: ^15.3.0 || ^16.0.0 - - apollo-server-types@3.8.0: - resolution: {integrity: sha512-ZI/8rTE4ww8BHktsVpb91Sdq7Cb71rdSkXELSwdSR0eXu600/sY+1UXhTWdiJvk+Eq5ljqoHLwLbY2+Clq2b9A==} - engines: {node: '>=12.0'} - deprecated: The `apollo-server-types` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. - peerDependencies: - graphql: ^15.3.0 || ^16.0.0 - aproba@2.1.0: resolution: {integrity: sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==} @@ -4190,14 +4012,14 @@ packages: blueimp-md5@2.19.0: resolution: {integrity: sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==} - body-parser@1.20.3: - resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - body-parser@2.2.0: resolution: {integrity: sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==} engines: {node: '>=18'} + body-parser@2.3.0: + resolution: {integrity: sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==} + engines: {node: '>=18'} + boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} @@ -4573,6 +4395,10 @@ packages: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} + content-type@2.0.0: + resolution: {integrity: sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==} + engines: {node: '>=18'} + convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} @@ -4642,9 +4468,6 @@ packages: engines: {node: '>=4'} hasBin: true - cssfilter@0.0.10: - resolution: {integrity: sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==} - cssom@0.3.8: resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} @@ -4695,24 +4518,25 @@ packages: debounce@1.2.1: resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} - debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + debug@3.2.7: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: supports-color: '*' peerDependenciesMeta: supports-color: optional: true - debug@3.2.7: - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + debug@4.4.1: + resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} + engines: {node: '>=6.0'} peerDependencies: supports-color: '*' peerDependenciesMeta: supports-color: optional: true - debug@4.4.1: - resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} + debug@4.4.3: + resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -4774,10 +4598,6 @@ packages: delegates@1.0.0: resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} - depd@1.1.2: - resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} - engines: {node: '>= 0.6'} - depd@2.0.0: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} @@ -4790,10 +4610,6 @@ packages: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} - destroy@1.2.0: - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - detect-gpu@5.0.70: resolution: {integrity: sha512-bqerEP1Ese6nt3rFkwPnGbsUF9a4q+gMmpTVVOEzoCyeCc+y7/RvJnQZJx1JwhgQI5Ntg0Kgat8Uu7XpBqnz1w==} @@ -5630,13 +5446,6 @@ packages: resolution: {integrity: sha512-lTE8fId9lnfS/bNlWSE7PIqgwFw3qInlw0EVX2dx1PIwWPOP/oox0ti9EzJYxIC+cSyZiNGSSdR5cFwR9uTJsQ==} hasBin: true - express-graphql@0.12.0: - resolution: {integrity: sha512-DwYaJQy0amdy3pgNtiTDuGGM2BLdj+YO2SgbKoLliCfuHv3VVTt7vNG/ZqK2hRYjtYHE2t2KB705EU94mE64zg==} - engines: {node: '>= 10.x'} - deprecated: This package is no longer maintained. We recommend using `graphql-http` instead. Please consult the migration document https://github.com/graphql/graphql-http#migrating-express-grpahql. - peerDependencies: - graphql: ^14.7.0 || ^15.3.0 - express@5.1.0: resolution: {integrity: sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==} engines: {node: '>= 18'} @@ -6022,12 +5831,8 @@ packages: resolution: {integrity: sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - graphql@16.14.0: - resolution: {integrity: sha512-BBvQ/406p+4CZbTpCbVPSxfzrZrbnuWSP1ELYgyS6B+hNeKzgrdB4JczCa5VZUBQrDa9hUngm0KnexY6pJRN5Q==} - engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - - graphql@16.5.0: - resolution: {integrity: sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==} + graphql@16.14.2: + resolution: {integrity: sha512-Chq1s4CY7jmh8gO2qvLIJyfCDIN+EHLFW/9iShnp1z8FjBQMoodWP1kDC36VAMXXIvAjj4ARa7ntfAV2BrjsbA==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} gray-matter@4.0.3: @@ -6140,14 +5945,14 @@ packages: http-cache-semantics@4.2.0: resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==} - http-errors@1.8.0: - resolution: {integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==} - engines: {node: '>= 0.6'} - http-errors@2.0.0: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} engines: {node: '>= 0.8'} + http-errors@2.0.1: + resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==} + engines: {node: '>= 0.8'} + http-proxy-agent@4.0.1: resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} engines: {node: '>= 6'} @@ -6188,6 +5993,10 @@ packages: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} + iconv-lite@0.7.3: + resolution: {integrity: sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==} + engines: {node: '>=0.10.0'} + identity-obj-proxy@3.0.0: resolution: {integrity: sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==} engines: {node: '>=4'} @@ -6991,6 +6800,9 @@ packages: lodash-es@4.17.21: resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} + lodash-es@4.18.1: + resolution: {integrity: sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==} + lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} @@ -7049,10 +6861,6 @@ packages: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} - lru-cache@7.13.1: - resolution: {integrity: sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ==} - engines: {node: '>=12'} - maath@0.10.8: resolution: {integrity: sha512-tRvbDF0Pgqz+9XUa4jjfgAQ8/aPKmQdWXilFu2tMy4GWj4NOsx99HlULO4IeREfbO3a0sA145DZYyvXPkybm0g==} peerDependencies: @@ -7200,10 +7008,6 @@ packages: mdast-util-to-string@4.0.0: resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} - media-typer@0.3.0: - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} - engines: {node: '>= 0.6'} - media-typer@1.1.0: resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==} engines: {node: '>= 0.8'} @@ -7527,9 +7331,6 @@ packages: resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==} engines: {node: '>=10'} - ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} @@ -7596,9 +7397,6 @@ packages: resolution: {integrity: sha512-OhYaY5sDsIka7H7AtijtI9jwGYLyl29eQn/W623DiN/MIv5sUqc4g7BIDThX+gb7di9f6xK02nkp8sdfFWZLTg==} engines: {node: '>=10'} - node-abort-controller@3.1.1: - resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} - node-addon-api@3.2.1: resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} @@ -8144,35 +7942,32 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - 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==} engines: {node: '>=0.6'} + qs@6.15.3: + resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==} + engines: {node: '>=0.6'} + querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} - range-parser@1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - raw-body@2.5.2: - resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} - engines: {node: '>= 0.8'} - raw-body@3.0.0: resolution: {integrity: sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==} engines: {node: '>= 0.8'} + raw-body@3.0.2: + resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==} + engines: {node: '>= 0.10'} + rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true @@ -8274,9 +8069,6 @@ packages: remark-gfm@4.0.1: resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==} - remark-github@11.2.4: - resolution: {integrity: sha512-GJjWFpwqdrHHhPWqMbb8+lqFLiHQ9pCzUmXmRrhMFXGpYov5n2ljsZzuWgXlfzArfQYkiKIZczA2I8IHYMHqCA==} - remark-html@15.0.2: resolution: {integrity: sha512-/CIOI7wzHJzsh48AiuIyIe1clxVkUtreul73zcCXLub0FmnevQE0UMFDQm7NUx8/3rl/4zCshlMfqBdWScQthw==} @@ -8494,9 +8286,6 @@ packages: resolution: {integrity: sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==} engines: {node: '>=10'} - serialize-javascript@6.0.2: - resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} - serve-static@2.2.0: resolution: {integrity: sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==} engines: {node: '>= 18'} @@ -8558,6 +8347,10 @@ packages: resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} engines: {node: '>= 0.4'} + side-channel-list@1.0.1: + resolution: {integrity: sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==} + engines: {node: '>= 0.4'} + side-channel-map@1.0.1: resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} engines: {node: '>= 0.4'} @@ -8570,6 +8363,10 @@ packages: resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} engines: {node: '>= 0.4'} + side-channel@1.1.1: + resolution: {integrity: sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==} + engines: {node: '>= 0.4'} + siginfo@2.0.0: resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} @@ -8689,10 +8486,6 @@ packages: stats.js@0.17.0: resolution: {integrity: sha512-hNKz8phvYLPEcRkeG1rsGmV5ChMjKDAWU7/OJJdDErPBNChQXxCo3WZurGpnWc6gZhAzEPFad1aVgyOANH1sMw==} - statuses@1.5.0: - resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} - engines: {node: '>= 0.6'} - statuses@2.0.1: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} @@ -9027,10 +8820,6 @@ packages: to-vfile@7.2.4: resolution: {integrity: sha512-2eQ+rJ2qGbyw3senPI0qjuM7aut8IYXK6AEoOWb+fJx/mQYzviTckm1wDjq91QYHAPBTYzmdJXxMFA6Mk14mdw==} - toidentifier@1.0.0: - resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==} - engines: {node: '>=0.6'} - toidentifier@1.0.1: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} @@ -9212,14 +9001,14 @@ packages: resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} engines: {node: '>=10'} - type-is@1.6.18: - resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} - engines: {node: '>= 0.6'} - type-is@2.0.1: resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==} engines: {node: '>= 0.6'} + type-is@2.1.0: + resolution: {integrity: sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==} + engines: {node: '>= 18'} + typed-array-buffer@1.0.3: resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} engines: {node: '>= 0.4'} @@ -9395,15 +9184,6 @@ packages: resolution: {integrity: sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==} engines: {node: '>= 4'} - uuid@11.1.0: - resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==} - hasBin: true - - uuid@9.0.1: - resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} - deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). - hasBin: true - uvu@0.5.6: resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} engines: {node: '>=8'} @@ -9422,14 +9202,6 @@ packages: resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} engines: {node: '>=10.12.0'} - value-or-promise@1.0.11: - resolution: {integrity: sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==} - engines: {node: '>=12'} - - value-or-promise@1.0.12: - resolution: {integrity: sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==} - engines: {node: '>=12'} - vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} @@ -9663,10 +9435,6 @@ packages: whatwg-mimetype@2.3.0: resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} - whatwg-mimetype@3.0.0: - resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} - engines: {node: '>=12'} - whatwg-mimetype@4.0.0: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} engines: {node: '>=18'} @@ -9769,11 +9537,6 @@ packages: xmlchars@2.2.0: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} - xss@1.0.15: - resolution: {integrity: sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==} - engines: {node: '>= 0.10.0'} - hasBin: true - y18n@4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} @@ -9886,25 +9649,9 @@ snapshots: '@jridgewell/gen-mapping': 0.3.12 '@jridgewell/trace-mapping': 0.3.29 - '@apollo/cache-control-types@1.0.3(graphql@16.5.0)': + '@apollo/cache-control-types@1.0.3(graphql@16.14.2)': dependencies: - graphql: 16.5.0 - - '@apollo/protobufjs@1.2.6': - dependencies: - '@protobufjs/aspromise': 1.1.2 - '@protobufjs/base64': 1.1.2 - '@protobufjs/codegen': 2.0.4 - '@protobufjs/eventemitter': 1.1.0 - '@protobufjs/fetch': 1.1.0 - '@protobufjs/float': 1.0.2 - '@protobufjs/inquire': 1.1.0 - '@protobufjs/path': 1.1.2 - '@protobufjs/pool': 1.1.0 - '@protobufjs/utf8': 1.1.0 - '@types/long': 4.0.2 - '@types/node': 10.17.60 - long: 4.0.0 + graphql: 16.14.2 '@apollo/protobufjs@1.2.7': dependencies: @@ -9921,36 +9668,36 @@ snapshots: '@types/long': 4.0.2 long: 4.0.0 - '@apollo/server-gateway-interface@2.0.0(graphql@16.5.0)': + '@apollo/server-gateway-interface@2.0.0(graphql@16.14.2)': 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.5.0 + graphql: 16.14.2 - '@apollo/server@5.0.0(graphql@16.5.0)': + '@apollo/server@5.5.1(graphql@16.14.2)': dependencies: - '@apollo/cache-control-types': 1.0.3(graphql@16.5.0) - '@apollo/server-gateway-interface': 2.0.0(graphql@16.5.0) + '@apollo/cache-control-types': 1.0.3(graphql@16.14.2) + '@apollo/server-gateway-interface': 2.0.0(graphql@16.14.2) '@apollo/usage-reporting-protobuf': 4.1.1 '@apollo/utils.createhash': 3.0.1 '@apollo/utils.fetcher': 3.1.0 '@apollo/utils.isnodelike': 3.0.0 '@apollo/utils.keyvaluecache': 4.0.0 '@apollo/utils.logger': 3.0.0 - '@apollo/utils.usagereporting': 2.1.0(graphql@16.5.0) + '@apollo/utils.usagereporting': 2.1.0(graphql@16.14.2) '@apollo/utils.withrequired': 3.0.0 - '@graphql-tools/schema': 10.0.25(graphql@16.5.0) + '@graphql-tools/schema': 10.0.25(graphql@16.14.2) async-retry: 1.3.3 - body-parser: 2.2.0 + body-parser: 2.3.0 + content-type: 1.0.5 cors: 2.8.5 finalhandler: 2.1.0 - graphql: 16.5.0 + graphql: 16.14.2 loglevel: 1.9.2 lru-cache: 11.1.0 negotiator: 1.0.0 - uuid: 11.1.0 whatwg-mimetype: 4.0.0 transitivePeerDependencies: - supports-color @@ -9964,97 +9711,51 @@ snapshots: '@apollo/utils.isnodelike': 3.0.0 sha.js: 2.4.12 - '@apollo/utils.dropunuseddefinitions@1.1.0(graphql@16.5.0)': + '@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.14.2)': dependencies: - graphql: 16.5.0 - - '@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.5.0)': - dependencies: - graphql: 16.5.0 + graphql: 16.14.2 '@apollo/utils.fetcher@3.1.0': {} '@apollo/utils.isnodelike@3.0.0': {} - '@apollo/utils.keyvaluecache@1.0.2': - dependencies: - '@apollo/utils.logger': 1.0.1 - lru-cache: 7.13.1 - '@apollo/utils.keyvaluecache@4.0.0': dependencies: '@apollo/utils.logger': 3.0.0 lru-cache: 11.1.0 - '@apollo/utils.logger@1.0.1': {} - '@apollo/utils.logger@3.0.0': {} - '@apollo/utils.printwithreducedwhitespace@1.1.0(graphql@16.5.0)': - dependencies: - graphql: 16.5.0 - - '@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.5.0)': + '@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.14.2)': dependencies: - graphql: 16.5.0 + graphql: 16.14.2 - '@apollo/utils.removealiases@1.0.0(graphql@16.5.0)': + '@apollo/utils.removealiases@2.0.1(graphql@16.14.2)': dependencies: - graphql: 16.5.0 - - '@apollo/utils.removealiases@2.0.1(graphql@16.5.0)': - dependencies: - graphql: 16.5.0 - - '@apollo/utils.sortast@1.1.0(graphql@16.5.0)': - dependencies: - graphql: 16.5.0 - lodash.sortby: 4.7.0 + graphql: 16.14.2 - '@apollo/utils.sortast@2.0.1(graphql@16.5.0)': + '@apollo/utils.sortast@2.0.1(graphql@16.14.2)': dependencies: - graphql: 16.5.0 + graphql: 16.14.2 lodash.sortby: 4.7.0 - '@apollo/utils.stripsensitiveliterals@1.2.0(graphql@16.5.0)': + '@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.14.2)': dependencies: - graphql: 16.5.0 + graphql: 16.14.2 - '@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.5.0)': - dependencies: - graphql: 16.5.0 - - '@apollo/utils.usagereporting@1.0.1(graphql@16.5.0)': - dependencies: - '@apollo/usage-reporting-protobuf': 4.1.1 - '@apollo/utils.dropunuseddefinitions': 1.1.0(graphql@16.5.0) - '@apollo/utils.printwithreducedwhitespace': 1.1.0(graphql@16.5.0) - '@apollo/utils.removealiases': 1.0.0(graphql@16.5.0) - '@apollo/utils.sortast': 1.1.0(graphql@16.5.0) - '@apollo/utils.stripsensitiveliterals': 1.2.0(graphql@16.5.0) - graphql: 16.5.0 - - '@apollo/utils.usagereporting@2.1.0(graphql@16.5.0)': + '@apollo/utils.usagereporting@2.1.0(graphql@16.14.2)': dependencies: '@apollo/usage-reporting-protobuf': 4.1.1 - '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.5.0) - '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.5.0) - '@apollo/utils.removealiases': 2.0.1(graphql@16.5.0) - '@apollo/utils.sortast': 2.0.1(graphql@16.5.0) - '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.5.0) - graphql: 16.5.0 + '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.14.2) + '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.14.2) + '@apollo/utils.removealiases': 2.0.1(graphql@16.14.2) + '@apollo/utils.sortast': 2.0.1(graphql@16.14.2) + '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.14.2) + graphql: 16.14.2 '@apollo/utils.withrequired@3.0.0': {} - '@apollographql/apollo-tools@0.5.4(graphql@16.5.0)': - dependencies: - graphql: 16.5.0 - - '@apollographql/graphql-playground-html@1.6.29': - dependencies: - xss: 1.0.15 - - '@ardatan/relay-compiler@12.0.0(encoding@0.1.13)(graphql@16.5.0)': + '@ardatan/relay-compiler@12.0.0(encoding@0.1.13)(graphql@16.14.2)': dependencies: '@babel/core': 7.28.0 '@babel/generator': 7.28.0 @@ -10067,7 +9768,7 @@ snapshots: fb-watchman: 2.0.2 fbjs: 3.0.5(encoding@0.1.13) glob: 7.2.3 - graphql: 16.5.0 + graphql: 16.14.2 immutable: 3.7.6 invariant: 2.2.4 nullthrows: 1.1.1 @@ -10078,14 +9779,14 @@ snapshots: - encoding - supports-color - '@ardatan/relay-compiler@12.0.3(encoding@0.1.13)(graphql@16.5.0)': + '@ardatan/relay-compiler@12.0.3(encoding@0.1.13)(graphql@16.14.2)': dependencies: '@babel/generator': 7.28.0 '@babel/parser': 7.28.0 '@babel/runtime': 7.28.2 chalk: 4.1.2 fb-watchman: 2.0.2 - graphql: 16.5.0 + graphql: 16.14.2 immutable: 3.7.6 invariant: 2.2.4 nullthrows: 1.1.1 @@ -10094,9 +9795,9 @@ snapshots: transitivePeerDependencies: - encoding - '@as-integrations/express5@1.1.2(@apollo/server@5.0.0(graphql@16.5.0))(express@5.1.0)': + '@as-integrations/express5@1.1.2(@apollo/server@5.5.1(graphql@16.14.2))(express@5.1.0)': dependencies: - '@apollo/server': 5.0.0(graphql@16.5.0) + '@apollo/server': 5.5.1(graphql@16.14.2) express: 5.1.0 '@ava/typescript@3.0.1': @@ -10981,37 +10682,37 @@ snapshots: '@gar/promisify@1.1.3': optional: true - '@graphql-codegen/add@5.0.3(graphql@16.5.0)': + '@graphql-codegen/add@5.0.3(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.6.3 - '@graphql-codegen/cli@5.0.7(@parcel/watcher@2.5.1)(@types/node@25.6.2)(encoding@0.1.13)(enquirer@2.4.1)(graphql@16.5.0)(typescript@6.0.3)': + '@graphql-codegen/cli@5.0.7(@parcel/watcher@2.5.1)(@types/node@25.6.2)(encoding@0.1.13)(enquirer@2.4.1)(graphql@16.14.2)(typescript@6.0.3)': dependencies: '@babel/generator': 7.28.0 '@babel/template': 7.27.2 '@babel/types': 7.28.2 - '@graphql-codegen/client-preset': 4.8.3(encoding@0.1.13)(graphql@16.5.0) - '@graphql-codegen/core': 4.0.2(graphql@16.5.0) - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - '@graphql-tools/apollo-engine-loader': 8.0.22(graphql@16.5.0) - '@graphql-tools/code-file-loader': 8.1.22(graphql@16.5.0) - '@graphql-tools/git-loader': 8.0.26(graphql@16.5.0) - '@graphql-tools/github-loader': 8.0.22(@types/node@25.6.2)(graphql@16.5.0) - '@graphql-tools/graphql-file-loader': 8.0.22(graphql@16.5.0) - '@graphql-tools/json-file-loader': 8.0.20(graphql@16.5.0) - '@graphql-tools/load': 8.1.2(graphql@16.5.0) - '@graphql-tools/prisma-loader': 8.0.17(@types/node@25.6.2)(encoding@0.1.13)(graphql@16.5.0) - '@graphql-tools/url-loader': 8.0.33(@types/node@25.6.2)(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-codegen/client-preset': 4.8.3(encoding@0.1.13)(graphql@16.14.2) + '@graphql-codegen/core': 4.0.2(graphql@16.14.2) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + '@graphql-tools/apollo-engine-loader': 8.0.22(graphql@16.14.2) + '@graphql-tools/code-file-loader': 8.1.22(graphql@16.14.2) + '@graphql-tools/git-loader': 8.0.26(graphql@16.14.2) + '@graphql-tools/github-loader': 8.0.22(@types/node@25.6.2)(graphql@16.14.2) + '@graphql-tools/graphql-file-loader': 8.0.22(graphql@16.14.2) + '@graphql-tools/json-file-loader': 8.0.20(graphql@16.14.2) + '@graphql-tools/load': 8.1.2(graphql@16.14.2) + '@graphql-tools/prisma-loader': 8.0.17(@types/node@25.6.2)(encoding@0.1.13)(graphql@16.14.2) + '@graphql-tools/url-loader': 8.0.33(@types/node@25.6.2)(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@whatwg-node/fetch': 0.10.10 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@6.0.3) debounce: 1.2.1 detect-indent: 6.1.0 - graphql: 16.5.0 - graphql-config: 5.1.5(@types/node@25.6.2)(graphql@16.5.0)(typescript@6.0.3) + graphql: 16.14.2 + graphql-config: 5.1.5(@types/node@25.6.2)(graphql@16.14.2)(typescript@6.0.3) inquirer: 8.2.7(@types/node@25.6.2) is-glob: 4.0.3 jiti: 1.21.7 @@ -11041,144 +10742,144 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-codegen/client-preset@4.8.3(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-codegen/client-preset@4.8.3(encoding@0.1.13)(graphql@16.14.2)': dependencies: '@babel/helper-plugin-utils': 7.27.1 '@babel/template': 7.27.2 - '@graphql-codegen/add': 5.0.3(graphql@16.5.0) - '@graphql-codegen/gql-tag-operations': 4.0.17(encoding@0.1.13)(graphql@16.5.0) - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - '@graphql-codegen/typed-document-node': 5.1.2(encoding@0.1.13)(graphql@16.5.0) - '@graphql-codegen/typescript': 4.1.6(encoding@0.1.13)(graphql@16.5.0) - '@graphql-codegen/typescript-operations': 4.6.1(encoding@0.1.13)(graphql@16.5.0) - '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.5.0) - '@graphql-tools/documents': 1.0.1(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - '@graphql-typed-document-node/core': 3.2.0(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-codegen/add': 5.0.3(graphql@16.14.2) + '@graphql-codegen/gql-tag-operations': 4.0.17(encoding@0.1.13)(graphql@16.14.2) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + '@graphql-codegen/typed-document-node': 5.1.2(encoding@0.1.13)(graphql@16.14.2) + '@graphql-codegen/typescript': 4.1.6(encoding@0.1.13)(graphql@16.14.2) + '@graphql-codegen/typescript-operations': 4.6.1(encoding@0.1.13)(graphql@16.14.2) + '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.14.2) + '@graphql-tools/documents': 1.0.1(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-codegen/core@4.0.2(graphql@16.5.0)': + '@graphql-codegen/core@4.0.2(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - '@graphql-tools/schema': 10.0.25(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + '@graphql-tools/schema': 10.0.25(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.6.3 - '@graphql-codegen/gql-tag-operations@4.0.17(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-codegen/gql-tag-operations@4.0.17(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) auto-bind: 4.0.0 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-codegen/plugin-helpers@3.1.2(graphql@16.5.0)': + '@graphql-codegen/plugin-helpers@3.1.2(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.5.0) + '@graphql-tools/utils': 9.2.1(graphql@16.14.2) change-case-all: 1.0.15 common-tags: 1.8.2 - graphql: 16.5.0 + graphql: 16.14.2 import-from: 4.0.0 lodash: 4.17.21 tslib: 2.4.1 - '@graphql-codegen/plugin-helpers@5.1.1(graphql@16.5.0)': + '@graphql-codegen/plugin-helpers@5.1.1(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) change-case-all: 1.0.15 common-tags: 1.8.2 - graphql: 16.5.0 + graphql: 16.14.2 import-from: 4.0.0 lodash: 4.17.21 tslib: 2.6.3 - '@graphql-codegen/schema-ast@4.1.0(graphql@16.5.0)': + '@graphql-codegen/schema-ast@4.1.0(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.6.3 - '@graphql-codegen/typed-document-node@2.3.13(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-codegen/typed-document-node@2.3.13(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.5.0) - '@graphql-codegen/visitor-plugin-common': 2.13.8(encoding@0.1.13)(graphql@16.5.0) + '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.14.2) + '@graphql-codegen/visitor-plugin-common': 2.13.8(encoding@0.1.13)(graphql@16.14.2) auto-bind: 4.0.0 change-case-all: 1.0.15 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.4.1 transitivePeerDependencies: - encoding - supports-color - '@graphql-codegen/typed-document-node@5.1.2(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-codegen/typed-document-node@5.1.2(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.5.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.14.2) auto-bind: 4.0.0 change-case-all: 1.0.15 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-codegen/typescript-operations@4.6.1(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-codegen/typescript-operations@4.6.1(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - '@graphql-codegen/typescript': 4.1.6(encoding@0.1.13)(graphql@16.5.0) - '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.5.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + '@graphql-codegen/typescript': 4.1.6(encoding@0.1.13)(graphql@16.14.2) + '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.14.2) auto-bind: 4.0.0 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-codegen/typescript@4.1.6(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-codegen/typescript@4.1.6(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - '@graphql-codegen/schema-ast': 4.1.0(graphql@16.5.0) - '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.5.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + '@graphql-codegen/schema-ast': 4.1.0(graphql@16.14.2) + '@graphql-codegen/visitor-plugin-common': 5.8.0(encoding@0.1.13)(graphql@16.14.2) auto-bind: 4.0.0 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-codegen/visitor-plugin-common@2.13.8(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-codegen/visitor-plugin-common@2.13.8(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.5.0) - '@graphql-tools/optimize': 1.4.0(graphql@16.5.0) - '@graphql-tools/relay-operation-optimizer': 6.5.18(encoding@0.1.13)(graphql@16.5.0) - '@graphql-tools/utils': 9.2.1(graphql@16.5.0) + '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.14.2) + '@graphql-tools/optimize': 1.4.0(graphql@16.14.2) + '@graphql-tools/relay-operation-optimizer': 6.5.18(encoding@0.1.13)(graphql@16.14.2) + '@graphql-tools/utils': 9.2.1(graphql@16.14.2) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 - graphql: 16.5.0 - graphql-tag: 2.12.6(graphql@16.5.0) + graphql: 16.14.2 + graphql-tag: 2.12.6(graphql@16.14.2) parse-filepath: 1.0.2 tslib: 2.4.1 transitivePeerDependencies: - encoding - supports-color - '@graphql-codegen/visitor-plugin-common@5.8.0(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-codegen/visitor-plugin-common@5.8.0(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.5.0) - '@graphql-tools/optimize': 2.0.0(graphql@16.5.0) - '@graphql-tools/relay-operation-optimizer': 7.0.21(encoding@0.1.13)(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.14.2) + '@graphql-tools/optimize': 2.0.0(graphql@16.14.2) + '@graphql-tools/relay-operation-optimizer': 7.0.21(encoding@0.1.13)(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 - graphql: 16.5.0 - graphql-tag: 2.12.6(graphql@16.5.0) + graphql: 16.14.2 + graphql-tag: 2.12.6(graphql@16.14.2) parse-filepath: 1.0.2 tslib: 2.6.3 transitivePeerDependencies: @@ -11186,71 +10887,71 @@ snapshots: '@graphql-hive/signal@1.0.0': {} - '@graphql-tools/apollo-engine-loader@8.0.22(graphql@16.5.0)': + '@graphql-tools/apollo-engine-loader@8.0.22(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@whatwg-node/fetch': 0.10.10 - graphql: 16.5.0 + graphql: 16.14.2 sync-fetch: 0.6.0-2 tslib: 2.8.1 - '@graphql-tools/batch-execute@9.0.19(graphql@16.5.0)': + '@graphql-tools/batch-execute@9.0.19(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@whatwg-node/promise-helpers': 1.3.2 dataloader: 2.2.3 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 - '@graphql-tools/code-file-loader@8.1.22(graphql@16.5.0)': + '@graphql-tools/code-file-loader@8.1.22(graphql@16.14.2)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) globby: 11.1.0 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 unixify: 1.0.0 transitivePeerDependencies: - supports-color - '@graphql-tools/delegate@10.2.23(graphql@16.5.0)': + '@graphql-tools/delegate@10.2.23(graphql@16.14.2)': dependencies: - '@graphql-tools/batch-execute': 9.0.19(graphql@16.5.0) - '@graphql-tools/executor': 1.4.9(graphql@16.5.0) - '@graphql-tools/schema': 10.0.25(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/batch-execute': 9.0.19(graphql@16.14.2) + '@graphql-tools/executor': 1.4.9(graphql@16.14.2) + '@graphql-tools/schema': 10.0.25(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/promise-helpers': 1.3.2 dataloader: 2.2.3 dset: 3.1.4 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 - '@graphql-tools/documents@1.0.1(graphql@16.5.0)': + '@graphql-tools/documents@1.0.1(graphql@16.14.2)': dependencies: - graphql: 16.5.0 + graphql: 16.14.2 lodash.sortby: 4.7.0 tslib: 2.8.1 - '@graphql-tools/executor-common@0.0.4(graphql@16.5.0)': + '@graphql-tools/executor-common@0.0.4(graphql@16.14.2)': dependencies: '@envelop/core': 5.3.0 - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 - '@graphql-tools/executor-common@0.0.6(graphql@16.5.0)': + '@graphql-tools/executor-common@0.0.6(graphql@16.14.2)': dependencies: '@envelop/core': 5.3.0 - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 - '@graphql-tools/executor-graphql-ws@2.0.7(graphql@16.5.0)': + '@graphql-tools/executor-graphql-ws@2.0.7(graphql@16.14.2)': dependencies: - '@graphql-tools/executor-common': 0.0.6(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/executor-common': 0.0.6(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@whatwg-node/disposablestack': 0.0.6 - graphql: 16.5.0 - graphql-ws: 6.0.6(graphql@16.5.0)(ws@8.18.3) + graphql: 16.14.2 + graphql-ws: 6.0.6(graphql@16.14.2)(ws@8.18.3) isomorphic-ws: 5.0.0(ws@8.18.3) tslib: 2.8.1 ws: 8.18.3 @@ -11261,26 +10962,26 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-tools/executor-http@1.3.3(@types/node@25.6.2)(graphql@16.5.0)': + '@graphql-tools/executor-http@1.3.3(@types/node@25.6.2)(graphql@16.14.2)': dependencies: '@graphql-hive/signal': 1.0.0 - '@graphql-tools/executor-common': 0.0.4(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/executor-common': 0.0.4(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/fetch': 0.10.10 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.5.0 + graphql: 16.14.2 meros: 1.3.1(@types/node@25.6.2) tslib: 2.8.1 transitivePeerDependencies: - '@types/node' - '@graphql-tools/executor-legacy-ws@1.1.19(graphql@16.5.0)': + '@graphql-tools/executor-legacy-ws@1.1.19(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@types/ws': 8.18.1 - graphql: 16.5.0 + graphql: 16.14.2 isomorphic-ws: 5.0.0(ws@8.18.3) tslib: 2.8.1 ws: 8.18.3 @@ -11288,21 +10989,21 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-tools/executor@1.4.9(graphql@16.5.0)': + '@graphql-tools/executor@1.4.9(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - '@graphql-typed-document-node/core': 3.2.0(graphql@16.5.0) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.14.2) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 - '@graphql-tools/git-loader@8.0.26(graphql@16.5.0)': + '@graphql-tools/git-loader@8.0.26(graphql@16.14.2)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 is-glob: 4.0.3 micromatch: 4.0.8 tslib: 2.8.1 @@ -11310,117 +11011,97 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/github-loader@8.0.22(@types/node@25.6.2)(graphql@16.5.0)': + '@graphql-tools/github-loader@8.0.22(@types/node@25.6.2)(graphql@16.14.2)': dependencies: - '@graphql-tools/executor-http': 1.3.3(@types/node@25.6.2)(graphql@16.5.0) - '@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/executor-http': 1.3.3(@types/node@25.6.2)(graphql@16.14.2) + '@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@whatwg-node/fetch': 0.10.10 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.5.0 + graphql: 16.14.2 sync-fetch: 0.6.0-2 tslib: 2.8.1 transitivePeerDependencies: - '@types/node' - supports-color - '@graphql-tools/graphql-file-loader@8.0.22(graphql@16.5.0)': + '@graphql-tools/graphql-file-loader@8.0.22(graphql@16.14.2)': dependencies: - '@graphql-tools/import': 7.0.21(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/import': 7.0.21(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) globby: 11.1.0 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 unixify: 1.0.0 transitivePeerDependencies: - supports-color - '@graphql-tools/graphql-tag-pluck@8.3.21(graphql@16.5.0)': + '@graphql-tools/graphql-tag-pluck@8.3.21(graphql@16.14.2)': dependencies: '@babel/core': 7.28.0 '@babel/parser': 7.28.0 '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.0) '@babel/traverse': 7.28.0 '@babel/types': 7.28.2 - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@graphql-tools/import@7.0.21(graphql@16.5.0)': + '@graphql-tools/import@7.0.21(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - '@theguild/federation-composition': 0.19.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + '@theguild/federation-composition': 0.19.1(graphql@16.14.2) + graphql: 16.14.2 resolve-from: 5.0.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@graphql-tools/json-file-loader@8.0.20(graphql@16.5.0)': + '@graphql-tools/json-file-loader@8.0.20(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) globby: 11.1.0 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 unixify: 1.0.0 - '@graphql-tools/load@8.1.2(graphql@16.5.0)': + '@graphql-tools/load@8.1.2(graphql@16.14.2)': dependencies: - '@graphql-tools/schema': 10.0.25(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-tools/schema': 10.0.25(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 p-limit: 3.1.0 tslib: 2.8.1 - '@graphql-tools/merge@8.3.1(graphql@16.5.0)': + '@graphql-tools/merge@9.1.1(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 8.9.0(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.8.1 - '@graphql-tools/merge@8.4.2(graphql@16.5.0)': + '@graphql-tools/optimize@1.4.0(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.5.0) - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 - '@graphql-tools/merge@9.1.1(graphql@16.5.0)': + '@graphql-tools/optimize@2.0.0(graphql@16.14.2)': dependencies: - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 - '@graphql-tools/mock@8.7.20(graphql@16.5.0)': + '@graphql-tools/prisma-loader@8.0.17(@types/node@25.6.2)(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@graphql-tools/schema': 9.0.19(graphql@16.5.0) - '@graphql-tools/utils': 9.2.1(graphql@16.5.0) - fast-json-stable-stringify: 2.1.0 - graphql: 16.5.0 - tslib: 2.8.1 - - '@graphql-tools/optimize@1.4.0(graphql@16.5.0)': - dependencies: - graphql: 16.5.0 - tslib: 2.8.1 - - '@graphql-tools/optimize@2.0.0(graphql@16.5.0)': - dependencies: - graphql: 16.5.0 - tslib: 2.8.1 - - '@graphql-tools/prisma-loader@8.0.17(@types/node@25.6.2)(encoding@0.1.13)(graphql@16.5.0)': - dependencies: - '@graphql-tools/url-loader': 8.0.33(@types/node@25.6.2)(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/url-loader': 8.0.33(@types/node@25.6.2)(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@types/js-yaml': 4.0.9 '@whatwg-node/fetch': 0.10.10 chalk: 4.1.2 debug: 4.4.1 dotenv: 16.6.1 - graphql: 16.5.0 - graphql-request: 6.1.0(encoding@0.1.13)(graphql@16.5.0) + graphql: 16.14.2 + graphql-request: 6.1.0(encoding@0.1.13)(graphql@16.14.2) http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 jose: 5.10.0 @@ -11439,59 +11120,43 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-tools/relay-operation-optimizer@6.5.18(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-tools/relay-operation-optimizer@6.5.18(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@ardatan/relay-compiler': 12.0.0(encoding@0.1.13)(graphql@16.5.0) - '@graphql-tools/utils': 9.2.1(graphql@16.5.0) - graphql: 16.5.0 + '@ardatan/relay-compiler': 12.0.0(encoding@0.1.13)(graphql@16.14.2) + '@graphql-tools/utils': 9.2.1(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.8.1 transitivePeerDependencies: - encoding - supports-color - '@graphql-tools/relay-operation-optimizer@7.0.21(encoding@0.1.13)(graphql@16.5.0)': + '@graphql-tools/relay-operation-optimizer@7.0.21(encoding@0.1.13)(graphql@16.14.2)': dependencies: - '@ardatan/relay-compiler': 12.0.3(encoding@0.1.13)(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 + '@ardatan/relay-compiler': 12.0.3(encoding@0.1.13)(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.8.1 transitivePeerDependencies: - encoding - '@graphql-tools/schema@10.0.25(graphql@16.5.0)': - dependencies: - '@graphql-tools/merge': 9.1.1(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - graphql: 16.5.0 - tslib: 2.8.1 - - '@graphql-tools/schema@8.5.1(graphql@16.5.0)': - dependencies: - '@graphql-tools/merge': 8.3.1(graphql@16.5.0) - '@graphql-tools/utils': 8.9.0(graphql@16.5.0) - graphql: 16.5.0 - tslib: 2.8.1 - value-or-promise: 1.0.11 - - '@graphql-tools/schema@9.0.19(graphql@16.5.0)': + '@graphql-tools/schema@10.0.25(graphql@16.14.2)': dependencies: - '@graphql-tools/merge': 8.4.2(graphql@16.5.0) - '@graphql-tools/utils': 9.2.1(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-tools/merge': 9.1.1(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.8.1 - value-or-promise: 1.0.12 - '@graphql-tools/url-loader@8.0.33(@types/node@25.6.2)(graphql@16.5.0)': + '@graphql-tools/url-loader@8.0.33(@types/node@25.6.2)(graphql@16.14.2)': dependencies: - '@graphql-tools/executor-graphql-ws': 2.0.7(graphql@16.5.0) - '@graphql-tools/executor-http': 1.3.3(@types/node@25.6.2)(graphql@16.5.0) - '@graphql-tools/executor-legacy-ws': 1.1.19(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) - '@graphql-tools/wrap': 10.1.4(graphql@16.5.0) + '@graphql-tools/executor-graphql-ws': 2.0.7(graphql@16.14.2) + '@graphql-tools/executor-http': 1.3.3(@types/node@25.6.2)(graphql@16.14.2) + '@graphql-tools/executor-legacy-ws': 1.1.19(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) + '@graphql-tools/wrap': 10.1.4(graphql@16.14.2) '@types/ws': 8.18.1 '@whatwg-node/fetch': 0.10.10 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.5.0 + graphql: 16.14.2 isomorphic-ws: 5.0.0(ws@8.18.3) sync-fetch: 0.6.0-2 tslib: 2.8.1 @@ -11504,42 +11169,33 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-tools/utils@10.9.1(graphql@16.5.0)': + '@graphql-tools/utils@10.9.1(graphql@16.14.2)': dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.5.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.14.2) '@whatwg-node/promise-helpers': 1.3.2 cross-inspect: 1.0.1 dset: 3.1.4 - graphql: 16.5.0 - tslib: 2.8.1 - - '@graphql-tools/utils@8.9.0(graphql@16.5.0)': - dependencies: - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 - '@graphql-tools/utils@9.2.1(graphql@16.5.0)': + '@graphql-tools/utils@9.2.1(graphql@16.14.2)': dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.5.0) - graphql: 16.5.0 + '@graphql-typed-document-node/core': 3.2.0(graphql@16.14.2) + graphql: 16.14.2 tslib: 2.8.1 - '@graphql-tools/wrap@10.1.4(graphql@16.5.0)': + '@graphql-tools/wrap@10.1.4(graphql@16.14.2)': dependencies: - '@graphql-tools/delegate': 10.2.23(graphql@16.5.0) - '@graphql-tools/schema': 10.0.25(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/delegate': 10.2.23(graphql@16.14.2) + '@graphql-tools/schema': 10.0.25(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 - '@graphql-typed-document-node/core@3.2.0(graphql@16.14.0)': - dependencies: - graphql: 16.14.0 - - '@graphql-typed-document-node/core@3.2.0(graphql@16.5.0)': + '@graphql-typed-document-node/core@3.2.0(graphql@16.14.2)': dependencies: - graphql: 16.5.0 + graphql: 16.14.2 '@humanfs/core@0.19.1': {} @@ -11790,8 +11446,6 @@ snapshots: '@types/yargs': 16.0.9 chalk: 4.1.0 - '@josephg/resolvable@1.0.1': {} - '@jridgewell/gen-mapping@0.3.12': dependencies: '@jridgewell/sourcemap-codec': 1.5.4 @@ -12508,11 +12162,11 @@ snapshots: postcss: 8.5.14 tailwindcss: 4.1.11 - '@theguild/federation-composition@0.19.1(graphql@16.5.0)': + '@theguild/federation-composition@0.19.1(graphql@16.14.2)': dependencies: constant-case: 3.0.4 debug: 4.4.1 - graphql: 16.5.0 + graphql: 16.14.2 json5: 2.2.3 lodash.sortby: 4.7.0 transitivePeerDependencies: @@ -12540,10 +12194,6 @@ snapshots: tslib: 2.8.1 optional: true - '@types/accepts@1.3.7': - dependencies: - '@types/node': 22.19.18 - '@types/babel__core@7.20.5': dependencies: '@babel/parser': 7.28.0 @@ -12565,11 +12215,6 @@ snapshots: dependencies: '@babel/types': 7.28.2 - '@types/body-parser@1.19.2': - dependencies: - '@types/connect': 3.4.38 - '@types/node': 22.19.18 - '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 @@ -12609,12 +12254,6 @@ snapshots: '@types/estree@1.0.8': {} - '@types/express-serve-static-core@4.17.31': - dependencies: - '@types/node': 22.19.18 - '@types/qs': 6.14.0 - '@types/range-parser': 1.2.7 - '@types/express-serve-static-core@4.19.6': dependencies: '@types/node': 22.19.18 @@ -12629,13 +12268,6 @@ snapshots: '@types/qs': 6.14.0 '@types/serve-static': 1.15.8 - '@types/express@4.17.14': - dependencies: - '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.31 - '@types/qs': 6.14.0 - '@types/serve-static': 1.15.8 - '@types/fs-extra@11.0.1': dependencies: '@types/jsonfile': 6.1.4 @@ -12712,8 +12344,6 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@10.17.60': {} - '@types/node@16.11.42': {} '@types/node@16.11.47': {} @@ -12771,8 +12401,6 @@ snapshots: '@types/mime': 1.3.5 '@types/node': 22.19.18 - '@types/serialize-javascript@5.0.2': {} - '@types/serve-static@1.15.8': dependencies: '@types/http-errors': 2.0.5 @@ -13056,11 +12684,6 @@ snapshots: abbrev@1.1.1: optional: true - accepts@1.3.8: - dependencies: - mime-types: 2.1.35 - negotiator: 0.6.3 - accepts@2.0.0: dependencies: mime-types: 3.0.1 @@ -13161,92 +12784,6 @@ snapshots: normalize-path: 3.0.0 picomatch: 2.3.1 - apollo-datasource@3.3.2(encoding@0.1.13): - dependencies: - '@apollo/utils.keyvaluecache': 1.0.2 - apollo-server-env: 4.2.1(encoding@0.1.13) - transitivePeerDependencies: - - encoding - - apollo-reporting-protobuf@3.4.0: - dependencies: - '@apollo/protobufjs': 1.2.6 - - apollo-server-core@3.13.0(encoding@0.1.13)(graphql@16.5.0): - dependencies: - '@apollo/utils.keyvaluecache': 1.0.2 - '@apollo/utils.logger': 1.0.1 - '@apollo/utils.usagereporting': 1.0.1(graphql@16.5.0) - '@apollographql/apollo-tools': 0.5.4(graphql@16.5.0) - '@apollographql/graphql-playground-html': 1.6.29 - '@graphql-tools/mock': 8.7.20(graphql@16.5.0) - '@graphql-tools/schema': 8.5.1(graphql@16.5.0) - '@josephg/resolvable': 1.0.1 - apollo-datasource: 3.3.2(encoding@0.1.13) - apollo-reporting-protobuf: 3.4.0 - apollo-server-env: 4.2.1(encoding@0.1.13) - apollo-server-errors: 3.3.1(graphql@16.5.0) - apollo-server-plugin-base: 3.7.2(encoding@0.1.13)(graphql@16.5.0) - apollo-server-types: 3.8.0(encoding@0.1.13)(graphql@16.5.0) - async-retry: 1.3.3 - fast-json-stable-stringify: 2.1.0 - graphql: 16.5.0 - graphql-tag: 2.12.6(graphql@16.5.0) - loglevel: 1.9.2 - lru-cache: 6.0.0 - node-abort-controller: 3.1.1 - sha.js: 2.4.12 - uuid: 9.0.1 - whatwg-mimetype: 3.0.0 - transitivePeerDependencies: - - encoding - - apollo-server-env@4.2.1(encoding@0.1.13): - dependencies: - node-fetch: 2.7.0(encoding@0.1.13) - transitivePeerDependencies: - - encoding - - apollo-server-errors@3.3.1(graphql@16.5.0): - dependencies: - graphql: 16.5.0 - - apollo-server-express@3.13.0(encoding@0.1.13)(express@5.1.0)(graphql@16.5.0): - dependencies: - '@types/accepts': 1.3.7 - '@types/body-parser': 1.19.2 - '@types/cors': 2.8.12 - '@types/express': 4.17.14 - '@types/express-serve-static-core': 4.17.31 - accepts: 1.3.8 - apollo-server-core: 3.13.0(encoding@0.1.13)(graphql@16.5.0) - apollo-server-types: 3.8.0(encoding@0.1.13)(graphql@16.5.0) - body-parser: 1.20.3 - cors: 2.8.5 - express: 5.1.0 - graphql: 16.5.0 - parseurl: 1.3.3 - transitivePeerDependencies: - - encoding - - supports-color - - apollo-server-plugin-base@3.7.2(encoding@0.1.13)(graphql@16.5.0): - dependencies: - apollo-server-types: 3.8.0(encoding@0.1.13)(graphql@16.5.0) - graphql: 16.5.0 - transitivePeerDependencies: - - encoding - - apollo-server-types@3.8.0(encoding@0.1.13)(graphql@16.5.0): - dependencies: - '@apollo/utils.keyvaluecache': 1.0.2 - '@apollo/utils.logger': 1.0.1 - apollo-reporting-protobuf: 3.4.0 - apollo-server-env: 4.2.1(encoding@0.1.13) - graphql: 16.5.0 - transitivePeerDependencies: - - encoding - aproba@2.1.0: optional: true @@ -13558,23 +13095,6 @@ snapshots: blueimp-md5@2.19.0: {} - body-parser@1.20.3: - dependencies: - bytes: 3.1.2 - content-type: 1.0.5 - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - on-finished: 2.4.1 - qs: 6.13.0 - raw-body: 2.5.2 - type-is: 1.6.18 - unpipe: 1.0.0 - transitivePeerDependencies: - - supports-color - body-parser@2.2.0: dependencies: bytes: 3.1.2 @@ -13589,6 +13109,20 @@ snapshots: transitivePeerDependencies: - supports-color + body-parser@2.3.0: + dependencies: + bytes: 3.1.2 + content-type: 2.0.0 + debug: 4.4.3 + http-errors: 2.0.1 + iconv-lite: 0.7.3 + on-finished: 2.4.1 + qs: 6.15.3 + raw-body: 3.0.2 + type-is: 2.1.0 + transitivePeerDependencies: + - supports-color + boolbase@1.0.0: {} brace-expansion@1.1.12: @@ -13982,6 +13516,8 @@ snapshots: content-type@1.0.5: {} + content-type@2.0.0: {} + convert-source-map@1.9.0: {} convert-source-map@2.0.0: {} @@ -14050,8 +13586,6 @@ snapshots: cssesc@3.0.0: {} - cssfilter@0.0.10: {} - cssom@0.3.8: {} cssom@0.4.4: {} @@ -14102,10 +13636,6 @@ snapshots: debounce@1.2.1: {} - debug@2.6.9: - dependencies: - ms: 2.0.0 - debug@3.2.7: dependencies: ms: 2.1.3 @@ -14114,6 +13644,10 @@ snapshots: dependencies: ms: 2.1.3 + debug@4.4.3: + dependencies: + ms: 2.1.3 + decamelize@1.2.0: {} decimal.js@10.6.0: {} @@ -14168,16 +13702,12 @@ snapshots: delegates@1.0.0: optional: true - depd@1.1.2: {} - depd@2.0.0: {} dependency-graph@0.11.0: {} dequal@2.0.3: {} - destroy@1.2.0: {} - detect-gpu@5.0.70: dependencies: webgl-constants: 1.1.1 @@ -15190,14 +14720,6 @@ snapshots: transitivePeerDependencies: - supports-color - express-graphql@0.12.0(graphql@16.5.0): - dependencies: - accepts: 1.3.8 - content-type: 1.0.5 - graphql: 16.5.0 - http-errors: 1.8.0 - raw-body: 2.5.2 - express@5.1.0: dependencies: accepts: 2.0.0 @@ -15603,21 +15125,21 @@ snapshots: graphemer@1.4.0: {} - graphql-compose@9.0.8(graphql@16.5.0): + graphql-compose@9.0.8(graphql@16.14.2): dependencies: - graphql: 16.5.0 - graphql-type-json: 0.3.2(graphql@16.5.0) + graphql: 16.14.2 + graphql-type-json: 0.3.2(graphql@16.14.2) - graphql-config@5.1.5(@types/node@25.6.2)(graphql@16.5.0)(typescript@6.0.3): + graphql-config@5.1.5(@types/node@25.6.2)(graphql@16.14.2)(typescript@6.0.3): dependencies: - '@graphql-tools/graphql-file-loader': 8.0.22(graphql@16.5.0) - '@graphql-tools/json-file-loader': 8.0.20(graphql@16.5.0) - '@graphql-tools/load': 8.1.2(graphql@16.5.0) - '@graphql-tools/merge': 9.1.1(graphql@16.5.0) - '@graphql-tools/url-loader': 8.0.33(@types/node@25.6.2)(graphql@16.5.0) - '@graphql-tools/utils': 10.9.1(graphql@16.5.0) + '@graphql-tools/graphql-file-loader': 8.0.22(graphql@16.14.2) + '@graphql-tools/json-file-loader': 8.0.20(graphql@16.14.2) + '@graphql-tools/load': 8.1.2(graphql@16.14.2) + '@graphql-tools/merge': 9.1.1(graphql@16.14.2) + '@graphql-tools/url-loader': 8.0.33(@types/node@25.6.2)(graphql@16.14.2) + '@graphql-tools/utils': 10.9.1(graphql@16.14.2) cosmiconfig: 8.3.6(typescript@6.0.3) - graphql: 16.5.0 + graphql: 16.14.2 jiti: 2.5.1 minimatch: 9.0.5 string-env-interpolation: 1.0.1 @@ -15632,34 +15154,32 @@ snapshots: - uWebSockets.js - utf-8-validate - graphql-request@6.1.0(encoding@0.1.13)(graphql@16.5.0): + graphql-request@6.1.0(encoding@0.1.13)(graphql@16.14.2): dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.5.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.14.2) cross-fetch: 3.2.0(encoding@0.1.13) - graphql: 16.5.0 + graphql: 16.14.2 transitivePeerDependencies: - encoding - graphql-tag@2.12.6(graphql@16.5.0): + graphql-tag@2.12.6(graphql@16.14.2): dependencies: - graphql: 16.5.0 + graphql: 16.14.2 tslib: 2.8.1 - graphql-type-json@0.3.2(graphql@16.5.0): + graphql-type-json@0.3.2(graphql@16.14.2): dependencies: - graphql: 16.5.0 + graphql: 16.14.2 - graphql-ws@6.0.6(graphql@16.5.0)(ws@8.18.3): + graphql-ws@6.0.6(graphql@16.14.2)(ws@8.18.3): dependencies: - graphql: 16.5.0 + graphql: 16.14.2 optionalDependencies: ws: 8.18.3 graphql@16.11.0: {} - graphql@16.14.0: {} - - graphql@16.5.0: {} + graphql@16.14.2: {} gray-matter@4.0.3: dependencies: @@ -15832,20 +15352,20 @@ snapshots: http-cache-semantics@4.2.0: optional: true - http-errors@1.8.0: + http-errors@2.0.0: dependencies: - depd: 1.1.2 + depd: 2.0.0 inherits: 2.0.4 setprototypeof: 1.2.0 - statuses: 1.5.0 - toidentifier: 1.0.0 + statuses: 2.0.1 + toidentifier: 1.0.1 - http-errors@2.0.0: + http-errors@2.0.1: dependencies: depd: 2.0.0 inherits: 2.0.4 setprototypeof: 1.2.0 - statuses: 2.0.1 + statuses: 2.0.2 toidentifier: 1.0.1 http-proxy-agent@4.0.1: @@ -15896,6 +15416,10 @@ snapshots: dependencies: safer-buffer: 2.1.2 + iconv-lite@0.7.3: + dependencies: + safer-buffer: 2.1.2 + identity-obj-proxy@3.0.0: dependencies: harmony-reflect: 1.6.2 @@ -16837,6 +16361,8 @@ snapshots: lodash-es@4.17.21: {} + lodash-es@4.18.1: {} + lodash.merge@4.6.2: {} lodash.sortby@4.7.0: {} @@ -16892,8 +16418,6 @@ snapshots: dependencies: yallist: 4.0.0 - lru-cache@7.13.1: {} - maath@0.10.8(@types/three@0.175.0)(three@0.175.0): dependencies: '@types/three': 0.175.0 @@ -17235,8 +16759,6 @@ snapshots: dependencies: '@types/mdast': 4.0.4 - media-typer@0.3.0: {} - media-typer@1.1.0: {} mem@9.0.2: @@ -17764,8 +17286,6 @@ snapshots: mrmime@2.0.1: {} - ms@2.0.0: {} - ms@2.1.3: {} multimatch@4.0.0: @@ -17792,7 +17312,8 @@ snapshots: natural-compare@1.4.0: {} - negotiator@0.6.3: {} + negotiator@0.6.3: + optional: true negotiator@1.0.0: {} @@ -17829,8 +17350,6 @@ snapshots: dependencies: semver: 7.7.2 - node-abort-controller@3.1.1: {} - node-addon-api@3.2.1: {} node-addon-api@5.1.0: {} @@ -18432,36 +17951,33 @@ snapshots: punycode@2.3.1: {} - qs@6.13.0: + qs@6.14.0: dependencies: side-channel: 1.1.0 - qs@6.14.0: + qs@6.15.3: dependencies: - side-channel: 1.1.0 + es-define-property: 1.0.1 + side-channel: 1.1.1 querystringify@2.2.0: {} queue-microtask@1.2.3: {} - randombytes@2.1.0: - dependencies: - safe-buffer: 5.2.1 - range-parser@1.2.1: {} - raw-body@2.5.2: + raw-body@3.0.0: dependencies: bytes: 3.1.2 http-errors: 2.0.0 - iconv-lite: 0.4.24 + iconv-lite: 0.6.3 unpipe: 1.0.0 - raw-body@3.0.0: + raw-body@3.0.2: dependencies: bytes: 3.1.2 - http-errors: 2.0.0 - iconv-lite: 0.6.3 + http-errors: 2.0.1 + iconv-lite: 0.7.3 unpipe: 1.0.0 rc@1.2.8: @@ -18634,14 +18150,6 @@ snapshots: transitivePeerDependencies: - supports-color - remark-github@11.2.4: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-find-and-replace: 2.2.2 - mdast-util-to-string: 3.2.0 - unified: 10.1.2 - unist-util-visit: 4.1.2 - remark-html@15.0.2: dependencies: '@types/mdast': 3.0.15 @@ -18953,10 +18461,6 @@ snapshots: dependencies: type-fest: 0.13.1 - serialize-javascript@6.0.2: - dependencies: - randombytes: 2.1.0 - serve-static@2.2.0: dependencies: encodeurl: 2.0.0 @@ -19067,6 +18571,11 @@ snapshots: es-errors: 1.3.0 object-inspect: 1.13.4 + side-channel-list@1.0.1: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.4 + side-channel-map@1.0.1: dependencies: call-bound: 1.0.4 @@ -19090,6 +18599,14 @@ snapshots: side-channel-map: 1.0.1 side-channel-weakmap: 1.0.2 + side-channel@1.1.1: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.4 + side-channel-list: 1.0.1 + side-channel-map: 1.0.1 + side-channel-weakmap: 1.0.2 + siginfo@2.0.0: {} signal-exit@3.0.7: {} @@ -19217,8 +18734,6 @@ snapshots: stats.js@0.17.0: {} - statuses@1.5.0: {} - statuses@2.0.1: {} statuses@2.0.2: {} @@ -19633,8 +19148,6 @@ snapshots: is-buffer: 2.0.5 vfile: 5.3.4 - toidentifier@1.0.0: {} - toidentifier@1.0.1: {} totalist@3.0.1: {} @@ -19961,17 +19474,18 @@ snapshots: type-fest@1.4.0: {} - type-is@1.6.18: - dependencies: - media-typer: 0.3.0 - mime-types: 2.1.35 - type-is@2.0.1: dependencies: content-type: 1.0.5 media-typer: 1.1.0 mime-types: 3.0.1 + type-is@2.1.0: + dependencies: + content-type: 2.0.0 + media-typer: 1.1.0 + mime-types: 3.0.1 + typed-array-buffer@1.0.3: dependencies: call-bound: 1.0.4 @@ -20209,10 +19723,6 @@ snapshots: utility-types@3.11.0: {} - uuid@11.1.0: {} - - uuid@9.0.1: {} - uvu@0.5.6: dependencies: dequal: 2.0.3 @@ -20232,10 +19742,6 @@ snapshots: convert-source-map: 1.9.0 source-map: 0.7.6 - value-or-promise@1.0.11: {} - - value-or-promise@1.0.12: {} - vary@1.1.2: {} vfile-location@4.1.0: @@ -20384,8 +19890,6 @@ snapshots: whatwg-mimetype@2.3.0: {} - whatwg-mimetype@3.0.0: {} - whatwg-mimetype@4.0.0: {} whatwg-url@5.0.0: @@ -20504,11 +20008,6 @@ snapshots: xmlchars@2.2.0: {} - xss@1.0.15: - dependencies: - commander: 2.20.3 - cssfilter: 0.0.10 - y18n@4.0.3: {} y18n@5.0.8: {}