diff --git a/apps/voucher/package.json b/apps/voucher/package.json index 93da665931..317f2bee29 100644 --- a/apps/voucher/package.json +++ b/apps/voucher/package.json @@ -26,8 +26,8 @@ "dependencies": { "@apollo/client": "^3.7.12", "@apollo/experimental-nextjs-app-support": "^0.8.0", - "@apollo/server": "^4.7.1", - "@as-integrations/next": "^3.1.0", + "@apollo/server": "^5.0.0", + "@as-integrations/next": "^4.0.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.11.16", @@ -55,7 +55,7 @@ "dotenv": "^16.0.3", "eslint": "8.40.0", "eslint-config-next": "13.4.2", - "graphql": "^16.6.0", + "graphql": "^16.11.0", "graphql-ws": "^5.16.0", "knex": "^3.1.0", "next": "14.2.26", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e344af5b4..390d1085cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -853,16 +853,16 @@ importers: dependencies: '@apollo/client': specifier: ^3.7.12 - version: 3.13.8(@types/react@18.3.23)(graphql-ws@5.16.2)(graphql@16.11.0)(react-dom@18.2.0)(react@18.2.0) + version: 3.13.8(@types/react@18.3.23)(graphql-ws@5.16.2)(graphql@16.13.1)(react-dom@18.2.0)(react@18.2.0) '@apollo/experimental-nextjs-app-support': specifier: ^0.8.0 version: 0.8.0(@apollo/client@3.13.8)(next@14.2.26)(react@18.2.0) '@apollo/server': - specifier: ^4.7.1 - version: 4.12.2(graphql@16.11.0) + specifier: ^5.0.0 + version: 5.5.0(graphql@16.13.1) '@as-integrations/next': - specifier: ^3.1.0 - version: 3.2.0(@apollo/server@4.12.2)(next@14.2.26) + specifier: ^4.0.0 + version: 4.1.0(@apollo/server@5.5.0)(next@14.2.26) '@emotion/react': specifier: ^11.11.1 version: 11.14.0(@types/react@18.3.23)(react@18.2.0) @@ -945,11 +945,11 @@ importers: specifier: 13.4.2 version: 13.4.2(eslint@8.40.0)(typescript@5.8.3) graphql: - specifier: ^16.6.0 - version: 16.11.0 + specifier: ^16.11.0 + version: 16.13.1 graphql-ws: specifier: ^5.16.0 - version: 5.16.2(graphql@16.11.0) + version: 5.16.2(graphql@16.13.1) knex: specifier: ^3.1.0 version: 3.1.0(pg@8.16.3) @@ -995,22 +995,22 @@ importers: version: link:../../lib/eslint-config '@graphql-codegen/cli': specifier: 5.0.3 - version: 5.0.3(@types/node@20.11.24)(graphql@16.11.0)(typescript@5.8.3) + version: 5.0.3(@types/node@20.11.24)(graphql@16.13.1)(typescript@5.8.3) '@graphql-codegen/client-preset': specifier: ^4.2.4 - version: 4.8.3(graphql@16.11.0) + version: 4.8.3(graphql@16.13.1) '@graphql-codegen/introspection': specifier: 4.0.0 - version: 4.0.0(graphql@16.11.0) + version: 4.0.0(graphql@16.13.1) '@graphql-codegen/typescript': specifier: ^4.0.0 - version: 4.1.6(graphql@16.11.0) + version: 4.1.6(graphql@16.13.1) '@graphql-codegen/typescript-operations': specifier: ^4.0.0 - version: 4.6.1(graphql@16.11.0) + version: 4.6.1(graphql@16.13.1) '@graphql-codegen/typescript-react-apollo': specifier: ^3.3.7 - version: 3.3.7(graphql-tag@2.12.6)(graphql@16.11.0) + version: 3.3.7(graphql-tag@2.12.6)(graphql@16.13.1) '@types/jest': specifier: ^29.5.3 version: 29.5.14 @@ -1754,6 +1754,14 @@ packages: graphql: 16.11.0 dev: false + /@apollo/cache-control-types@1.0.3(graphql@16.13.1): + resolution: {integrity: sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==} + peerDependencies: + graphql: 14.x || 15.x || 16.x + dependencies: + graphql: 16.13.1 + dev: false + /@apollo/client-react-streaming@0.11.11(@apollo/client@3.13.8)(graphql@16.11.0)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-h7u/D5GDq5mn2BXaWBiK9z+i90mzmBCnOeRt4Iarc1qwTt40Q4u2yEXPw8ma1BywZ2uLJyVuAb6EyA605eqeEQ==} peerDependencies: @@ -1846,7 +1854,7 @@ packages: - '@types/react' dev: false - /@apollo/client@3.13.8(@types/react@18.3.23)(graphql-ws@5.16.2)(graphql@16.11.0)(react-dom@18.2.0)(react@18.2.0): + /@apollo/client@3.13.8(@types/react@18.3.23)(graphql-ws@5.16.2)(graphql@16.11.0)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-YM9lQpm0VfVco4DSyKooHS/fDTiKQcCHfxr7i3iL6a0kP/jNO5+4NFK6vtRDxaYisd5BrwOZHLJpPBnvRVpKPg==} peerDependencies: graphql: ^15.0.0 || ^16.0.0 @@ -1874,9 +1882,9 @@ packages: hoist-non-react-statics: 3.3.2 optimism: 0.18.1 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - rehackt: 0.1.0(@types/react@18.3.23)(react@18.2.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + rehackt: 0.1.0(@types/react@18.3.23)(react@18.3.1) symbol-observable: 4.0.0 ts-invariant: 0.10.3 tslib: 2.8.1 @@ -1885,7 +1893,7 @@ packages: - '@types/react' dev: false - /@apollo/client@3.13.8(@types/react@18.3.23)(graphql-ws@5.16.2)(graphql@16.11.0)(react-dom@18.3.1)(react@18.3.1): + /@apollo/client@3.13.8(@types/react@18.3.23)(graphql-ws@5.16.2)(graphql@16.13.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-YM9lQpm0VfVco4DSyKooHS/fDTiKQcCHfxr7i3iL6a0kP/jNO5+4NFK6vtRDxaYisd5BrwOZHLJpPBnvRVpKPg==} peerDependencies: graphql: ^15.0.0 || ^16.0.0 @@ -1903,19 +1911,19 @@ packages: subscriptions-transport-ws: optional: true dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.13.1) '@wry/caches': 1.0.1 '@wry/equality': 0.5.7 '@wry/trie': 0.5.0 - graphql: 16.11.0 - graphql-tag: 2.12.6(graphql@16.11.0) - graphql-ws: 5.16.2(graphql@16.11.0) + graphql: 16.13.1 + graphql-tag: 2.12.6(graphql@16.13.1) + graphql-ws: 5.16.2(graphql@16.13.1) hoist-non-react-statics: 3.3.2 optimism: 0.18.1 prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - rehackt: 0.1.0(@types/react@18.3.23)(react@18.3.1) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + rehackt: 0.1.0(@types/react@18.3.23)(react@18.2.0) symbol-observable: 4.0.0 ts-invariant: 0.10.3 tslib: 2.8.1 @@ -1978,7 +1986,7 @@ packages: next: ^13.4.1 || ^14.0.0 react: ^18 dependencies: - '@apollo/client': 3.13.8(@types/react@18.3.23)(graphql-ws@5.16.2)(graphql@16.11.0)(react-dom@18.2.0)(react@18.2.0) + '@apollo/client': 3.13.8(@types/react@18.3.23)(graphql-ws@5.16.2)(graphql@16.13.1)(react-dom@18.2.0)(react@18.2.0) next: 14.2.26(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 server-only: 0.0.1 @@ -2017,6 +2025,18 @@ packages: graphql: 16.11.0 dev: false + /@apollo/server-gateway-interface@2.0.0(graphql@16.13.1): + resolution: {integrity: sha512-3HEMD6fSantG2My3jWkb9dvfkF9vJ4BDLRjMgsnD790VINtuPaEp+h3Hg9HOHiWkML6QsOhnaRqZ+gvhp3y8Nw==} + peerDependencies: + graphql: 14.x || 15.x || 16.x + 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.13.1 + dev: false + /@apollo/server@4.12.2(graphql@16.11.0): resolution: {integrity: sha512-jKRlf+sBMMdKYrjMoiWKne42Eb6paBfDOr08KJnUaeaiyWFj+/040FjVPQI7YGLfdwnYIsl1NUUqS2UdgezJDg==} engines: {node: '>=14.16.0'} @@ -2053,6 +2073,38 @@ packages: - supports-color dev: false + /@apollo/server@5.5.0(graphql@16.13.1): + resolution: {integrity: sha512-vWtodBOK/SZwBTJzItECOmLfL8E8pn/IdvP7pnxN5g2tny9iW4+9sxdajE798wV1H2+PYp/rRcl/soSHIBKMPw==} + engines: {node: '>=20'} + peerDependencies: + graphql: ^16.11.0 + dependencies: + '@apollo/cache-control-types': 1.0.3(graphql@16.13.1) + '@apollo/server-gateway-interface': 2.0.0(graphql@16.13.1) + '@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.13.1) + '@apollo/utils.withrequired': 3.0.0 + '@graphql-tools/schema': 10.0.23(graphql@16.13.1) + async-retry: 1.3.3 + body-parser: 2.2.2 + content-type: 1.0.5 + cors: 2.8.5 + finalhandler: 2.1.1 + graphql: 16.13.1 + loglevel: 1.9.2 + lru-cache: 11.2.7 + negotiator: 1.0.0 + uuid: 11.1.0 + whatwg-mimetype: 4.0.0 + transitivePeerDependencies: + - supports-color + dev: false + /@apollo/usage-reporting-protobuf@4.1.1: resolution: {integrity: sha512-u40dIUePHaSKVshcedO7Wp+mPiZsaU6xjv9J+VyxpoU/zL6Jle+9zWeG98tr/+SZ0nZ4OXhrbb8SNr0rAPpIDA==} dependencies: @@ -2067,6 +2119,14 @@ packages: sha.js: 2.4.12 dev: false + /@apollo/utils.createhash@3.0.1: + resolution: {integrity: sha512-CKrlySj4eQYftBE5MJ8IzKwIibQnftDT7yGfsJy5KSEEnLlPASX0UTpbKqkjlVEwPPd4mEwI7WOM7XNxEuO05A==} + engines: {node: '>=16'} + dependencies: + '@apollo/utils.isnodelike': 3.0.0 + sha.js: 2.4.12 + dev: false + /@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.11.0): resolution: {integrity: sha512-EsPIBqsSt2BwDsv8Wu76LK5R1KtsVkNoO4b0M5aK0hx+dGg9xJXuqlr7Fo34Dl+y83jmzn+UvEW+t1/GP2melA==} engines: {node: '>=14'} @@ -2076,16 +2136,35 @@ packages: graphql: 16.11.0 dev: false + /@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.13.1): + resolution: {integrity: sha512-EsPIBqsSt2BwDsv8Wu76LK5R1KtsVkNoO4b0M5aK0hx+dGg9xJXuqlr7Fo34Dl+y83jmzn+UvEW+t1/GP2melA==} + engines: {node: '>=14'} + peerDependencies: + graphql: 14.x || 15.x || 16.x + dependencies: + graphql: 16.13.1 + dev: false + /@apollo/utils.fetcher@2.0.1: resolution: {integrity: sha512-jvvon885hEyWXd4H6zpWeN3tl88QcWnHp5gWF5OPF34uhvoR+DFqcNxs9vrRaBBSY3qda3Qe0bdud7tz2zGx1A==} engines: {node: '>=14'} dev: false + /@apollo/utils.fetcher@3.1.0: + resolution: {integrity: sha512-Z3QAyrsQkvrdTuHAFwWDNd+0l50guwoQUoaDQssLOjkmnmVuvXlJykqlEJolio+4rFwBnWdoY1ByFdKaQEcm7A==} + engines: {node: '>=16'} + dev: false + /@apollo/utils.isnodelike@2.0.1: resolution: {integrity: sha512-w41XyepR+jBEuVpoRM715N2ZD0xMD413UiJx8w5xnAZD2ZkSJnMJBoIzauK83kJpSgNuR6ywbV29jG9NmxjK0Q==} engines: {node: '>=14'} dev: false + /@apollo/utils.isnodelike@3.0.0: + resolution: {integrity: sha512-xrjyjfkzunZ0DeF6xkHaK5IKR8F1FBq6qV+uZ+h9worIF/2YSzA0uoBxGv6tbTeo9QoIQnRW4PVFzGix5E7n/g==} + engines: {node: '>=16'} + dev: false + /@apollo/utils.keyvaluecache@2.1.1: resolution: {integrity: sha512-qVo5PvUUMD8oB9oYvq4ViCjYAMWnZ5zZwEjNF37L2m1u528x5mueMlU+Cr1UinupCgdB78g+egA1G98rbJ03Vw==} engines: {node: '>=14'} @@ -2094,11 +2173,24 @@ packages: lru-cache: 7.18.3 dev: false + /@apollo/utils.keyvaluecache@4.0.0: + resolution: {integrity: sha512-mKw1myRUkQsGPNB+9bglAuhviodJ2L2MRYLTafCMw5BIo7nbvCPNCkLnIHjZ1NOzH7SnMAr5c9LmXiqsgYqLZw==} + engines: {node: '>=20'} + dependencies: + '@apollo/utils.logger': 3.0.0 + lru-cache: 11.2.7 + dev: false + /@apollo/utils.logger@2.0.1: resolution: {integrity: sha512-YuplwLHaHf1oviidB7MxnCXAdHp3IqYV8n0momZ3JfLniae92eYqMIx+j5qJFX6WKJPs6q7bczmV4lXIsTu5Pg==} engines: {node: '>=14'} dev: false + /@apollo/utils.logger@3.0.0: + resolution: {integrity: sha512-M8V8JOTH0F2qEi+ktPfw4RL7MvUycDfKp7aEap2eWXfL5SqWHN6jTLbj5f5fj1cceHpyaUSOZlvlaaryaxZAmg==} + engines: {node: '>=16'} + dev: false + /@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.11.0): resolution: {integrity: sha512-9M4LUXV/fQBh8vZWlLvb/HyyhjJ77/I5ZKu+NBWV/BmYGyRmoEP9EVAy7LCVoY3t8BDcyCAGfxJaLFCSuQkPUg==} engines: {node: '>=14'} @@ -2108,6 +2200,15 @@ packages: graphql: 16.11.0 dev: false + /@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.13.1): + resolution: {integrity: sha512-9M4LUXV/fQBh8vZWlLvb/HyyhjJ77/I5ZKu+NBWV/BmYGyRmoEP9EVAy7LCVoY3t8BDcyCAGfxJaLFCSuQkPUg==} + engines: {node: '>=14'} + peerDependencies: + graphql: 14.x || 15.x || 16.x + dependencies: + graphql: 16.13.1 + dev: false + /@apollo/utils.removealiases@2.0.1(graphql@16.11.0): resolution: {integrity: sha512-0joRc2HBO4u594Op1nev+mUF6yRnxoUH64xw8x3bX7n8QBDYdeYgY4tF0vJReTy+zdn2xv6fMsquATSgC722FA==} engines: {node: '>=14'} @@ -2117,6 +2218,15 @@ packages: graphql: 16.11.0 dev: false + /@apollo/utils.removealiases@2.0.1(graphql@16.13.1): + resolution: {integrity: sha512-0joRc2HBO4u594Op1nev+mUF6yRnxoUH64xw8x3bX7n8QBDYdeYgY4tF0vJReTy+zdn2xv6fMsquATSgC722FA==} + engines: {node: '>=14'} + peerDependencies: + graphql: 14.x || 15.x || 16.x + dependencies: + graphql: 16.13.1 + dev: false + /@apollo/utils.sortast@2.0.1(graphql@16.11.0): resolution: {integrity: sha512-eciIavsWpJ09za1pn37wpsCGrQNXUhM0TktnZmHwO+Zy9O4fu/WdB4+5BvVhFiZYOXvfjzJUcc+hsIV8RUOtMw==} engines: {node: '>=14'} @@ -2127,6 +2237,16 @@ packages: lodash.sortby: 4.7.0 dev: false + /@apollo/utils.sortast@2.0.1(graphql@16.13.1): + resolution: {integrity: sha512-eciIavsWpJ09za1pn37wpsCGrQNXUhM0TktnZmHwO+Zy9O4fu/WdB4+5BvVhFiZYOXvfjzJUcc+hsIV8RUOtMw==} + engines: {node: '>=14'} + peerDependencies: + graphql: 14.x || 15.x || 16.x + dependencies: + graphql: 16.13.1 + lodash.sortby: 4.7.0 + dev: false + /@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.11.0): resolution: {integrity: sha512-QJs7HtzXS/JIPMKWimFnUMK7VjkGQTzqD9bKD1h3iuPAqLsxd0mUNVbkYOPTsDhUKgcvUOfOqOJWYohAKMvcSA==} engines: {node: '>=14'} @@ -2136,6 +2256,15 @@ packages: graphql: 16.11.0 dev: false + /@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.13.1): + resolution: {integrity: sha512-QJs7HtzXS/JIPMKWimFnUMK7VjkGQTzqD9bKD1h3iuPAqLsxd0mUNVbkYOPTsDhUKgcvUOfOqOJWYohAKMvcSA==} + engines: {node: '>=14'} + peerDependencies: + graphql: 14.x || 15.x || 16.x + dependencies: + graphql: 16.13.1 + dev: false + /@apollo/utils.usagereporting@2.1.0(graphql@16.11.0): resolution: {integrity: sha512-LPSlBrn+S17oBy5eWkrRSGb98sWmnEzo3DPTZgp8IQc8sJe0prDgDuppGq4NeQlpoqEHz0hQeYHAOA0Z3aQsxQ==} engines: {node: '>=14'} @@ -2151,11 +2280,31 @@ packages: graphql: 16.11.0 dev: false + /@apollo/utils.usagereporting@2.1.0(graphql@16.13.1): + resolution: {integrity: sha512-LPSlBrn+S17oBy5eWkrRSGb98sWmnEzo3DPTZgp8IQc8sJe0prDgDuppGq4NeQlpoqEHz0hQeYHAOA0Z3aQsxQ==} + engines: {node: '>=14'} + peerDependencies: + graphql: 14.x || 15.x || 16.x + dependencies: + '@apollo/usage-reporting-protobuf': 4.1.1 + '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.13.1) + '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.13.1) + '@apollo/utils.removealiases': 2.0.1(graphql@16.13.1) + '@apollo/utils.sortast': 2.0.1(graphql@16.13.1) + '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.13.1) + graphql: 16.13.1 + dev: false + /@apollo/utils.withrequired@2.0.1: resolution: {integrity: sha512-YBDiuAX9i1lLc6GeTy1m7DGLFn/gMnvXqlalOIMjM7DeOgIacEjjfwPqb0M1CQ2v11HhR15d1NmxJoRCfrNqcA==} engines: {node: '>=14'} dev: false + /@apollo/utils.withrequired@3.0.0: + resolution: {integrity: sha512-aaxeavfJ+RHboh7c2ofO5HHtQobGX4AgUujXP4CXpREHp9fQ9jPi6K9T1jrAKe7HIipoP0OJ1gd6JamSkFIpvA==} + engines: {node: '>=16'} + dev: false + /@ardatan/relay-compiler@12.0.0(graphql@16.11.0): resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} hasBin: true @@ -2185,6 +2334,35 @@ packages: - supports-color dev: true + /@ardatan/relay-compiler@12.0.0(graphql@16.13.1): + resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} + hasBin: true + peerDependencies: + graphql: '*' + dependencies: + '@babel/core': 7.27.7 + '@babel/generator': 7.27.5 + '@babel/parser': 7.27.7 + '@babel/runtime': 7.27.6 + '@babel/traverse': 7.27.7 + '@babel/types': 7.27.7 + babel-preset-fbjs: 3.4.0(@babel/core@7.27.7) + chalk: 4.1.2 + fb-watchman: 2.0.2 + fbjs: 3.0.5 + glob: 7.2.3 + graphql: 16.13.1 + immutable: 3.7.6 + invariant: 2.2.4 + nullthrows: 1.1.1 + relay-runtime: 12.0.0 + signedsource: 1.0.0 + yargs: 15.4.1 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + /@ardatan/relay-compiler@12.0.3(graphql@16.11.0): resolution: {integrity: sha512-mBDFOGvAoVlWaWqs3hm1AciGHSQE1rqFc/liZTyYz/Oek9yZdT5H26pH2zAFuEiTiBVPPyMuqf5VjOFPI2DGsQ==} hasBin: true @@ -2206,6 +2384,27 @@ packages: - encoding dev: true + /@ardatan/relay-compiler@12.0.3(graphql@16.13.1): + resolution: {integrity: sha512-mBDFOGvAoVlWaWqs3hm1AciGHSQE1rqFc/liZTyYz/Oek9yZdT5H26pH2zAFuEiTiBVPPyMuqf5VjOFPI2DGsQ==} + hasBin: true + peerDependencies: + graphql: '*' + dependencies: + '@babel/generator': 7.27.5 + '@babel/parser': 7.27.7 + '@babel/runtime': 7.27.6 + chalk: 4.1.2 + fb-watchman: 2.0.2 + graphql: 16.13.1 + immutable: 3.7.6 + invariant: 2.2.4 + nullthrows: 1.1.1 + relay-runtime: 12.0.0 + signedsource: 1.0.0 + transitivePeerDependencies: + - encoding + dev: true + /@ardatan/sync-fetch@0.0.1: resolution: {integrity: sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==} engines: {node: '>=14'} @@ -2215,14 +2414,14 @@ packages: - encoding dev: true - /@as-integrations/next@3.2.0(@apollo/server@4.12.2)(next@14.2.26): - resolution: {integrity: sha512-JTVtRwHdOQTixIacmvfdUukSqNytEHfgvg+K9P8cW7JeF4SCPXat+i9abSII3/cbR6/GQwFZ6gq+c4R0nmSzMg==} - engines: {node: '>=18'} + /@as-integrations/next@4.1.0(@apollo/server@5.5.0)(next@14.2.26): + resolution: {integrity: sha512-QZ+bGlLn1ahYpVt60CofkgJUB0XhG6JghkoCywCnzueQM9qoQct0WPGMNZuWXyfBxXJGCbeF/tsIlATlHT1HoQ==} + engines: {node: '>=20'} peerDependencies: - '@apollo/server': ^4.0.0 - next: ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 + '@apollo/server': ^5.0.0 + next: ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@apollo/server': 4.12.2(graphql@16.11.0) + '@apollo/server': 5.5.0(graphql@16.13.1) next: 14.2.26(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@18.2.0)(react@18.2.0) dev: false @@ -2910,7 +3109,7 @@ packages: '@babel/traverse': 7.27.7 '@babel/types': 7.27.7 convert-source-map: 1.9.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -2933,7 +3132,7 @@ packages: '@babel/traverse': 7.27.7 '@babel/types': 7.27.7 convert-source-map: 2.0.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -5455,7 +5654,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 @@ -5471,7 +5670,7 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: ajv: 6.12.6 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) espree: 10.4.0 globals: 14.0.0 ignore: 5.3.2 @@ -5699,6 +5898,16 @@ packages: tslib: 2.6.3 dev: true + /@graphql-codegen/add@5.0.3(graphql@16.13.1): + resolution: {integrity: sha512-SxXPmramkth8XtBlAHu4H4jYcYXM/o3p01+psU+0NADQowA8jtYkK6MW5rV6T+CxkEaNZItfSmZRPgIuypcqnA==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.6.3 + dev: true + /@graphql-codegen/cli@5.0.3(@types/node@20.11.24)(graphql@16.11.0)(typescript@5.2.2): resolution: {integrity: sha512-ULpF6Sbu2d7vNEOgBtE9avQp2oMgcPY/QBYcCqk0Xru5fz+ISjcovQX29V7CS7y5wWBRzNLoXwJQGeEyWbl05g==} engines: {node: '>=16'} @@ -5947,6 +6156,68 @@ packages: - utf-8-validate dev: true + /@graphql-codegen/cli@5.0.3(@types/node@20.11.24)(graphql@16.13.1)(typescript@5.8.3): + resolution: {integrity: sha512-ULpF6Sbu2d7vNEOgBtE9avQp2oMgcPY/QBYcCqk0Xru5fz+ISjcovQX29V7CS7y5wWBRzNLoXwJQGeEyWbl05g==} + engines: {node: '>=16'} + hasBin: true + peerDependencies: + '@parcel/watcher': ^2.1.0 + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + peerDependenciesMeta: + '@parcel/watcher': + optional: true + dependencies: + '@babel/generator': 7.27.5 + '@babel/template': 7.27.2 + '@babel/types': 7.27.7 + '@graphql-codegen/client-preset': 4.8.3(graphql@16.13.1) + '@graphql-codegen/core': 4.0.2(graphql@16.13.1) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-tools/apollo-engine-loader': 8.0.20(graphql@16.13.1) + '@graphql-tools/code-file-loader': 8.1.20(graphql@16.13.1) + '@graphql-tools/git-loader': 8.0.24(graphql@16.13.1) + '@graphql-tools/github-loader': 8.0.20(@types/node@20.11.24)(graphql@16.13.1) + '@graphql-tools/graphql-file-loader': 8.0.20(graphql@16.13.1) + '@graphql-tools/json-file-loader': 8.0.18(graphql@16.13.1) + '@graphql-tools/load': 8.1.0(graphql@16.13.1) + '@graphql-tools/prisma-loader': 8.0.17(@types/node@20.11.24)(graphql@16.13.1) + '@graphql-tools/url-loader': 8.0.31(@types/node@20.11.24)(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@whatwg-node/fetch': 0.9.23 + chalk: 4.1.2 + cosmiconfig: 8.3.6(typescript@5.8.3) + debounce: 1.2.1 + detect-indent: 6.1.0 + graphql: 16.13.1 + graphql-config: 5.1.5(@types/node@20.11.24)(graphql@16.13.1)(typescript@5.8.3) + inquirer: 8.2.6 + is-glob: 4.0.3 + jiti: 1.21.7 + json-to-pretty-yaml: 1.2.2 + listr2: 4.0.5 + log-symbols: 4.1.0 + micromatch: 4.0.8 + shell-quote: 1.8.3 + string-env-interpolation: 1.0.1 + ts-log: 2.2.7 + tslib: 2.8.1 + yaml: 2.8.0 + yargs: 17.7.2 + transitivePeerDependencies: + - '@fastify/websocket' + - '@types/node' + - bufferutil + - cosmiconfig-toml-loader + - crossws + - encoding + - enquirer + - graphql-sock + - supports-color + - typescript + - uWebSockets.js + - utf-8-validate + dev: true + /@graphql-codegen/client-preset@4.8.3(graphql@16.11.0): resolution: {integrity: sha512-QpEsPSO9fnRxA6Z66AmBuGcwHjZ6dYSxYo5ycMlYgSPzAbyG8gn/kWljofjJfWqSY+T/lRn+r8IXTH14ml24vQ==} engines: {node: '>=16'} @@ -5975,16 +6246,56 @@ packages: - encoding dev: true - /@graphql-codegen/core@4.0.2(graphql@16.11.0): - resolution: {integrity: sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg==} + /@graphql-codegen/client-preset@4.8.3(graphql@16.13.1): + resolution: {integrity: sha512-QpEsPSO9fnRxA6Z66AmBuGcwHjZ6dYSxYo5ycMlYgSPzAbyG8gn/kWljofjJfWqSY+T/lRn+r8IXTH14ml24vQ==} + engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql-sock: ^1.0.0 + peerDependenciesMeta: + graphql-sock: + optional: true dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) - '@graphql-tools/schema': 10.0.23(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - graphql: 16.11.0 - tslib: 2.6.3 + '@babel/helper-plugin-utils': 7.27.1 + '@babel/template': 7.27.2 + '@graphql-codegen/add': 5.0.3(graphql@16.13.1) + '@graphql-codegen/gql-tag-operations': 4.0.17(graphql@16.13.1) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-codegen/typed-document-node': 5.1.2(graphql@16.13.1) + '@graphql-codegen/typescript': 4.1.6(graphql@16.13.1) + '@graphql-codegen/typescript-operations': 4.6.1(graphql@16.13.1) + '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.13.1) + '@graphql-tools/documents': 1.0.1(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.6.3 + transitivePeerDependencies: + - encoding + dev: true + + /@graphql-codegen/core@4.0.2(graphql@16.11.0): + resolution: {integrity: sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) + '@graphql-tools/schema': 10.0.23(graphql@16.11.0) + '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + graphql: 16.11.0 + tslib: 2.6.3 + dev: true + + /@graphql-codegen/core@4.0.2(graphql@16.13.1): + resolution: {integrity: sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-tools/schema': 10.0.23(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.6.3 dev: true /@graphql-codegen/gql-tag-operations@4.0.17(graphql@16.11.0): @@ -6003,28 +6314,44 @@ packages: - encoding dev: true - /@graphql-codegen/introspection@4.0.0(graphql@16.11.0): + /@graphql-codegen/gql-tag-operations@4.0.17(graphql@16.13.1): + resolution: {integrity: sha512-2pnvPdIG6W9OuxkrEZ6hvZd142+O3B13lvhrZ48yyEBh2ujtmKokw0eTwDHtlXUqjVS0I3q7+HB2y12G/m69CA==} + engines: {node: '>=16'} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + auto-bind: 4.0.0 + graphql: 16.13.1 + tslib: 2.6.3 + transitivePeerDependencies: + - encoding + dev: true + + /@graphql-codegen/introspection@4.0.0(graphql@16.13.1): resolution: {integrity: sha512-t9g3AkK99dfHblMWtG4ynUM9+A7JrWq5110zSpNV2wlSnv0+bRKagDW8gozwgXfR5i1IIG8QDjJZ6VgXQVqCZw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) - '@graphql-codegen/visitor-plugin-common': 4.1.2(graphql@16.11.0) - graphql: 16.11.0 + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-codegen/visitor-plugin-common': 4.1.2(graphql@16.13.1) + graphql: 16.13.1 tslib: 2.5.3 transitivePeerDependencies: - encoding dev: true - /@graphql-codegen/plugin-helpers@2.7.2(graphql@16.11.0): + /@graphql-codegen/plugin-helpers@2.7.2(graphql@16.13.1): resolution: {integrity: sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.13.1(graphql@16.11.0) + '@graphql-tools/utils': 8.13.1(graphql@16.13.1) change-case-all: 1.0.14 common-tags: 1.8.2 - graphql: 16.11.0 + graphql: 16.13.1 import-from: 4.0.0 lodash: 4.17.21 tslib: 2.4.1 @@ -6059,6 +6386,21 @@ packages: tslib: 2.6.3 dev: true + /@graphql-codegen/plugin-helpers@5.1.1(graphql@16.13.1): + resolution: {integrity: sha512-28GHODK2HY1NhdyRcPP3sCz0Kqxyfiz7boIZ8qIxFYmpLYnlDgiYok5fhFLVSZihyOpCs4Fa37gVHf/Q4I2FEg==} + engines: {node: '>=16'} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + change-case-all: 1.0.15 + common-tags: 1.8.2 + graphql: 16.13.1 + import-from: 4.0.0 + lodash: 4.17.21 + tslib: 2.6.3 + dev: true + /@graphql-codegen/schema-ast@4.1.0(graphql@16.11.0): resolution: {integrity: sha512-kZVn0z+th9SvqxfKYgztA6PM7mhnSZaj4fiuBWvMTqA+QqQ9BBed6Pz41KuD/jr0gJtnlr2A4++/0VlpVbCTmQ==} peerDependencies: @@ -6070,6 +6412,17 @@ packages: tslib: 2.6.3 dev: true + /@graphql-codegen/schema-ast@4.1.0(graphql@16.13.1): + resolution: {integrity: sha512-kZVn0z+th9SvqxfKYgztA6PM7mhnSZaj4fiuBWvMTqA+QqQ9BBed6Pz41KuD/jr0gJtnlr2A4++/0VlpVbCTmQ==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.6.3 + dev: true + /@graphql-codegen/typed-document-node@5.1.2(graphql@16.11.0): resolution: {integrity: sha512-jaxfViDqFRbNQmfKwUY8hDyjnLTw2Z7DhGutxoOiiAI0gE/LfPe0LYaVFKVmVOOD7M3bWxoWfu4slrkbWbUbEw==} engines: {node: '>=16'} @@ -6086,6 +6439,22 @@ packages: - encoding dev: true + /@graphql-codegen/typed-document-node@5.1.2(graphql@16.13.1): + resolution: {integrity: sha512-jaxfViDqFRbNQmfKwUY8hDyjnLTw2Z7DhGutxoOiiAI0gE/LfPe0LYaVFKVmVOOD7M3bWxoWfu4slrkbWbUbEw==} + engines: {node: '>=16'} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.13.1) + auto-bind: 4.0.0 + change-case-all: 1.0.15 + graphql: 16.13.1 + tslib: 2.6.3 + transitivePeerDependencies: + - encoding + dev: true + /@graphql-codegen/typescript-operations@4.6.1(graphql@16.11.0): resolution: {integrity: sha512-k92laxhih7s0WZ8j5WMIbgKwhe64C0As6x+PdcvgZFMudDJ7rPJ/hFqJ9DCRxNjXoHmSjnr6VUuQZq4lT1RzCA==} engines: {node: '>=16'} @@ -6106,18 +6475,38 @@ packages: - encoding dev: true - /@graphql-codegen/typescript-react-apollo@3.3.7(graphql-tag@2.12.6)(graphql@16.11.0): + /@graphql-codegen/typescript-operations@4.6.1(graphql@16.13.1): + resolution: {integrity: sha512-k92laxhih7s0WZ8j5WMIbgKwhe64C0As6x+PdcvgZFMudDJ7rPJ/hFqJ9DCRxNjXoHmSjnr6VUuQZq4lT1RzCA==} + engines: {node: '>=16'} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql-sock: ^1.0.0 + peerDependenciesMeta: + graphql-sock: + optional: true + dependencies: + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-codegen/typescript': 4.1.6(graphql@16.13.1) + '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.13.1) + auto-bind: 4.0.0 + graphql: 16.13.1 + tslib: 2.6.3 + transitivePeerDependencies: + - encoding + dev: true + + /@graphql-codegen/typescript-react-apollo@3.3.7(graphql-tag@2.12.6)(graphql@16.13.1): resolution: {integrity: sha512-9DUiGE8rcwwEkf/S1kpBT/Py/UUs9Qak14bOnTT1JHWs1MWhiDA7vml+A8opU7YFI1EVbSSaE5jjRv11WHoikQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-tag: ^2.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.11.0) - '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.13.1) + '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.13.1) auto-bind: 4.0.0 change-case-all: 1.0.14 - graphql: 16.11.0 - graphql-tag: 2.12.6(graphql@16.11.0) + graphql: 16.13.1 + graphql-tag: 2.12.6(graphql@16.13.1) tslib: 2.4.1 transitivePeerDependencies: - encoding @@ -6178,20 +6567,36 @@ packages: - encoding dev: true - /@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.11.0): + /@graphql-codegen/typescript@4.1.6(graphql@16.13.1): + resolution: {integrity: sha512-vpw3sfwf9A7S+kIUjyFxuvrywGxd4lmwmyYnnDVjVE4kSQ6Td3DpqaPTy8aNQ6O96vFoi/bxbZS2BW49PwSUUA==} + engines: {node: '>=16'} + peerDependencies: + graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-codegen/schema-ast': 4.1.0(graphql@16.13.1) + '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.13.1) + auto-bind: 4.0.0 + graphql: 16.13.1 + tslib: 2.6.3 + transitivePeerDependencies: + - encoding + dev: true + + /@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.13.1): resolution: {integrity: sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.11.0) - '@graphql-tools/optimize': 1.4.0(graphql@16.11.0) - '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.11.0) - '@graphql-tools/utils': 8.13.1(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.13.1) + '@graphql-tools/optimize': 1.4.0(graphql@16.13.1) + '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.13.1) + '@graphql-tools/utils': 8.13.1(graphql@16.13.1) auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 - graphql: 16.11.0 - graphql-tag: 2.12.6(graphql@16.11.0) + graphql: 16.13.1 + graphql-tag: 2.12.6(graphql@16.13.1) parse-filepath: 1.0.2 tslib: 2.4.1 transitivePeerDependencies: @@ -6220,20 +6625,20 @@ packages: - supports-color dev: true - /@graphql-codegen/visitor-plugin-common@4.1.2(graphql@16.11.0): + /@graphql-codegen/visitor-plugin-common@4.1.2(graphql@16.13.1): resolution: {integrity: sha512-yk7iEAL1kYZ2Gi/pvVjdsZhul5WsYEM4Zcgh2Ev15VicMdJmPHsMhNUsZWyVJV0CaQCYpNOFlGD/11Ea3pn4GA==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) - '@graphql-tools/optimize': 2.0.0(graphql@16.11.0) - '@graphql-tools/relay-operation-optimizer': 7.0.19(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-tools/optimize': 2.0.0(graphql@16.13.1) + '@graphql-tools/relay-operation-optimizer': 7.0.19(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 - graphql: 16.11.0 - graphql-tag: 2.12.6(graphql@16.11.0) + graphql: 16.13.1 + graphql-tag: 2.12.6(graphql@16.13.1) parse-filepath: 1.0.2 tslib: 2.6.3 transitivePeerDependencies: @@ -6261,6 +6666,27 @@ packages: - encoding dev: true + /@graphql-codegen/visitor-plugin-common@5.8.0(graphql@16.13.1): + resolution: {integrity: sha512-lC1E1Kmuzi3WZUlYlqB4fP6+CvbKH9J+haU1iWmgsBx5/sO2ROeXJG4Dmt8gP03bI2BwjiwV5WxCEMlyeuzLnA==} + engines: {node: '>=16'} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.13.1) + '@graphql-tools/optimize': 2.0.0(graphql@16.13.1) + '@graphql-tools/relay-operation-optimizer': 7.0.19(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + auto-bind: 4.0.0 + change-case-all: 1.0.15 + dependency-graph: 0.11.0 + graphql: 16.13.1 + graphql-tag: 2.12.6(graphql@16.13.1) + parse-filepath: 1.0.2 + tslib: 2.6.3 + transitivePeerDependencies: + - encoding + dev: true + /@graphql-hive/signal@1.0.0: resolution: {integrity: sha512-RiwLMc89lTjvyLEivZ/qxAC5nBHoS2CtsWFSOsN35sxG9zoo5Z+JsFHM8MlvmO9yt+MJNIyC5MLE1rsbOphlag==} engines: {node: '>=18.0.0'} @@ -6603,6 +7029,19 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/apollo-engine-loader@8.0.20(graphql@16.13.1): + resolution: {integrity: sha512-m5k9nXSyjq31yNsEqDXLyykEjjn3K3Mo73oOKI+Xjy8cpnsgbT4myeUJIYYQdLrp7fr9Y9p7ZgwT5YcnwmnAbA==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@whatwg-node/fetch': 0.10.8 + graphql: 16.13.1 + sync-fetch: 0.6.0-2 + tslib: 2.8.1 + dev: true + /@graphql-tools/batch-execute@8.5.1(graphql@16.11.0): resolution: {integrity: sha512-hRVDduX0UDEneVyEWtc2nu5H2PxpfSfM/riUlgZvo/a/nG475uyehxR5cFGvTEPEQUKY3vGIlqvtRigzqTfCew==} peerDependencies: @@ -6628,6 +7067,19 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/batch-execute@9.0.17(graphql@16.13.1): + resolution: {integrity: sha512-i7BqBkUP2+ex8zrQrCQTEt6nYHQmIey9qg7CMRRa1hXCY2X8ZCVjxsvbsi7gOLwyI/R3NHxSRDxmzZevE2cPLg==} + engines: {node: '>=18.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@whatwg-node/promise-helpers': 1.3.2 + dataloader: 2.2.3 + graphql: 16.13.1 + tslib: 2.8.1 + dev: true + /@graphql-tools/code-file-loader@8.0.1(@babel/core@7.22.9)(graphql@16.11.0): resolution: {integrity: sha512-pmg81lsIXGW3uW+nFSCIG0lFQIxWVbgDjeBkSWlnP8CZsrHTQEkB53DT7t4BHLryoxDS4G4cPxM52yNINDSL8w==} engines: {node: '>=16.0.0'} @@ -6678,6 +7130,22 @@ packages: - supports-color dev: true + /@graphql-tools/code-file-loader@8.1.20(graphql@16.13.1): + resolution: {integrity: sha512-GzIbjjWJIc04KWnEr8VKuPe0FA2vDTlkaeub5p4lLimljnJ6C0QSkOyCUnFmsB9jetQcHm0Wfmn/akMnFUG+wA==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/graphql-tag-pluck': 8.3.19(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + globby: 11.1.0 + graphql: 16.13.1 + tslib: 2.8.1 + unixify: 1.0.0 + transitivePeerDependencies: + - supports-color + dev: true + /@graphql-tools/delegate@10.2.20(graphql@16.11.0): resolution: {integrity: sha512-vURrChtc3zPyD4XZv7eZj43mIkvuJH8IDDYy7q/AL10N4AJN0dKplWOUA9HSNPSPe3+5dnIUeTno8PX0tV99QA==} engines: {node: '>=18.0.0'} @@ -6696,6 +7164,24 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/delegate@10.2.20(graphql@16.13.1): + resolution: {integrity: sha512-vURrChtc3zPyD4XZv7eZj43mIkvuJH8IDDYy7q/AL10N4AJN0dKplWOUA9HSNPSPe3+5dnIUeTno8PX0tV99QA==} + engines: {node: '>=18.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/batch-execute': 9.0.17(graphql@16.13.1) + '@graphql-tools/executor': 1.4.7(graphql@16.13.1) + '@graphql-tools/schema': 10.0.23(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/promise-helpers': 1.3.2 + dataloader: 2.2.3 + dset: 3.1.4 + graphql: 16.13.1 + tslib: 2.8.1 + dev: true + /@graphql-tools/delegate@8.8.1(graphql@16.11.0): resolution: {integrity: sha512-NDcg3GEQmdEHlnF7QS8b4lM1PSF+DKeFcIlLEfZFBvVq84791UtJcDj8734sIHLukmyuAxXMfA1qLd2l4lZqzA==} peerDependencies: @@ -6721,6 +7207,17 @@ packages: tslib: 2.6.3 dev: true + /@graphql-tools/documents@1.0.1(graphql@16.13.1): + resolution: {integrity: sha512-aweoMH15wNJ8g7b2r4C4WRuJxZ0ca8HtNO54rkye/3duxTkW4fGBEutCx03jCIr5+a1l+4vFJNP859QnAVBVCA==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 16.13.1 + lodash.sortby: 4.7.0 + tslib: 2.6.3 + dev: true + /@graphql-tools/executor-common@0.0.1(graphql@16.11.0): resolution: {integrity: sha512-Gan7uiQhKvAAl0UM20Oy/n5NGBBDNm+ASHvnYuD8mP+dAH0qY+2QMCHyi5py28WAlhAwr0+CAemEyzY/ZzOjdQ==} engines: {node: '>=18.0.0'} @@ -6743,6 +7240,17 @@ packages: graphql: 16.11.0 dev: true + /@graphql-tools/executor-common@0.0.4(graphql@16.13.1): + resolution: {integrity: sha512-SEH/OWR+sHbknqZyROCFHcRrbZeUAyjCsgpVWCRjqjqRbiJiXq6TxNIIOmpXgkrXWW/2Ev4Wms6YSGJXjdCs6Q==} + engines: {node: '>=18.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@envelop/core': 5.3.0 + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + dev: true + /@graphql-tools/executor-graphql-ws@1.3.7(graphql@16.11.0): resolution: {integrity: sha512-9KUrlpil5nBgcb+XRUIxNQGI+c237LAfDBqYCdLGuYT+/oZz1b4rRIe6HuRk09vuxrbaMTzm7xHhn/iuwWW4eg==} engines: {node: '>=18.0.0'} @@ -6784,6 +7292,28 @@ packages: - utf-8-validate dev: true + /@graphql-tools/executor-graphql-ws@2.0.5(graphql@16.13.1): + resolution: {integrity: sha512-gI/D9VUzI1Jt1G28GYpvm5ckupgJ5O8mi5Y657UyuUozX34ErfVdZ81g6oVcKFQZ60LhCzk7jJeykK48gaLhDw==} + engines: {node: '>=18.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/executor-common': 0.0.4(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@whatwg-node/disposablestack': 0.0.6 + graphql: 16.13.1 + graphql-ws: 6.0.5(graphql@16.13.1)(ws@8.18.3) + isomorphic-ws: 5.0.0(ws@8.18.3) + tslib: 2.8.1 + ws: 8.18.3 + transitivePeerDependencies: + - '@fastify/websocket' + - bufferutil + - crossws + - uWebSockets.js + - utf-8-validate + dev: true + /@graphql-tools/executor-http@1.3.3(@types/node@20.11.24)(graphql@16.11.0): resolution: {integrity: sha512-LIy+l08/Ivl8f8sMiHW2ebyck59JzyzO/yF9SFS4NH6MJZUezA1xThUXCDIKhHiD56h/gPojbkpcFvM2CbNE7A==} engines: {node: '>=18.0.0'} @@ -6804,6 +7334,26 @@ packages: - '@types/node' dev: true + /@graphql-tools/executor-http@1.3.3(@types/node@20.11.24)(graphql@16.13.1): + resolution: {integrity: sha512-LIy+l08/Ivl8f8sMiHW2ebyck59JzyzO/yF9SFS4NH6MJZUezA1xThUXCDIKhHiD56h/gPojbkpcFvM2CbNE7A==} + engines: {node: '>=18.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-hive/signal': 1.0.0 + '@graphql-tools/executor-common': 0.0.4(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/fetch': 0.10.8 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.13.1 + meros: 1.3.1(@types/node@20.11.24) + tslib: 2.8.1 + transitivePeerDependencies: + - '@types/node' + dev: true + /@graphql-tools/executor-legacy-ws@1.1.17(graphql@16.11.0): resolution: {integrity: sha512-TvltY6eL4DY1Vt66Z8kt9jVmNcI+WkvVPQZrPbMCM3rv2Jw/sWvSwzUBezRuWX0sIckMifYVh23VPcGBUKX/wg==} engines: {node: '>=16.0.0'} @@ -6821,6 +7371,23 @@ packages: - utf-8-validate dev: true + /@graphql-tools/executor-legacy-ws@1.1.17(graphql@16.13.1): + resolution: {integrity: sha512-TvltY6eL4DY1Vt66Z8kt9jVmNcI+WkvVPQZrPbMCM3rv2Jw/sWvSwzUBezRuWX0sIckMifYVh23VPcGBUKX/wg==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@types/ws': 8.18.1 + graphql: 16.13.1 + isomorphic-ws: 5.0.0(ws@8.18.3) + tslib: 2.8.1 + ws: 8.18.3 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: true + /@graphql-tools/executor@1.4.7(graphql@16.11.0): resolution: {integrity: sha512-U0nK9jzJRP9/9Izf1+0Gggd6K6RNRsheFo1gC/VWzfnsr0qjcOSS9qTjY0OTC5iTPt4tQ+W5Zpw/uc7mebI6aA==} engines: {node: '>=16.0.0'} @@ -6836,6 +7403,21 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/executor@1.4.7(graphql@16.13.1): + resolution: {integrity: sha512-U0nK9jzJRP9/9Izf1+0Gggd6K6RNRsheFo1gC/VWzfnsr0qjcOSS9qTjY0OTC5iTPt4tQ+W5Zpw/uc7mebI6aA==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.13.1) + '@repeaterjs/repeater': 3.0.6 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.13.1 + tslib: 2.8.1 + dev: true + /@graphql-tools/git-loader@8.0.1(@babel/core@7.22.9)(graphql@16.11.0): resolution: {integrity: sha512-ivNtxD+iEfpPONYKip0kbpZMRdMCNR3HrIui8NCURmUdvBYGaGcbB3VrGMhxwZuzc+ybhs2ralPt1F8Oxq2jLA==} engines: {node: '>=16.0.0'} @@ -6871,6 +7453,23 @@ packages: - supports-color dev: true + /@graphql-tools/git-loader@8.0.24(graphql@16.13.1): + resolution: {integrity: sha512-ypLC9N2bKNC0QNbrEBTbWKwbV607f7vK2rSGi9uFeGr8E29tWplo6or9V/+TM0ZfIkUsNp/4QX/zKTgo8SbwQg==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/graphql-tag-pluck': 8.3.19(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + is-glob: 4.0.3 + micromatch: 4.0.8 + tslib: 2.8.1 + unixify: 1.0.0 + transitivePeerDependencies: + - supports-color + dev: true + /@graphql-tools/github-loader@8.0.0(@types/node@20.11.24)(graphql@16.11.0): resolution: {integrity: sha512-VuroArWKcG4yaOWzV0r19ElVIV6iH6UKDQn1MXemND0xu5TzrFme0kf3U9o0YwNo0kUYEk9CyFM0BYg4he17FA==} engines: {node: '>=16.0.0'} @@ -6910,6 +7509,25 @@ packages: - supports-color dev: true + /@graphql-tools/github-loader@8.0.20(@types/node@20.11.24)(graphql@16.13.1): + resolution: {integrity: sha512-Icch8bKZ1iP3zXCB9I0ded1hda9NPskSSalw7ZM21kXvLiOR5nZhdqPF65gCFkIKo+O4NR4Bp51MkKj+wl+vpg==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/executor-http': 1.3.3(@types/node@20.11.24)(graphql@16.13.1) + '@graphql-tools/graphql-tag-pluck': 8.3.19(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@whatwg-node/fetch': 0.10.8 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.13.1 + sync-fetch: 0.6.0-2 + tslib: 2.8.1 + transitivePeerDependencies: + - '@types/node' + - supports-color + dev: true + /@graphql-tools/graphql-file-loader@8.0.0(graphql@16.11.0): resolution: {integrity: sha512-wRXj9Z1IFL3+zJG1HWEY0S4TXal7+s1vVhbZva96MSp0kbb/3JBF7j0cnJ44Eq0ClccMgGCDFqPFXty4JlpaPg==} engines: {node: '>=16.0.0'} @@ -6938,6 +7556,20 @@ packages: unixify: 1.0.0 dev: true + /@graphql-tools/graphql-file-loader@8.0.20(graphql@16.13.1): + resolution: {integrity: sha512-inds4My+JJxmg5mxKWYtMIJNRxa7MtX+XIYqqD/nu6G4LzQ5KGaBJg6wEl103KxXli7qNOWeVAUmEjZeYhwNEg==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/import': 7.0.19(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + globby: 11.1.0 + graphql: 16.13.1 + tslib: 2.8.1 + unixify: 1.0.0 + dev: true + /@graphql-tools/graphql-tag-pluck@8.0.1(@babel/core@7.22.9)(graphql@16.11.0): resolution: {integrity: sha512-4sfBJSoXxVB4rRCCp2GTFhAYsUJgAPSKxSV+E3Voc600mK52JO+KsHCCTnPgCeyJFMNR9l94J6+tqxVKmlqKvw==} engines: {node: '>=16.0.0'} @@ -6992,6 +7624,24 @@ packages: - supports-color dev: true + /@graphql-tools/graphql-tag-pluck@8.3.19(graphql@16.13.1): + resolution: {integrity: sha512-LEw/6IYOUz48HjbWntZXDCzSXsOIM1AyWZrlLoJOrA8QAlhFd8h5Tny7opCypj8FO9VvpPFugWoNDh5InPOEQA==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@babel/core': 7.27.7 + '@babel/parser': 7.27.7 + '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.27.7) + '@babel/traverse': 7.27.7 + '@babel/types': 7.27.7 + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + dev: true + /@graphql-tools/import@7.0.0(graphql@16.11.0): resolution: {integrity: sha512-NVZiTO8o1GZs6OXzNfjB+5CtQtqsZZpQOq+Uu0w57kdUkT4RlQKlwhT8T81arEsbV55KpzkpFsOZP7J1wdmhBw==} engines: {node: '>=16.0.0'} @@ -7016,6 +7666,18 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/import@7.0.19(graphql@16.13.1): + resolution: {integrity: sha512-Xtku8G4bxnrr6I3hVf8RrBFGYIbQ1OYVjl7jgcy092aBkNZvy1T6EDmXmYXn5F+oLd9Bks3K3WaMm8gma/nM/Q==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + resolve-from: 5.0.0 + tslib: 2.8.1 + dev: true + /@graphql-tools/jest-transform@2.0.0(graphql@16.11.0): resolution: {integrity: sha512-7dVVs7f9qlJp2l3CSpy+B1sbaWprNNy72/KTC6fp4k1lNtXYPP9g76D7HpNbgwvdUBRZfiPlOiztnwTcKCzUdA==} engines: {node: '>=16.0.0'} @@ -7057,13 +7719,26 @@ packages: unixify: 1.0.0 dev: true - /@graphql-tools/load-files@6.6.1(graphql@16.11.0): + /@graphql-tools/json-file-loader@8.0.18(graphql@16.13.1): + resolution: {integrity: sha512-JjjIxxewgk8HeMR3npR3YbOkB7fxmdgmqB9kZLWdkRKBxrRXVzhryyq+mhmI0Evzt6pNoHIc3vqwmSctG2sddg==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + globby: 11.1.0 + graphql: 16.13.1 + tslib: 2.8.1 + unixify: 1.0.0 + dev: true + + /@graphql-tools/load-files@6.6.1(graphql@16.13.1): resolution: {integrity: sha512-nd4GOjdD68bdJkHfRepILb0gGwF63mJI7uD4oJuuf2Kzeq8LorKa6WfyxUhdMuLmZhnx10zdAlWPfwv1NOAL4Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: globby: 11.1.0 - graphql: 16.11.0 + graphql: 16.13.1 tslib: 2.8.1 unixify: 1.0.0 dev: true @@ -7094,6 +7769,19 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/load@8.1.0(graphql@16.13.1): + resolution: {integrity: sha512-OGfOm09VyXdNGJS/rLqZ6ztCiG2g6AMxhwtET8GZXTbnjptFc17GtKwJ3Jv5w7mjJ8dn0BHydvIuEKEUK4ciYw==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/schema': 10.0.23(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + p-limit: 3.1.0 + tslib: 2.8.1 + dev: true + /@graphql-tools/merge@8.3.1(graphql@16.11.0): resolution: {integrity: sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==} peerDependencies: @@ -7112,6 +7800,17 @@ packages: '@graphql-tools/utils': 9.2.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.8.1 + dev: false + + /@graphql-tools/merge@8.4.2(graphql@16.13.1): + resolution: {integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 9.2.1(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.8.1 + dev: true /@graphql-tools/merge@9.0.24(graphql@16.11.0): resolution: {integrity: sha512-NzWx/Afl/1qHT3Nm1bghGG2l4jub28AdvtG11PoUlmjcIjnFBJMv4vqL0qnxWe8A82peWo4/TkVdjJRLXwgGEw==} @@ -7124,6 +7823,16 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/merge@9.0.24(graphql@16.13.1): + resolution: {integrity: sha512-NzWx/Afl/1qHT3Nm1bghGG2l4jub28AdvtG11PoUlmjcIjnFBJMv4vqL0qnxWe8A82peWo4/TkVdjJRLXwgGEw==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.8.1 + /@graphql-tools/optimize@1.4.0(graphql@16.11.0): resolution: {integrity: sha512-dJs/2XvZp+wgHH8T5J2TqptT9/6uVzIYvA6uFACha+ufvdMBedkfR4b4GbT8jAKLRARiqRTxy3dctnwkTM2tdw==} peerDependencies: @@ -7133,6 +7842,15 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/optimize@1.4.0(graphql@16.13.1): + resolution: {integrity: sha512-dJs/2XvZp+wgHH8T5J2TqptT9/6uVzIYvA6uFACha+ufvdMBedkfR4b4GbT8jAKLRARiqRTxy3dctnwkTM2tdw==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 16.13.1 + tslib: 2.8.1 + dev: true + /@graphql-tools/optimize@2.0.0(graphql@16.11.0): resolution: {integrity: sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==} engines: {node: '>=16.0.0'} @@ -7143,6 +7861,16 @@ packages: tslib: 2.6.3 dev: true + /@graphql-tools/optimize@2.0.0(graphql@16.13.1): + resolution: {integrity: sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 16.13.1 + tslib: 2.6.3 + dev: true + /@graphql-tools/prisma-loader@8.0.17(@types/node@20.11.24)(graphql@16.11.0): resolution: {integrity: sha512-fnuTLeQhqRbA156pAyzJYN0KxCjKYRU5bz1q/SKOwElSnAU4k7/G1kyVsWLh7fneY78LoMNH5n+KlFV8iQlnyg==} engines: {node: '>=16.0.0'} @@ -7154,7 +7882,7 @@ packages: '@types/js-yaml': 4.0.9 '@whatwg-node/fetch': 0.10.8 chalk: 4.1.2 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) dotenv: 16.6.1 graphql: 16.11.0 graphql-request: 6.1.0(graphql@16.11.0) @@ -7177,6 +7905,40 @@ packages: - utf-8-validate dev: true + /@graphql-tools/prisma-loader@8.0.17(@types/node@20.11.24)(graphql@16.13.1): + resolution: {integrity: sha512-fnuTLeQhqRbA156pAyzJYN0KxCjKYRU5bz1q/SKOwElSnAU4k7/G1kyVsWLh7fneY78LoMNH5n+KlFV8iQlnyg==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/url-loader': 8.0.31(@types/node@20.11.24)(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@types/js-yaml': 4.0.9 + '@whatwg-node/fetch': 0.10.8 + chalk: 4.1.2 + debug: 4.4.1(supports-color@5.5.0) + dotenv: 16.6.1 + graphql: 16.13.1 + graphql-request: 6.1.0(graphql@16.13.1) + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.6 + jose: 5.10.0 + js-yaml: 4.1.0 + lodash: 4.17.21 + scuid: 1.1.0 + tslib: 2.8.1 + yaml-ast-parser: 0.0.43 + transitivePeerDependencies: + - '@fastify/websocket' + - '@types/node' + - bufferutil + - crossws + - encoding + - supports-color + - uWebSockets.js + - utf-8-validate + dev: true + /@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.11.0): resolution: {integrity: sha512-mc5VPyTeV+LwiM+DNvoDQfPqwQYhPV/cl5jOBjTgSniyaq8/86aODfMkrE2OduhQ5E00hqrkuL2Fdrgk0w1QJg==} peerDependencies: @@ -7191,6 +7953,20 @@ packages: - supports-color dev: true + /@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.13.1): + resolution: {integrity: sha512-mc5VPyTeV+LwiM+DNvoDQfPqwQYhPV/cl5jOBjTgSniyaq8/86aODfMkrE2OduhQ5E00hqrkuL2Fdrgk0w1QJg==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@ardatan/relay-compiler': 12.0.0(graphql@16.13.1) + '@graphql-tools/utils': 9.2.1(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.8.1 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + /@graphql-tools/relay-operation-optimizer@7.0.19(graphql@16.11.0): resolution: {integrity: sha512-xnjLpfzw63yIX1bo+BVh4j1attSwqEkUbpJ+HAhdiSUa3FOQFfpWgijRju+3i87CwhjBANqdTZbcsqLT1hEXig==} engines: {node: '>=16.0.0'} @@ -7205,6 +7981,20 @@ packages: - encoding dev: true + /@graphql-tools/relay-operation-optimizer@7.0.19(graphql@16.13.1): + resolution: {integrity: sha512-xnjLpfzw63yIX1bo+BVh4j1attSwqEkUbpJ+HAhdiSUa3FOQFfpWgijRju+3i87CwhjBANqdTZbcsqLT1hEXig==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@ardatan/relay-compiler': 12.0.3(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.6.3 + transitivePeerDependencies: + - encoding + dev: true + /@graphql-tools/schema@10.0.23(graphql@16.11.0): resolution: {integrity: sha512-aEGVpd1PCuGEwqTXCStpEkmheTHNdMayiIKH1xDWqYp9i8yKv9FRDgkGrY4RD8TNxnf7iII+6KOBGaJ3ygH95A==} engines: {node: '>=16.0.0'} @@ -7217,6 +8007,17 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/schema@10.0.23(graphql@16.13.1): + resolution: {integrity: sha512-aEGVpd1PCuGEwqTXCStpEkmheTHNdMayiIKH1xDWqYp9i8yKv9FRDgkGrY4RD8TNxnf7iII+6KOBGaJ3ygH95A==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/merge': 9.0.24(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.8.1 + /@graphql-tools/schema@8.5.1(graphql@16.11.0): resolution: {integrity: sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==} peerDependencies: @@ -7239,6 +8040,19 @@ packages: graphql: 16.11.0 tslib: 2.8.1 value-or-promise: 1.0.12 + dev: false + + /@graphql-tools/schema@9.0.19(graphql@16.13.1): + resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/merge': 8.4.2(graphql@16.13.1) + '@graphql-tools/utils': 9.2.1(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.8.1 + value-or-promise: 1.0.12 + dev: true /@graphql-tools/url-loader@8.0.0(@types/node@20.11.24)(graphql@16.11.0): resolution: {integrity: sha512-rPc9oDzMnycvz+X+wrN3PLrhMBQkG4+sd8EzaFN6dypcssiefgWKToXtRKI8HHK68n2xEq1PyrOpkjHFJB+GwA==} @@ -7267,21 +8081,49 @@ packages: - utf-8-validate dev: true - /@graphql-tools/url-loader@8.0.31(@types/node@20.11.24)(graphql@16.11.0): + /@graphql-tools/url-loader@8.0.31(@types/node@20.11.24)(graphql@16.11.0): + resolution: {integrity: sha512-QGP3py6DAdKERHO5D38Oi+6j+v0O3rkBbnLpyOo87rmIRbwE6sOkL5JeHegHs7EEJ279fBX6lMt8ry0wBMGtyA==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/executor-graphql-ws': 2.0.5(graphql@16.11.0) + '@graphql-tools/executor-http': 1.3.3(@types/node@20.11.24)(graphql@16.11.0) + '@graphql-tools/executor-legacy-ws': 1.1.17(graphql@16.11.0) + '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/wrap': 10.1.1(graphql@16.11.0) + '@types/ws': 8.18.1 + '@whatwg-node/fetch': 0.10.8 + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.11.0 + isomorphic-ws: 5.0.0(ws@8.18.3) + sync-fetch: 0.6.0-2 + tslib: 2.8.1 + ws: 8.18.3 + transitivePeerDependencies: + - '@fastify/websocket' + - '@types/node' + - bufferutil + - crossws + - uWebSockets.js + - utf-8-validate + dev: true + + /@graphql-tools/url-loader@8.0.31(@types/node@20.11.24)(graphql@16.13.1): resolution: {integrity: sha512-QGP3py6DAdKERHO5D38Oi+6j+v0O3rkBbnLpyOo87rmIRbwE6sOkL5JeHegHs7EEJ279fBX6lMt8ry0wBMGtyA==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/executor-graphql-ws': 2.0.5(graphql@16.11.0) - '@graphql-tools/executor-http': 1.3.3(@types/node@20.11.24)(graphql@16.11.0) - '@graphql-tools/executor-legacy-ws': 1.1.17(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - '@graphql-tools/wrap': 10.1.1(graphql@16.11.0) + '@graphql-tools/executor-graphql-ws': 2.0.5(graphql@16.13.1) + '@graphql-tools/executor-http': 1.3.3(@types/node@20.11.24)(graphql@16.13.1) + '@graphql-tools/executor-legacy-ws': 1.1.17(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@graphql-tools/wrap': 10.1.1(graphql@16.13.1) '@types/ws': 8.18.1 '@whatwg-node/fetch': 0.10.8 '@whatwg-node/promise-helpers': 1.3.2 - graphql: 16.11.0 + graphql: 16.13.1 isomorphic-ws: 5.0.0(ws@8.18.3) sync-fetch: 0.6.0-2 tslib: 2.8.1 @@ -7321,12 +8163,25 @@ packages: tslib: 2.8.1 dev: true - /@graphql-tools/utils@8.13.1(graphql@16.11.0): + /@graphql-tools/utils@10.8.6(graphql@16.13.1): + resolution: {integrity: sha512-Alc9Vyg0oOsGhRapfL3xvqh1zV8nKoFUdtLhXX7Ki4nClaIJXckrA86j+uxEuG3ic6j4jlM1nvcWXRn/71AVLQ==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.13.1) + '@whatwg-node/promise-helpers': 1.3.2 + cross-inspect: 1.0.1 + dset: 3.1.4 + graphql: 16.13.1 + tslib: 2.8.1 + + /@graphql-tools/utils@8.13.1(graphql@16.13.1): resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - graphql: 16.11.0 + graphql: 16.13.1 tslib: 2.4.1 dev: true @@ -7348,6 +8203,16 @@ packages: graphql: 16.11.0 tslib: 2.8.1 + /@graphql-tools/utils@9.2.1(graphql@16.13.1): + resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.13.1) + graphql: 16.13.1 + tslib: 2.8.1 + dev: true + /@graphql-tools/webpack-loader-runtime@7.0.0(graphql@16.11.0): resolution: {integrity: sha512-E5Flr2NbuTH+sfiMY2HacLbczJEDmqfKC0haOsc24wN0hV3rJvvPiqYIROgILgwVSJPQIQ4cOf/XcRsatrGDvQ==} engines: {node: '>=16.0.0'} @@ -7383,6 +8248,20 @@ packages: tslib: 2.8.1 dev: true + /@graphql-tools/wrap@10.1.1(graphql@16.13.1): + resolution: {integrity: sha512-vNtnot0QMGSpCZeSvmd2pmpnMjpPHhUMD2d7sVy6vIzRx6lPV/zc9TKMeWGLlHgVx3oKg3RefB9dv19/QAPbog==} + engines: {node: '>=18.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/delegate': 10.2.20(graphql@16.13.1) + '@graphql-tools/schema': 10.0.23(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + '@whatwg-node/promise-helpers': 1.3.2 + graphql: 16.13.1 + tslib: 2.8.1 + dev: true + /@graphql-typed-document-node/core@3.2.0(graphql@16.11.0): resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} peerDependencies: @@ -7390,6 +8269,13 @@ packages: dependencies: graphql: 16.11.0 + /@graphql-typed-document-node/core@3.2.0(graphql@16.13.1): + resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 16.13.1 + /@graphql-yoga/logger@1.0.0: resolution: {integrity: sha512-JYoxwnPggH2BfO+dWlWZkDeFhyFZqaTRGLvFhy+Pjp2UxitEW6nDrw+pEDw/K9tJwMjIFMmTT9VfTqrnESmBHg==} engines: {node: '>=16.0.0'} @@ -7453,7 +8339,7 @@ packages: deprecated: Use @eslint/config-array instead dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -8061,8 +8947,8 @@ packages: dependencies: '@babel/runtime': 7.27.6 '@emotion/cache': 11.14.0 - '@emotion/react': 11.14.0(@types/react@18.2.62)(react@18.2.0) - '@emotion/styled': 11.14.1(@emotion/react@11.14.0)(@types/react@18.2.62)(react@18.2.0) + '@emotion/react': 11.14.0(@types/react@18.3.23)(react@18.2.0) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0)(@types/react@18.3.23)(react@18.2.0) csstype: 3.1.3 prop-types: 15.8.1 react: 18.2.0 @@ -8328,7 +9214,7 @@ packages: dependencies: '@types/node': 22.16.0 async-exit-hook: 2.0.1 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) uuid: 11.1.0 transitivePeerDependencies: - supports-color @@ -13956,7 +14842,7 @@ packages: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.6.3) '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.6.3) - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.2 @@ -13984,7 +14870,7 @@ packages: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.6.3) '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.6.3) - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.2 @@ -14100,7 +14986,7 @@ packages: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.3) - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.40.0 typescript: 5.8.3 transitivePeerDependencies: @@ -14120,7 +15006,7 @@ packages: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.3) - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 typescript: 5.6.3 transitivePeerDependencies: @@ -14141,7 +15027,7 @@ packages: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 typescript: 5.2.2 transitivePeerDependencies: @@ -14162,7 +15048,7 @@ packages: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3) '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 typescript: 5.3.3 transitivePeerDependencies: @@ -14183,7 +15069,7 @@ packages: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.3) '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 typescript: 5.6.3 transitivePeerDependencies: @@ -14204,7 +15090,7 @@ packages: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 typescript: 5.8.3 transitivePeerDependencies: @@ -14225,7 +15111,7 @@ packages: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.2.2) '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 typescript: 5.2.2 transitivePeerDependencies: @@ -14246,7 +15132,7 @@ packages: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3) '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 typescript: 5.6.3 transitivePeerDependencies: @@ -14267,7 +15153,7 @@ packages: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 typescript: 5.8.3 transitivePeerDependencies: @@ -14285,7 +15171,7 @@ packages: '@typescript-eslint/types': 8.35.1 '@typescript-eslint/typescript-estree': 8.35.1(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.35.1 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 9.30.1 typescript: 5.8.3 transitivePeerDependencies: @@ -14404,7 +15290,7 @@ packages: dependencies: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.3) '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.6.3) - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 tsutils: 3.21.0(typescript@5.6.3) typescript: 5.6.3 @@ -14424,7 +15310,7 @@ packages: dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.2.2) '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.2.2) - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 ts-api-utils: 1.4.3(typescript@5.2.2) typescript: 5.2.2 @@ -14444,7 +15330,7 @@ packages: dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3) '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.8.3) - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 ts-api-utils: 1.4.3(typescript@5.8.3) typescript: 5.8.3 @@ -14676,7 +15562,7 @@ packages: dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -14698,7 +15584,7 @@ packages: dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -14720,7 +15606,7 @@ packages: dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 @@ -15347,7 +16233,6 @@ packages: engines: {node: '>=16.0.0'} dependencies: tslib: 2.8.1 - dev: true /@whatwg-node/server@0.9.71: resolution: {integrity: sha512-ueFCcIPaMgtuYDS9u0qlUoEvj6GiSsKrwnOLPp9SshqjtcRaR1IEHRjoReq3sXNydsF5i0ZnmuYgXq9dV53t0g==} @@ -16683,6 +17568,23 @@ packages: transitivePeerDependencies: - supports-color + /body-parser@2.2.2: + resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==} + engines: {node: '>=18'} + dependencies: + bytes: 3.1.2 + content-type: 1.0.5 + debug: 4.4.3(supports-color@8.1.1) + http-errors: 2.0.0 + iconv-lite: 0.7.2 + on-finished: 2.4.1 + qs: 6.15.0 + raw-body: 3.0.2 + type-is: 2.0.1 + transitivePeerDependencies: + - supports-color + dev: false + /body@5.1.0: resolution: {integrity: sha512-chUsBxGRtuElD6fmw1gHLpvnKdVLK302peeFa9ZqAEk8TyzZ3fygLyUEDDPTJvL9+Bor0dIwn6ePOsRM2y0zQQ==} dependencies: @@ -17771,7 +18673,6 @@ packages: engines: {node: '>=16.0.0'} dependencies: tslib: 2.8.1 - dev: true /cross-spawn@7.0.6: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} @@ -18201,7 +19102,6 @@ packages: dependencies: ms: 2.1.3 supports-color: 5.5.0 - dev: true /debug@4.4.1(supports-color@8.1.1): resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} @@ -18214,6 +19114,7 @@ packages: dependencies: ms: 2.1.3 supports-color: 8.1.1 + dev: true /debug@4.4.3(supports-color@8.1.1): resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} @@ -18764,7 +19665,6 @@ packages: /dset@3.1.4: resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==} engines: {node: '>=4'} - dev: true /dunder-proto@1.0.1: resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} @@ -19438,7 +20338,7 @@ packages: optional: true dependencies: '@nolyfill/is-core-module': 1.0.39 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.40.0 eslint-plugin-import: 2.32.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.10.1)(eslint@8.40.0) get-tsconfig: 4.10.1 @@ -19464,7 +20364,7 @@ packages: optional: true dependencies: '@nolyfill/is-core-module': 1.0.39 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) eslint: 8.57.0 eslint-plugin-import: 2.32.0(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-typescript@3.10.1)(eslint@8.57.0) get-tsconfig: 4.10.1 @@ -20177,7 +21077,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -20228,7 +21128,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -20285,7 +21185,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) escape-string-regexp: 4.0.0 eslint-scope: 8.4.0 eslint-visitor-keys: 4.2.1 @@ -20839,6 +21739,20 @@ packages: transitivePeerDependencies: - supports-color + /finalhandler@2.1.1: + resolution: {integrity: sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==} + engines: {node: '>= 18.0.0'} + dependencies: + debug: 4.4.3(supports-color@8.1.1) + encodeurl: 2.0.0 + escape-html: 1.0.3 + on-finished: 2.4.1 + parseurl: 1.3.3 + statuses: 2.0.1 + transitivePeerDependencies: + - supports-color + dev: false + /find-cache-dir@2.1.0: resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} engines: {node: '>=6'} @@ -21791,6 +22705,38 @@ packages: - utf-8-validate dev: true + /graphql-config@5.1.5(@types/node@20.11.24)(graphql@16.13.1)(typescript@5.8.3): + resolution: {integrity: sha512-mG2LL1HccpU8qg5ajLROgdsBzx/o2M6kgI3uAmoaXiSH9PCUbtIyLomLqUtCFaAeG2YCFsl0M5cfQ9rKmDoMVA==} + engines: {node: '>= 16.0.0'} + peerDependencies: + cosmiconfig-toml-loader: ^1.0.0 + graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + peerDependenciesMeta: + cosmiconfig-toml-loader: + optional: true + dependencies: + '@graphql-tools/graphql-file-loader': 8.0.20(graphql@16.13.1) + '@graphql-tools/json-file-loader': 8.0.18(graphql@16.13.1) + '@graphql-tools/load': 8.1.0(graphql@16.13.1) + '@graphql-tools/merge': 9.0.24(graphql@16.13.1) + '@graphql-tools/url-loader': 8.0.31(@types/node@20.11.24)(graphql@16.13.1) + '@graphql-tools/utils': 10.8.6(graphql@16.13.1) + cosmiconfig: 8.3.6(typescript@5.8.3) + graphql: 16.13.1 + jiti: 2.4.2 + minimatch: 9.0.5 + string-env-interpolation: 1.0.1 + tslib: 2.8.1 + transitivePeerDependencies: + - '@fastify/websocket' + - '@types/node' + - bufferutil + - crossws + - typescript + - uWebSockets.js + - utf-8-validate + dev: true + /graphql-middleware@6.1.35(graphql@16.11.0): resolution: {integrity: sha512-azawK7ApUYtcuPGRGBR9vDZu795pRuaFhO5fgomdJppdfKRt7jwncuh0b7+D3i574/4B+16CNWgVpnGVlg3ZCg==} peerDependencies: @@ -21843,13 +22789,25 @@ packages: - encoding dev: true - /graphql-scalars@1.24.2(graphql@16.11.0): + /graphql-request@6.1.0(graphql@16.13.1): + resolution: {integrity: sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==} + peerDependencies: + graphql: 14 - 16 + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.13.1) + cross-fetch: 3.2.0 + graphql: 16.13.1 + transitivePeerDependencies: + - encoding + dev: true + + /graphql-scalars@1.24.2(graphql@16.13.1): resolution: {integrity: sha512-FoZ11yxIauEnH0E5rCUkhDXHVn/A6BBfovJdimRZCQlFCl+h7aVvarKmI15zG4VtQunmCDdqdtNs6ixThy3uAg==} engines: {node: '>=10'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 16.11.0 + graphql: 16.13.1 tslib: 2.8.1 dev: true @@ -21884,6 +22842,15 @@ packages: graphql: 16.11.0 tslib: 2.8.1 + /graphql-tag@2.12.6(graphql@16.13.1): + resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} + engines: {node: '>=10'} + peerDependencies: + graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + graphql: 16.13.1 + tslib: 2.8.1 + /graphql-ws@5.16.2(graphql@16.11.0): resolution: {integrity: sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==} engines: {node: '>=10'} @@ -21899,7 +22866,6 @@ packages: graphql: '>=0.11 <=16' dependencies: graphql: 16.13.1 - dev: true /graphql-ws@6.0.5(graphql@16.11.0)(ws@8.18.3): resolution: {integrity: sha512-HzYw057ch0hx2gZjkbgk1pur4kAtgljlWRP+Gccudqm3BRrTpExjWCQ9OHdIsq47Y6lHL++1lTvuQHhgRRcevw==} @@ -21924,6 +22890,29 @@ packages: ws: 8.18.3 dev: true + /graphql-ws@6.0.5(graphql@16.13.1)(ws@8.18.3): + resolution: {integrity: sha512-HzYw057ch0hx2gZjkbgk1pur4kAtgljlWRP+Gccudqm3BRrTpExjWCQ9OHdIsq47Y6lHL++1lTvuQHhgRRcevw==} + engines: {node: '>=20'} + peerDependencies: + '@fastify/websocket': ^10 || ^11 + crossws: ~0.3 + graphql: ^15.10.1 || ^16 + uWebSockets.js: ^20 + ws: ^8 + peerDependenciesMeta: + '@fastify/websocket': + optional: true + crossws: + optional: true + uWebSockets.js: + optional: true + ws: + optional: true + dependencies: + graphql: 16.13.1 + ws: 8.18.3 + dev: true + /graphql-yoga@4.0.3(graphql@16.11.0): resolution: {integrity: sha512-MP+v+yxCqM3lXg95vaA+kXjyRvyRxHUlgZryTecN7ugzEEnyQKKu8JBXA4ziEuLi3liRriyjCAyV4pqFzhHujA==} engines: {node: '>=16.0.0'} @@ -21951,7 +22940,6 @@ packages: /graphql@16.13.1: resolution: {integrity: sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - dev: true /grpc-tools@1.13.0: resolution: {integrity: sha512-7CbkJ1yWPfX0nHjbYG58BQThNhbICXBZynzCUxCb3LzX5X9B3hQbRY2STiRgIEiLILlK9fgl0z0QVGwPCdXf5g==} @@ -22209,7 +23197,6 @@ packages: /has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} - dev: true /has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} @@ -22429,6 +23416,17 @@ packages: statuses: 2.0.1 toidentifier: 1.0.1 + /http-errors@2.0.1: + resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==} + engines: {node: '>= 0.8'} + dependencies: + depd: 2.0.0 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 2.0.2 + toidentifier: 1.0.1 + dev: false + /http-parser-js@0.5.10: resolution: {integrity: sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==} @@ -22556,6 +23554,13 @@ packages: safer-buffer: 2.1.2 dev: true + /iconv-lite@0.7.2: + resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} + engines: {node: '>=0.10.0'} + dependencies: + safer-buffer: 2.1.2 + dev: false + /icss-utils@4.1.1: resolution: {integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==} engines: {node: '>= 6'} @@ -22784,7 +23789,7 @@ packages: dependencies: '@ioredis/commands': 1.2.0 cluster-key-slot: 1.1.2 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) denque: 2.1.0 lodash.defaults: 4.2.0 lodash.isarguments: 3.1.0 @@ -24226,7 +25231,7 @@ packages: dependencies: '@types/express': 4.17.23 '@types/jsonwebtoken': 9.0.10 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) jose: 4.15.9 limiter: 1.1.5 lru-memoizer: 2.3.0 @@ -24745,6 +25750,11 @@ packages: /lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + /lru-cache@11.2.7: + resolution: {integrity: sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==} + engines: {node: 20 || >=22} + dev: false + /lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: @@ -24794,7 +25804,7 @@ packages: chalk: 4.1.2 commander: 7.2.0 commondir: 1.0.1 - debug: 4.4.1(supports-color@8.1.1) + debug: 4.4.1(supports-color@5.5.0) dependency-tree: 9.0.0 detective-amd: 4.2.0 detective-cjs: 4.1.0 @@ -24930,6 +25940,11 @@ packages: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} + /media-typer@1.1.0: + resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==} + engines: {node: '>= 0.8'} + dev: false + /medici@7.1.0(snappy@7.2.2): resolution: {integrity: sha512-/bA/MRNyXOdXoeAw0xrZP2PzTaZPHpxV6UDDv+QGqlCWaGrxXMOyiDWOcQZ2nt19G2A5Ss4KdagY6A7THTtUAA==} engines: {node: '>=16'} @@ -25036,7 +26051,6 @@ packages: /mime-db@1.54.0: resolution: {integrity: sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==} engines: {node: '>= 0.6'} - dev: true /mime-types@2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} @@ -25044,6 +26058,13 @@ packages: dependencies: mime-db: 1.52.0 + /mime-types@3.0.2: + resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==} + engines: {node: '>=18'} + dependencies: + mime-db: 1.54.0 + dev: false + /mime@1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} engines: {node: '>=4'} @@ -25448,6 +26469,11 @@ packages: resolution: {integrity: sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==} engines: {node: '>= 0.6'} + /negotiator@1.0.0: + resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==} + engines: {node: '>= 0.6'} + dev: false + /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: true @@ -27333,6 +28359,13 @@ packages: dependencies: side-channel: 1.1.0 + /qs@6.15.0: + resolution: {integrity: sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==} + engines: {node: '>=0.6'} + dependencies: + side-channel: 1.1.0 + dev: false + /query-string@6.14.1: resolution: {integrity: sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==} engines: {node: '>=6'} @@ -27391,6 +28424,16 @@ packages: iconv-lite: 0.4.24 unpipe: 1.0.0 + /raw-body@3.0.2: + resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==} + engines: {node: '>= 0.10'} + dependencies: + bytes: 3.1.2 + http-errors: 2.0.1 + iconv-lite: 0.7.2 + unpipe: 1.0.0 + dev: false + /rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true @@ -29011,17 +30054,17 @@ packages: hasBin: true dependencies: '@anvilco/apollo-server-plugin-introspection-metadata': 2.2.3 - '@graphql-tools/load-files': 6.6.1(graphql@16.11.0) - '@graphql-tools/merge': 8.4.2(graphql@16.11.0) - '@graphql-tools/schema': 9.0.19(graphql@16.11.0) - '@graphql-tools/utils': 9.2.1(graphql@16.11.0) + '@graphql-tools/load-files': 6.6.1(graphql@16.13.1) + '@graphql-tools/merge': 8.4.2(graphql@16.13.1) + '@graphql-tools/schema': 9.0.19(graphql@16.13.1) + '@graphql-tools/utils': 9.2.1(graphql@16.13.1) cheerio: 1.1.0 coffeescript: 2.7.0 commander: 10.0.1 fast-glob: 3.3.3 graceful-fs: 4.2.11 - graphql: 16.11.0 - graphql-scalars: 1.24.2(graphql@16.11.0) + graphql: 16.13.1 + graphql-scalars: 1.24.2(graphql@16.13.1) grunt: 1.5.3 grunt-contrib-clean: 2.0.1(grunt@1.5.3) grunt-contrib-concat: 2.1.0(grunt@1.5.3) @@ -29113,6 +30156,11 @@ packages: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} + /statuses@2.0.2: + resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==} + engines: {node: '>= 0.8'} + dev: false + /std-env@3.3.3: resolution: {integrity: sha512-Rz6yejtVyWnVjC1RFvNmYL10kgjC49EOghxWn0RFqlCHGFpQx+Xe7yW3I4ceK1SGrWIGMjD5Kbue8W/udkbMJg==} dev: true @@ -29525,7 +30573,6 @@ packages: engines: {node: '>=4'} dependencies: has-flag: 3.0.0 - dev: true /supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} @@ -30648,6 +31695,15 @@ packages: media-typer: 0.3.0 mime-types: 2.1.35 + /type-is@2.0.1: + resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==} + engines: {node: '>= 0.6'} + dependencies: + content-type: 1.0.5 + media-typer: 1.1.0 + mime-types: 3.0.2 + dev: false + /typed-array-buffer@1.0.3: resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} engines: {node: '>= 0.4'} @@ -31551,7 +32607,6 @@ packages: /whatwg-mimetype@4.0.0: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} engines: {node: '>=18'} - dev: true /whatwg-url@11.0.0: resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==}