From 542f8b7fdd4e510384c014164ff417be39352433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:33:53 +0000 Subject: [PATCH 1/5] chore(deps): update dependency @theguild/algolia to v2 --- pnpm-lock.yaml | 24 +++++++++++++----------- website/package.json | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9533f713d..51c9fd3f3f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2068,8 +2068,8 @@ importers: version: 4.9.0(react@18.2.0) devDependencies: '@theguild/algolia': - specifier: 1.1.9 - version: 1.1.9 + specifier: 2.1.0 + version: 2.1.0 '@theguild/tailwind-config': specifier: 0.3.2 version: 0.3.2 @@ -13243,13 +13243,13 @@ packages: resolution: {integrity: sha512-gr1mFN7KMOn+VviQKcrt+z1/7ttn7s9NSMFFyg5GrJylNH6JGrDDNRm7C5vE4PNwhW6hYT67QRUO44Ns2LQijg==} dev: true - /@theguild/algolia@1.1.9: - resolution: {integrity: sha512-WygxjQDdwY/ORO0QJgyAahWR1okA/6kbYbdP/Zas28L0GIvToLhzjswmZ+tzvw62GU3EeFp8JpPf24QHe5/0og==} + /@theguild/algolia@2.1.0: + resolution: {integrity: sha512-NvS4Gxs2jJaGXf/4x71iG0EFiXSiwXLQjwjPruRqjR8nVWnE4UEkdMKlaJLtV+pjqMfM2DX3EcoNr+c8O5UH7g==} hasBin: true dependencies: algoliasearch: 4.17.1 - commander: 11.0.0 - fast-glob: 3.2.12 + commander: 11.1.0 + fast-xml-parser: 4.3.6 github-slugger: 2.0.0 gray-matter: 4.0.3 lodash.sortby: 4.7.0 @@ -17358,11 +17358,6 @@ packages: engines: {node: '>=14'} dev: true - /commander@11.0.0: - resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==} - engines: {node: '>=16'} - dev: true - /commander@11.1.0: resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} engines: {node: '>=16'} @@ -20595,6 +20590,13 @@ packages: strnum: 1.0.5 dev: true + /fast-xml-parser@4.3.6: + resolution: {integrity: sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==} + hasBin: true + dependencies: + strnum: 1.0.5 + dev: true + /fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} diff --git a/website/package.json b/website/package.json index 237f5ec070..85855e28c0 100644 --- a/website/package.json +++ b/website/package.json @@ -26,7 +26,7 @@ "react-icons": "4.9.0" }, "devDependencies": { - "@theguild/algolia": "1.1.9", + "@theguild/algolia": "2.1.0", "@theguild/tailwind-config": "0.3.2", "@types/node": "18.16.16", "@types/react": "18.2.8", From 2882ace162c63b6cad4502f950e81a9a2102decd Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 9 Apr 2024 22:39:10 +0200 Subject: [PATCH 2/5] upd --- pnpm-lock.yaml | 1097 ++---- website/algolia-lockfile.json | 3192 ----------------- ...emap.config.cjs => next-sitemap.config.js} | 6 +- website/package.json | 9 +- website/tailwind.config.cjs | 1 - website/tailwind.config.ts | 2 + 6 files changed, 324 insertions(+), 3983 deletions(-) delete mode 100644 website/algolia-lockfile.json rename website/{next-sitemap.config.cjs => next-sitemap.config.js} (65%) delete mode 100644 website/tailwind.config.cjs create mode 100644 website/tailwind.config.ts diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51c9fd3f3f..ce350f1fa6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true @@ -132,7 +132,7 @@ importers: dependencies: '@envelop/graphql-jit': specifier: 8.0.0 - version: 8.0.0(@envelop/core@5.0.0)(graphql@16.6.0) + version: 8.0.0(@envelop/core@4.0.0)(graphql@16.6.0) '@faker-js/faker': specifier: 8.0.2 version: 8.0.2 @@ -234,7 +234,7 @@ importers: version: 2.4.7(graphql@16.6.0) '@envelop/apollo-federation': specifier: 5.0.0 - version: 5.0.0(@apollo/gateway@2.4.7)(@envelop/core@5.0.0)(graphql@16.6.0) + version: 5.0.0(@apollo/gateway@2.4.7)(@envelop/core@4.0.0)(graphql@16.6.0) graphql: specifier: 16.6.0 version: 16.6.0 @@ -520,7 +520,7 @@ importers: dependencies: '@envelop/graphql-modules': specifier: 6.0.0 - version: 6.0.0(@envelop/core@5.0.0)(graphql-modules@2.1.2)(graphql@16.6.0) + version: 6.0.0(@envelop/core@4.0.0)(graphql-modules@2.1.2)(graphql@16.6.0) '@graphql-tools/load-files': specifier: 7.0.0 version: 7.0.0(graphql@16.6.0) @@ -679,7 +679,7 @@ importers: dependencies: '@envelop/generic-auth': specifier: 7.0.0 - version: 7.0.0(@envelop/core@5.0.0)(graphql@16.6.0) + version: 7.0.0(@envelop/core@4.0.0)(graphql@16.6.0) graphql: specifier: 16.6.0 version: 16.6.0 @@ -903,7 +903,7 @@ importers: dependencies: '@envelop/live-query': specifier: 7.0.0 - version: 7.0.0(@envelop/core@5.0.0)(graphql@16.6.0) + version: 7.0.0(@envelop/core@4.0.0)(graphql@16.6.0) '@graphql-tools/utils': specifier: 10.0.1 version: 10.0.1(graphql@16.6.0) @@ -1393,7 +1393,7 @@ importers: dependencies: '@envelop/graphql-jit': specifier: 8.0.0 - version: 8.0.0(@envelop/core@5.0.0)(graphql@16.6.0) + version: 8.0.0(@envelop/core@4.0.0)(graphql@16.6.0) '@graphql-yoga/render-graphiql': specifier: 5.3.0 version: link:../../packages/render-graphiql/dist @@ -1502,7 +1502,7 @@ importers: specifier: ^1.0.4 version: 1.0.4(@types/node@18.16.16)(graphql@16.6.0) graphql: - specifier: ^15.2.0 || ^16.0.0 + specifier: 16.6.0 version: 16.6.0 tslib: specifier: ^2.5.2 @@ -1525,7 +1525,7 @@ importers: specifier: ^1.0.0 version: 1.0.0(@urql/core@4.0.10)(graphql@16.6.0)(wonka@6.3.2) graphql: - specifier: ^15.2.0 || ^16.0.0 + specifier: 16.6.0 version: 16.6.0 tslib: specifier: ^2.5.2 @@ -1821,7 +1821,7 @@ importers: dependencies: '@envelop/on-resolve': specifier: ^4.0.0 - version: 4.0.0(@envelop/core@5.0.0)(graphql@16.6.0) + version: 4.0.0(@envelop/core@4.0.0)(graphql@16.6.0) '@graphql-tools/utils': specifier: ^10.0.0 version: 10.0.0(graphql@16.6.0) @@ -1906,7 +1906,7 @@ importers: packages/plugins/graphql-sse: dependencies: graphql: - specifier: ^15.2.0 || ^16.0.0 + specifier: 16.6.0 version: 16.6.0 graphql-sse: specifier: ^2.0.0 @@ -1964,9 +1964,9 @@ importers: dependencies: '@envelop/prometheus': specifier: ^9.4.0 - version: 9.4.0(@envelop/core@5.0.0)(graphql@16.6.0)(prom-client@15.0.0) + version: 9.4.0(@envelop/core@4.0.0)(graphql@16.6.0)(prom-client@15.0.0) graphql: - specifier: ^15.2.0 || ^16.0.0 + specifier: 16.6.0 version: 16.6.0 graphql-yoga: specifier: ^5.3.0 @@ -1981,7 +1981,7 @@ importers: dependencies: '@envelop/response-cache': specifier: ^6.1.2 - version: 6.1.2(@envelop/core@5.0.0)(graphql@16.6.0) + version: 6.1.2(@envelop/core@4.0.0)(graphql@16.6.0) graphql-yoga: specifier: ^5.3.0 version: link:../../graphql-yoga/dist @@ -1997,7 +1997,7 @@ importers: packages/plugins/sofa: dependencies: graphql: - specifier: ^15.2.0 || ^16.0.0 + specifier: 16.6.0 version: 16.6.0 graphql-yoga: specifier: ^5.3.0 @@ -2043,11 +2043,11 @@ importers: website: dependencies: '@theguild/components': - specifier: 6.4.1 - version: 6.4.1(@types/react@18.2.8)(next@14.1.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.6)(webpack@4.46.0) + specifier: 6.5.1 + version: 6.5.1(@types/react@18.2.8)(next@14.1.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.6)(webpack@4.46.0) clsx: - specifier: 2.0.0 - version: 2.0.0 + specifier: 2.1.0 + version: 2.1.0 graphql: specifier: 16.6.0 version: 16.6.0 @@ -2067,12 +2067,9 @@ importers: specifier: 4.9.0 version: 4.9.0(react@18.2.0) devDependencies: - '@theguild/algolia': - specifier: 2.1.0 - version: 2.1.0 '@theguild/tailwind-config': - specifier: 0.3.2 - version: 0.3.2 + specifier: 0.4.0 + version: 0.4.0 '@types/node': specifier: 18.16.16 version: 18.16.16 @@ -2097,7 +2094,7 @@ packages: /@0no-co/graphql.web@1.0.1(graphql@16.6.0): resolution: {integrity: sha512-6Yaxyv6rOwRkLIvFaL0NrLDgfNqC/Ng9QOPmTmlqW4mORXMEKmh5NYGkIvvt5Yw8fZesnMAqkj8cIqTj8f40cQ==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: 16.6.0 peerDependenciesMeta: graphql: optional: true @@ -2119,96 +2116,6 @@ packages: - supports-color dev: true - /@algolia/cache-browser-local-storage@4.17.1: - resolution: {integrity: sha512-e91Jpu93X3t3mVdQwF3ZDjSFMFIfzSc+I76G4EX8nl9RYXgqcjframoL05VTjcD2YCsI18RIHAWVCBoCXVZnrw==} - dependencies: - '@algolia/cache-common': 4.17.1 - dev: true - - /@algolia/cache-common@4.17.1: - resolution: {integrity: sha512-fvi1WT8aSiGAKrcTw8Qg3RYgcwW8GZMHcqEm4AyDBEy72JZlFBSY80cTQ75MslINjCHXLDT+9EN8AGI9WVY7uA==} - dev: true - - /@algolia/cache-in-memory@4.17.1: - resolution: {integrity: sha512-NbBt6eBWlsXc5geSpfPRC5dkIB/0Ptthw8r0yM5Z7D3sPlYdnTZSO9y9XWXIptRMwmZe4cM8iBMN8y0tzbcBkA==} - dependencies: - '@algolia/cache-common': 4.17.1 - dev: true - - /@algolia/client-account@4.17.1: - resolution: {integrity: sha512-3rL/6ofJvyL+q8TiWM3qoM9tig+SY4gB1Vbsj+UeJPnJm8Khm+7OS+r+mFraqR6pTehYqN8yGYoE7x4diEn4aA==} - dependencies: - '@algolia/client-common': 4.17.1 - '@algolia/client-search': 4.17.1 - '@algolia/transporter': 4.17.1 - dev: true - - /@algolia/client-analytics@4.17.1: - resolution: {integrity: sha512-Bepr2w249vODqeBtM7i++tPmUsQ9B81aupUGbDWmjA/FX+jzQqOdhW8w1CFO5kWViNKTbz2WBIJ9U3x8hOa4bA==} - dependencies: - '@algolia/client-common': 4.17.1 - '@algolia/client-search': 4.17.1 - '@algolia/requester-common': 4.17.1 - '@algolia/transporter': 4.17.1 - dev: true - - /@algolia/client-common@4.17.1: - resolution: {integrity: sha512-+r7kg4EgbFnGsDnoGSVNtXZO8xvZ0vzf1WAOV7sqV9PMf1bp6cpJP/3IuPrSk4t5w2KVl+pC8jfTM7HcFlfBEQ==} - dependencies: - '@algolia/requester-common': 4.17.1 - '@algolia/transporter': 4.17.1 - dev: true - - /@algolia/client-personalization@4.17.1: - resolution: {integrity: sha512-gJku9DG/THJpfsSlG/az0a3QIn+VVff9kKh8PG8+7ZfxOHS+C+Y5YSeZVsC+c2cfoKLPo3CuHIiJ/p86erR3bA==} - dependencies: - '@algolia/client-common': 4.17.1 - '@algolia/requester-common': 4.17.1 - '@algolia/transporter': 4.17.1 - dev: true - - /@algolia/client-search@4.17.1: - resolution: {integrity: sha512-Q5YfT5gVkx60PZDQBqp/zH9aUbBdC7HVvxupiHUgnCKqRQsRZjOhLest7AI6FahepuZLBZS62COrO7v+JvKY7w==} - dependencies: - '@algolia/client-common': 4.17.1 - '@algolia/requester-common': 4.17.1 - '@algolia/transporter': 4.17.1 - dev: true - - /@algolia/logger-common@4.17.1: - resolution: {integrity: sha512-Us28Ot+fLEmX9M96sa65VZ8EyEEzhYPxfhV9aQyKDjfXbUdJlJxKt6wZpoEg9RAPSdO8IjK9nmuW2P8au3rRsg==} - dev: true - - /@algolia/logger-console@4.17.1: - resolution: {integrity: sha512-iKGQTpOjHiE64W3JIOu6dmDvn+AfYIElI9jf/Nt6umRPmP/JI9rK+OHUoW4pKrBtdG0DPd62ppeNXzSnLxY6/g==} - dependencies: - '@algolia/logger-common': 4.17.1 - dev: true - - /@algolia/requester-browser-xhr@4.17.1: - resolution: {integrity: sha512-W5mGfGDsyfVR+r4pUFrYLGBEM18gs38+GNt5PE5uPULy4uVTSnnVSkJkWeRkmLBk9zEZ/Nld8m4zavK6dtEuYg==} - dependencies: - '@algolia/requester-common': 4.17.1 - dev: true - - /@algolia/requester-common@4.17.1: - resolution: {integrity: sha512-HggXdjvVFQR0I5l7hM5WdHgQ1tqcRWeyXZz8apQ7zPWZhirmY2E9D6LVhDh/UnWQNEm7nBtM+eMFONJ3bZccIQ==} - dev: true - - /@algolia/requester-node-http@4.17.1: - resolution: {integrity: sha512-NzFWecXT6d0PPsQY9L+/qoK2deF74OLcpvqCH+Vh3mh+QzPsFafcBExdguAjZsAWDn1R6JEeFW7/fo/p0SE57w==} - dependencies: - '@algolia/requester-common': 4.17.1 - dev: true - - /@algolia/transporter@4.17.1: - resolution: {integrity: sha512-ZM+qhX47Vh46mWH8/U9ihvy98HdTYpYQDSlqBD7IbiUbbyoCMke+qmdSX2MGhR2FCcXBSxejsJKKVAfbpaLVgg==} - dependencies: - '@algolia/cache-common': 4.17.1 - '@algolia/logger-common': 4.17.1 - '@algolia/requester-common': 4.17.1 - dev: true - /@alloc/quick-lru@5.2.0: resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} engines: {node: '>=10'} @@ -2285,14 +2192,14 @@ packages: /@apollo/cache-control-types@1.0.2(graphql@16.6.0): resolution: {integrity: sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw==} peerDependencies: - graphql: 14.x || 15.x || 16.x + graphql: 16.6.0 dependencies: graphql: 16.6.0 /@apollo/client@3.7.15(graphql@16.6.0): resolution: {integrity: sha512-pLScjo4GAQRWKWyEg2J3FlQr9fbUAuADT0EI2+JlLf2BjaU9I7WUaZVD9w+0qNPE8BZqs53MRQq0OCm1QCW+eg==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: 16.6.0 graphql-ws: ^5.5.5 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -2325,7 +2232,7 @@ packages: /@apollo/client@3.8.2(graphql@16.6.0): resolution: {integrity: sha512-SSxRTHlHdlR65mvV5j5e3JkYs9z/eFQfJPgSfqTeKa3jgHKofBaMb+UWxJPInqV5MqBFAkPFt8fYEBZwM7oGZA==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: 16.6.0 graphql-ws: ^5.5.5 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -2360,7 +2267,7 @@ packages: resolution: {integrity: sha512-sAVJwv1YJpqbZzS8E1IFItXsiJPag57g3hvwj8n/sn5LGgRRSS05WxhQl7U3NJEjwD0+4LpXqGrIvpCcRFLsvQ==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@apollo/federation-internals': 2.4.0(graphql@16.6.0) '@apollo/query-graphs': 2.4.0(graphql@16.6.0) @@ -2371,7 +2278,7 @@ packages: resolution: {integrity: sha512-eXRTG6J5ywwXsWgP0Wgic4zeBXO8jBBvI0FM4t/gay4DI+1zEL5qmoF2HN/jFik0dnd/ud5kh4djvFLmWEwbeA==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@apollo/federation-internals': 2.4.7(graphql@16.6.0) '@apollo/query-graphs': 2.4.7(graphql@16.6.0) @@ -2381,7 +2288,7 @@ packages: resolution: {integrity: sha512-ovfYwpq3s2LKNvLGg6bxcNlyrCllbF1JhNgQEOEOeAoy3TTmnYuxqd00H3bkT/5xpXvMpBc6+Di6qMkYcQM+Ww==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@types/uuid': 9.0.1 chalk: 4.1.2 @@ -2393,7 +2300,7 @@ packages: resolution: {integrity: sha512-a4iH+72yVd0zNGC5ZGEDfbqI81wktE7qAHjH4rQzJTqMQ74By3PoMD2DefOArcweonvd4b/h4oQJXGvLK2V4Ew==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@types/uuid': 9.0.1 chalk: 4.1.2 @@ -2405,7 +2312,7 @@ packages: resolution: {integrity: sha512-Jt1HiFwe94AfjVj1h53GRwz26Bfp6Y0+yyHQ6/CqEJxQWbAHvEiBFKpzwFQQF9O/OshZx8oedmuAXA6RSFRxSg==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@apollo/composition': 2.4.0(graphql@16.6.0) '@apollo/federation-internals': 2.4.0(graphql@16.6.0) @@ -2436,7 +2343,7 @@ packages: resolution: {integrity: sha512-ZcqSJEUxVJqqPKJ97q72Hyp0YEQfHW+oCRP9osF6XKkrGX1C7nxLm6EzO261+m1bUwkdtjk5CLfXxa9yxIDRdA==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@apollo/composition': 2.4.7(graphql@16.6.0) '@apollo/federation-internals': 2.4.7(graphql@16.6.0) @@ -2504,7 +2411,7 @@ packages: resolution: {integrity: sha512-xyixv288KQ1/qeRbGayNN+4kbv0oHCZV/iLTu1x/Vb5iZTD0LPlMar2rh7ffGLoCmLLAzP+65le0wRXU581hHQ==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@apollo/federation-internals': 2.4.0(graphql@16.6.0) deep-equal: 2.0.5 @@ -2517,7 +2424,7 @@ packages: resolution: {integrity: sha512-LLoY0GgP3mcF+8zp3cf701ixHrsFh1WH1R8HPtO0NOgArmVMTl0bvsEHzFqUNdMd/PcU2b9SMcCmPwN7dKRs+A==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@apollo/federation-internals': 2.4.7(graphql@16.6.0) deep-equal: 2.0.5 @@ -2529,7 +2436,7 @@ packages: resolution: {integrity: sha512-sVBHJ5SW32w6YdeAJCcB23ct5sb/myhv7ebbr9tObmncBR/QOj0n45XyJGXPC3LP8J3h3ICVWehNXDFyV2wOHQ==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@apollo/federation-internals': 2.4.0(graphql@16.6.0) '@apollo/query-graphs': 2.4.0(graphql@16.6.0) @@ -2544,7 +2451,7 @@ packages: resolution: {integrity: sha512-0fTA1W5NKtfxLq5+GY9ORPSQB/MRH1xOt3SbSS8o9yhR9GKzzE3yYNc88HgYAe2lfdDOesCME2t1kKrE76uzdA==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@apollo/federation-internals': 2.4.7(graphql@16.6.0) '@apollo/query-graphs': 2.4.7(graphql@16.6.0) @@ -2557,7 +2464,7 @@ packages: /@apollo/server-gateway-interface@1.1.0(graphql@16.6.0): resolution: {integrity: sha512-0rhG++QtGfr4YhhIHgxZ9BdMFthaPY6LbhI9Au90osbfLMiZ7f8dmZsEX1mp7O1h8MJwCu6Dp0I/KcGbSvfUGA==} peerDependencies: - graphql: 14.x || 15.x || 16.x + graphql: 16.6.0 dependencies: '@apollo/usage-reporting-protobuf': 4.1.0 '@apollo/utils.fetcher': 2.0.0 @@ -2570,7 +2477,7 @@ packages: engines: {node: '>=14.16.0'} requiresBuild: true peerDependencies: - graphql: ^16.6.0 + graphql: 16.6.0 dependencies: '@apollo/cache-control-types': 1.0.2(graphql@16.6.0) '@apollo/server-gateway-interface': 1.1.0(graphql@16.6.0) @@ -2609,7 +2516,7 @@ packages: resolution: {integrity: sha512-/njjzPkyzkh0FO2WvLV+I9mlsDWk3DhfOtCc+cmMx9p4mixgyyaRvYvx3tPjSPkMvkPw/cNidCVymuWJVOAu5A==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: ^16.5.0 + graphql: 16.6.0 dependencies: '@apollo/cache-control-types': 1.0.2(graphql@16.6.0) '@apollo/federation-internals': 2.4.0(graphql@16.6.0) @@ -2632,7 +2539,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 14.x || 15.x || 16.x + graphql: 16.6.0 dependencies: graphql: 16.6.0 dev: false @@ -2673,7 +2580,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 14.x || 15.x || 16.x + graphql: 16.6.0 dependencies: graphql: 16.6.0 dev: false @@ -2684,7 +2591,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 14.x || 15.x || 16.x + graphql: 16.6.0 dependencies: graphql: 16.6.0 dev: false @@ -2695,7 +2602,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 14.x || 15.x || 16.x + graphql: 16.6.0 dependencies: graphql: 16.6.0 lodash.sortby: 4.7.0 @@ -2707,7 +2614,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 14.x || 15.x || 16.x + graphql: 16.6.0 dependencies: graphql: 16.6.0 dev: false @@ -2718,7 +2625,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 14.x || 15.x || 16.x + graphql: 16.6.0 dependencies: '@apollo/usage-reporting-protobuf': 4.1.0 '@apollo/utils.dropunuseddefinitions': 2.0.0(graphql@16.6.0) @@ -2754,7 +2661,7 @@ packages: resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} hasBin: true peerDependencies: - graphql: '*' + graphql: 16.6.0 dependencies: '@babel/core': 7.22.1 '@babel/generator': 7.23.5 @@ -6459,8 +6366,8 @@ packages: engines: {node: '>=18.0.0'} peerDependencies: '@apollo/gateway': ^0.54.0 - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 dependencies: '@apollo/gateway': 2.4.0(graphql@16.6.0) '@envelop/core': 4.0.0 @@ -6472,16 +6379,16 @@ packages: - encoding dev: false - /@envelop/apollo-federation@5.0.0(@apollo/gateway@2.4.7)(@envelop/core@5.0.0)(graphql@16.6.0): + /@envelop/apollo-federation@5.0.0(@apollo/gateway@2.4.7)(@envelop/core@4.0.0)(graphql@16.6.0): resolution: {integrity: sha512-mbe0bqn6mv9WVs5Kk4+IWRZuvxfzjkmuJliAuFJjUuIOn1pMUeCAzjhDTWCHEeCnS0s+TcCtKGFOdAfNtuxbvA==} engines: {node: '>=18.0.0'} peerDependencies: '@apollo/gateway': ^0.54.0 - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 dependencies: '@apollo/gateway': 2.4.7(graphql@16.6.0) - '@envelop/core': 5.0.0 + '@envelop/core': 4.0.0 apollo-server-caching: 3.3.0 apollo-server-types: 3.6.3(graphql@16.6.0) graphql: 16.6.0 @@ -6497,48 +6404,40 @@ packages: '@envelop/types': 4.0.0 tslib: 2.5.3 - /@envelop/core@5.0.0: - resolution: {integrity: sha512-aJdnH/ptv+cvwfvciCBe7TSvccBwo9g0S5f6u35TBVzRVqIGkK03lFlIL+x1cnfZgN9EfR2b1PH2galrT1CdCQ==} - engines: {node: '>=18.0.0'} - dependencies: - '@envelop/types': 5.0.0 - tslib: 2.6.2 - dev: false - /@envelop/disable-introspection@6.0.0(@envelop/core@4.0.0)(graphql@16.6.0): resolution: {integrity: sha512-+DxCvKdzsHat/aWr6dqDsebbGk6ZGiM7VZlnpwKS8g4+PDHg7AfMBnDP8CtUODgifU+kgZME4TFzU288MNpNDg==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 dependencies: '@envelop/core': 4.0.0 graphql: 16.6.0 tslib: 2.6.2 dev: true - /@envelop/extended-validation@4.0.0(@envelop/core@5.0.0)(graphql@16.6.0): + /@envelop/extended-validation@4.0.0(@envelop/core@4.0.0)(graphql@16.6.0): resolution: {integrity: sha512-pvJ/OL+C+lpNiiCXezHT+vP3PTq37MQicoOB1l5MdgOOZZWRAp0NDOgvEKcXUY7AWNpvNHgSE0QFSRfGwsfwFQ==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 dependencies: - '@envelop/core': 5.0.0 + '@envelop/core': 4.0.0 '@graphql-tools/utils': 10.1.1(graphql@16.6.0) graphql: 16.6.0 tslib: 2.6.2 dev: false - /@envelop/generic-auth@7.0.0(@envelop/core@5.0.0)(graphql@16.6.0): + /@envelop/generic-auth@7.0.0(@envelop/core@4.0.0)(graphql@16.6.0): resolution: {integrity: sha512-FxGzoSjIXJlv+aiVyhQ8oHoz41ol4gJe8KAzNX7FP3qrhldbrqcC5Q+J/VtNlo5jXYX0YuLHH6ehF80tQDZJ4Q==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 dependencies: - '@envelop/core': 5.0.0 - '@envelop/extended-validation': 4.0.0(@envelop/core@5.0.0)(graphql@16.6.0) + '@envelop/core': 4.0.0 + '@envelop/extended-validation': 4.0.0(@envelop/core@4.0.0)(graphql@16.6.0) '@graphql-tools/utils': 10.0.6(graphql@16.6.0) graphql: 16.6.0 tslib: 2.6.2 @@ -6548,39 +6447,24 @@ packages: resolution: {integrity: sha512-+Sfp5DON/krxr4fP1kT6GQeQYqphP2g69CybqAMLRTALCCKs/ZfATvK/Bx+ysPV5K8g/tRwVuDbub1JAuLDxSw==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: '@envelop/core': 4.0.0 graphql: 16.6.0 - graphql-jit: 0.8.4(graphql@16.6.0) - tslib: 2.6.2 - value-or-promise: 1.0.12 - dev: true - - /@envelop/graphql-jit@8.0.0(@envelop/core@5.0.0)(graphql@16.6.0): - resolution: {integrity: sha512-+Sfp5DON/krxr4fP1kT6GQeQYqphP2g69CybqAMLRTALCCKs/ZfATvK/Bx+ysPV5K8g/tRwVuDbub1JAuLDxSw==} - engines: {node: '>=18.0.0'} - peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 5.0.0 + '@envelop/core': 4.0.0 graphql: 16.6.0 graphql-jit: 0.8.4(graphql@16.6.0) tslib: 2.6.2 value-or-promise: 1.0.12 - dev: false - /@envelop/graphql-modules@6.0.0(@envelop/core@5.0.0)(graphql-modules@2.1.2)(graphql@16.6.0): + /@envelop/graphql-modules@6.0.0(@envelop/core@4.0.0)(graphql-modules@2.1.2)(graphql@16.6.0): resolution: {integrity: sha512-U6LoSMFd/eVt/vcI+6cj3OWciPnCTCIz+7Frc+oJ3Bg2utDIba3ngepzQPYb9t2da+AjCw+O2NmBwoUHWH0mAQ==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 graphql-modules: ^1 || ^2.0.0 dependencies: - '@envelop/core': 5.0.0 + '@envelop/core': 4.0.0 graphql: 16.6.0 graphql-modules: 2.1.2(graphql@16.6.0) tslib: 2.6.2 @@ -6590,79 +6474,62 @@ packages: resolution: {integrity: sha512-rLnSN1B+5zcy3FsWE+16/CMiqjD/LXXcRUXJ0RaXRjzHClpQxgSzrAixNeOmx1vXLff4AgkjOZANJl39rD4dwQ==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: '@envelop/core': 4.0.0 - '@graphql-tools/utils': 10.0.1(graphql@16.6.0) - '@n1ru4l/graphql-live-query': 0.10.0(graphql@16.6.0) - '@n1ru4l/graphql-live-query-patch': 0.7.0(graphql@16.6.0) - '@n1ru4l/in-memory-live-query-store': 0.10.0(graphql@16.6.0) graphql: 16.6.0 - tslib: 2.6.2 - dev: true - - /@envelop/live-query@7.0.0(@envelop/core@5.0.0)(graphql@16.6.0): - resolution: {integrity: sha512-rLnSN1B+5zcy3FsWE+16/CMiqjD/LXXcRUXJ0RaXRjzHClpQxgSzrAixNeOmx1vXLff4AgkjOZANJl39rD4dwQ==} - engines: {node: '>=18.0.0'} - peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 5.0.0 + '@envelop/core': 4.0.0 '@graphql-tools/utils': 10.0.1(graphql@16.6.0) '@n1ru4l/graphql-live-query': 0.10.0(graphql@16.6.0) '@n1ru4l/graphql-live-query-patch': 0.7.0(graphql@16.6.0) '@n1ru4l/in-memory-live-query-store': 0.10.0(graphql@16.6.0) graphql: 16.6.0 tslib: 2.6.2 - dev: false - /@envelop/on-resolve@4.0.0(@envelop/core@5.0.0)(graphql@16.6.0): + /@envelop/on-resolve@4.0.0(@envelop/core@4.0.0)(graphql@16.6.0): resolution: {integrity: sha512-EBGJoaN7eqpDxhH/EFnjx5CgK8d7XKs6/2scuqGmEnVptW+8sicxPdvt5nZielZRT6spRK14ZGWmn2o8qf8GjQ==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 dependencies: - '@envelop/core': 5.0.0 + '@envelop/core': 4.0.0 graphql: 16.6.0 dev: false - /@envelop/on-resolve@4.1.0(@envelop/core@5.0.0)(graphql@16.6.0): + /@envelop/on-resolve@4.1.0(@envelop/core@4.0.0)(graphql@16.6.0): resolution: {integrity: sha512-2AXxf8jbBIepBUiY0KQtyCO6gnT7LKBEYdaARZBJ7ujy1+iQHQPORKvAwl51kIdD6v5x38eldZnm7A19jFimOg==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 dependencies: - '@envelop/core': 5.0.0 + '@envelop/core': 4.0.0 graphql: 16.6.0 dev: false - /@envelop/prometheus@9.4.0(@envelop/core@5.0.0)(graphql@16.6.0)(prom-client@15.0.0): + /@envelop/prometheus@9.4.0(@envelop/core@4.0.0)(graphql@16.6.0)(prom-client@15.0.0): resolution: {integrity: sha512-r+BoQhDl/7qV8iZ0jOAumuMw3zi+IiFC5NFtgPSWwf3YFDH9PG1Y4WTh2qi+2GAFp/Z6CPv1TWePs3DHyz3v4w==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 prom-client: ^15.0.0 dependencies: - '@envelop/core': 5.0.0 - '@envelop/on-resolve': 4.1.0(@envelop/core@5.0.0)(graphql@16.6.0) + '@envelop/core': 4.0.0 + '@envelop/on-resolve': 4.1.0(@envelop/core@4.0.0)(graphql@16.6.0) graphql: 16.6.0 prom-client: 15.0.0 tslib: 2.6.2 dev: false - /@envelop/response-cache@6.1.2(@envelop/core@5.0.0)(graphql@16.6.0): + /@envelop/response-cache@6.1.2(@envelop/core@4.0.0)(graphql@16.6.0): resolution: {integrity: sha512-vBX6z/TxBZSNReVn69VJVkdGHpGzHyeQNMz9LXobczl55KCZaf2inBWguSdGq+vx6PlB068GhLeg+a7kseiF1Q==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': ^5.0.0 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + '@envelop/core': 4.0.0 + graphql: 16.6.0 dependencies: - '@envelop/core': 5.0.0 + '@envelop/core': 4.0.0 '@graphql-tools/utils': 10.1.0(graphql@16.6.0) '@whatwg-node/fetch': 0.9.17 fast-json-stable-stringify: 2.1.0 @@ -6677,13 +6544,6 @@ packages: dependencies: tslib: 2.6.2 - /@envelop/types@5.0.0: - resolution: {integrity: sha512-IPjmgSc4KpQRlO4qbEDnBEixvtb06WDmjKfi/7fkZaryh5HuOmTtixe1EupQI5XfXO8joc3d27uUZ0QdC++euA==} - engines: {node: '>=18.0.0'} - dependencies: - tslib: 2.6.2 - dev: false - /@esbuild-kit/cjs-loader@2.4.2: resolution: {integrity: sha512-BDXFbYOJzT/NBEtp71cvsrGPwGAMGRB/349rwKuoxNSiKjPraNNnlK6MIIabViCjqZugu6j+xeMDlEkWdHHJSg==} dependencies: @@ -7559,7 +7419,7 @@ packages: /@graphiql/plugin-explorer@0.1.4(@codemirror/language@6.0.0)(@types/react@18.2.8)(graphql@16.6.0)(react-dom@18.2.0)(react-is@17.0.2)(react@18.2.0): resolution: {integrity: sha512-sjP2W5mf9ZR/GAMs2kg2NkIa8shGZWFQu6LYHmTjWuOP2V1gTgEAgJYvr36InE1Bj9gnBHQhqGFP9lYjdB6Ncw==} peerDependencies: - graphql: ^15.5.0 || ^16.0.0 + graphql: 16.6.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: @@ -7579,7 +7439,7 @@ packages: /@graphiql/react@0.13.3(patch_hash=yqm362ey3efuxzwgojxfo6tq5i)(@codemirror/language@6.0.0)(@types/react@18.2.8)(graphql@16.6.0)(react-dom@18.2.0)(react-is@17.0.2)(react@18.2.0): resolution: {integrity: sha512-BIOaahIxVHGQjoVbECIiSzEtETZVMyhG83ysVpoFKCVj27KxDbh/Yk9w23L0aYQWuWEU7C02Kzl5gi+Zwx/K3A==} peerDependencies: - graphql: ^15.5.0 || ^16.0.0 + graphql: 16.6.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: @@ -7611,7 +7471,7 @@ packages: /@graphiql/toolkit@0.8.4(graphql@16.6.0): resolution: {integrity: sha512-cFUGqh3Dau+SD3Vq9EFlZrhzYfaHKyOJveFtaCR+U5Cn/S68p7oy+vQBIdwtO6J2J58FncnwBbVRfr+IvVfZqQ==} peerDependencies: - graphql: ^15.5.0 || ^16.0.0 + graphql: 16.6.0 graphql-ws: '>= 4.5.0' peerDependenciesMeta: graphql-ws: @@ -7629,7 +7489,7 @@ packages: 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 + graphql: 16.6.0 peerDependenciesMeta: '@parcel/watcher': optional: true @@ -7683,7 +7543,7 @@ packages: /@graphql-codegen/core@4.0.0(graphql@16.6.0): resolution: {integrity: sha512-JAGRn49lEtSsZVxeIlFVIRxts2lWObR+OQo7V2LHDJ7ohYYw3ilv7nJ8pf8P4GTg/w6ptcYdSdVVdkI8kUHB/Q==} 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: 16.6.0 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-tools/schema': 10.0.0(graphql@16.6.0) @@ -7695,7 +7555,7 @@ packages: /@graphql-codegen/plugin-helpers@5.0.1(graphql@16.6.0): resolution: {integrity: sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==} 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: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) change-case-all: 1.0.15 @@ -7709,7 +7569,7 @@ packages: /@graphql-codegen/plugin-helpers@5.0.3(graphql@16.6.0): resolution: {integrity: sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==} 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: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) change-case-all: 1.0.15 @@ -7723,7 +7583,7 @@ packages: /@graphql-codegen/schema-ast@4.0.2(graphql@16.6.0): resolution: {integrity: sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==} 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: 16.6.0 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -7734,7 +7594,7 @@ packages: /@graphql-codegen/typescript-resolvers@4.0.6(graphql@16.6.0): resolution: {integrity: sha512-7OBFzZ2xSkYgMgcc1A3xNqbBHHSQXBesLrG86Sh+Jj0PQQB3Om8j1HSFs64PD/l5Kri2dXgm3oim/89l3Rl3lw==} 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: 16.6.0 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-codegen/typescript': 4.0.6(graphql@16.6.0) @@ -7751,7 +7611,7 @@ packages: /@graphql-codegen/typescript@4.0.6(graphql@16.6.0): resolution: {integrity: sha512-IBG4N+Blv7KAL27bseruIoLTjORFCT3r+QYyMC3g11uY3/9TPpaUyjSdF70yBe5GIQ6dAgDU+ENUC1v7EPi0rw==} peerDependencies: - graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: 16.6.0 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-codegen/schema-ast': 4.0.2(graphql@16.6.0) @@ -7767,7 +7627,7 @@ packages: /@graphql-codegen/visitor-plugin-common@5.1.0(graphql@16.6.0): resolution: {integrity: sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg==} 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: 16.6.0 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-tools/optimize': 2.0.0(graphql@16.6.0) @@ -7789,7 +7649,7 @@ packages: resolution: {integrity: sha512-axQTbN5+Yxs1rJ6cWQBOfw3AEeC+fvIuZSfJLPLLvFJLj4pUm9fhxey/g6oQZAAQJqKPfw+tLDUQvnfvRK8Kmg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -7803,7 +7663,7 @@ packages: /@graphql-tools/batch-execute@8.5.19(graphql@16.6.0): resolution: {integrity: sha512-eqofTMYPygg9wVPdA+p8lk4NBpaPTcDut6SlnDk9IiYdY23Yfo6pY7mzZ3b27GugI7HDtB2OZUxzZJSGsk6Qew==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) dataloader: 2.2.2 @@ -7816,7 +7676,7 @@ packages: resolution: {integrity: sha512-lT9/1XmPSYzBcEybXPLsuA6C5E0t8438PVUELABcqdvwHgZ3VOOx29MLBEqhr2oewOlDChH6PXNkfxoOoAuzRg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) dataloader: 2.2.2 @@ -7828,7 +7688,7 @@ packages: resolution: {integrity: sha512-nq36yQnUVp6Roti+RFatInRogZzbwdFKZK1YBCmP3XpUvoOBbWaHaLKxVE9mU5lb9nL99zKzhq6gfh5syzxjJQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.22.1)(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -7845,7 +7705,7 @@ packages: resolution: {integrity: sha512-ZW5/7Q0JqUM+guwn8/cM/1Hz16Zvj6WR6r3gnOwoPO7a9bCbe8QTCk4itT/EO+RiGT8RLUPYaunWR9jxfNqqOA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/batch-execute': 9.0.0(graphql@16.6.0) '@graphql-tools/executor': 1.2.5(graphql@16.6.0) @@ -7859,7 +7719,7 @@ packages: /@graphql-tools/delegate@9.0.28(graphql@16.6.0): resolution: {integrity: sha512-8j23JCs2mgXqnp+5K0v4J3QBQU/5sXd9miaLvMfRf/6963DznOXTECyS9Gcvj1VEeR5CXIw6+aX/BvRDKDdN1g==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/batch-execute': 8.5.19(graphql@16.6.0) '@graphql-tools/executor': 0.0.15(graphql@16.6.0) @@ -7876,7 +7736,7 @@ packages: engines: {node: '>=16.0.0'} peerDependencies: '@apollo/client': ^3.5.9 - graphql: ^15.2.0 || ^16.0.0 + graphql: 16.6.0 dependencies: '@apollo/client': 3.7.15(graphql@16.6.0) '@graphql-tools/utils': 10.0.1(graphql@16.6.0) @@ -7888,7 +7748,7 @@ packages: resolution: {integrity: sha512-voczXmNcEzZKk6dS4pCwN0XCXvDiAVm9rj+54oz7X04IsHBJmTUul1YhCbJie1xUvN1jmgEJ14lfD92tMMMTmQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) '@repeaterjs/repeater': 3.0.4 @@ -7906,7 +7766,7 @@ packages: resolution: {integrity: sha512-lSoPFWrGU6XT9nGGBogUI8bSOtP0yce2FhXTrU5akMZ35BDCNWbkmgryzRhxoAH/yDOaZtKkHQB3xrYX3uo5zA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.0.6(graphql@16.6.0) '@repeaterjs/repeater': 3.0.4 @@ -7923,7 +7783,7 @@ packages: resolution: {integrity: sha512-roQyDLOAywyaCTPOhwXiT/WDr0bfuVhqOXjECsnrIl/1TMPDUYjiT2sW6Gz6pqnYMmokdhyvlV6D5d7WtIrKsA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) '@repeaterjs/repeater': 3.0.4 @@ -7940,7 +7800,7 @@ packages: resolution: {integrity: sha512-8c0wlhYz7G6imuWqHqjpveflN8IVL3gXIxel5lzpAvPvxsSXpiNig3jADkIBB+eaxzR9R1lbwxqonxPUGI4CdQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) '@types/ws': 8.5.4 @@ -7957,7 +7817,7 @@ packages: engines: {node: '>=16.0.0'} peerDependencies: '@urql/core': ^3.0.0 || ^4.0.0 - graphql: ^15.2.0 || ^16.0.0 + graphql: 16.6.0 wonka: ^6.0.0 dependencies: '@graphql-tools/utils': 10.0.1(graphql@16.6.0) @@ -7970,7 +7830,7 @@ packages: /@graphql-tools/executor@0.0.15(graphql@16.6.0): resolution: {integrity: sha512-6U7QLZT8cEUxAMXDP4xXVplLi6RBwx7ih7TevlBto66A/qFp3PDb6o/VFo07yBKozr8PGMZ4jMfEWBGxmbGdxA==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) '@graphql-typed-document-node/core': 3.1.2(graphql@16.6.0) @@ -7984,7 +7844,7 @@ packages: resolution: {integrity: sha512-s7sW4K3BUNsk9sjq+vNicwb9KwcR3G55uS/CI8KZQ4x0ZdeYMIwpeU9MVeORCCpHuQyTaV+/VnO0hFrS/ygzsg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) @@ -7997,7 +7857,7 @@ packages: resolution: {integrity: sha512-0QAzWywOdWC4vozYFi4OuAxv1QvHo6PwLY+D8DCQn+knxWZAsJe86SESxBkQ5R03yHFWPaiBVWKDB+lxxgC7Uw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.22.1)(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -8015,7 +7875,7 @@ packages: resolution: {integrity: sha512-VuroArWKcG4yaOWzV0r19ElVIV6iH6UKDQn1MXemND0xu5TzrFme0kf3U9o0YwNo0kUYEk9CyFM0BYg4he17FA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/executor-http': 1.0.4(@types/node@18.16.16)(graphql@16.6.0) @@ -8036,7 +7896,7 @@ packages: resolution: {integrity: sha512-wRXj9Z1IFL3+zJG1HWEY0S4TXal7+s1vVhbZva96MSp0kbb/3JBF7j0cnJ44Eq0ClccMgGCDFqPFXty4JlpaPg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/import': 7.0.0(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -8050,7 +7910,7 @@ packages: resolution: {integrity: sha512-/xFXF7RwWf1UDAnUN/984Q1clRxRcWwO7lxi+BDzuwN14DJb424FVAmFOroBeeFWQNdj8qtNGLWhAbx23khvHQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@babel/parser': 7.23.5 '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.1) @@ -8068,7 +7928,7 @@ packages: resolution: {integrity: sha512-NVZiTO8o1GZs6OXzNfjB+5CtQtqsZZpQOq+Uu0w57kdUkT4RlQKlwhT8T81arEsbV55KpzkpFsOZP7J1wdmhBw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) graphql: 16.6.0 @@ -8080,7 +7940,7 @@ packages: resolution: {integrity: sha512-ki6EF/mobBWJjAAC84xNrFMhNfnUFD6Y0rQMGXekrUgY0NdeYXHU0ZUgHzC9O5+55FslqUmAUHABePDHTyZsLg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) globby: 11.1.0 @@ -8093,7 +7953,7 @@ packages: resolution: {integrity: sha512-P98amERIwI7FD8Bsq6xUbz9Mj63W8qucfrE/WQjad5jFMZYdFFt46a99FFdfx8S/ZYgpAlj/AZbaTtWLitMgNQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: globby: 11.1.0 graphql: 16.6.0 @@ -8105,7 +7965,7 @@ packages: resolution: {integrity: sha512-Cy874bQJH0FP2Az7ELPM49iDzOljQmK1PPH6IuxsWzLSTxwTqd8dXA09dcVZrI7/LsN26heTY2R8q2aiiv0GxQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/schema': 10.0.0(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -8117,7 +7977,7 @@ packages: /@graphql-tools/merge@8.4.0(graphql@16.6.0): resolution: {integrity: sha512-3XYCWe0d3I4F1azNj1CdShlbHfTIfiDgj00R9uvFH8tHKh7i1IWN3F7QQYovcHKhayaR6zPok3YYMESYQcBoaA==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 @@ -8127,7 +7987,7 @@ packages: /@graphql-tools/merge@8.4.2(graphql@16.6.0): resolution: {integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 @@ -8138,7 +7998,7 @@ packages: resolution: {integrity: sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) graphql: 16.6.0 @@ -8148,7 +8008,7 @@ packages: 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 + graphql: 16.6.0 dependencies: graphql: 16.6.0 tslib: 2.6.2 @@ -8158,7 +8018,7 @@ packages: resolution: {integrity: sha512-AvvVFj+E+e8kG5QaVcitLTr7VZOa5CmvJ8HwlZslmg9OD1qoVDvhroGoR5/3y5e6n1xUjCWlO1xoo3QBseMuSw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/url-loader': 8.0.1(@types/node@18.16.16)(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -8191,7 +8051,7 @@ packages: resolution: {integrity: sha512-UNlJi5y3JylhVWU4MBpL0Hun4Q7IoJwv9xYtmAz+CgRa066szzY7dcuPfxrA7cIGgG/Q6TVsKsYaiF4OHPs1Fw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@ardatan/relay-compiler': 12.0.0(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -8206,7 +8066,7 @@ packages: resolution: {integrity: sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/merge': 9.0.0(graphql@16.6.0) '@graphql-tools/utils': 10.0.1(graphql@16.6.0) @@ -8217,7 +8077,7 @@ packages: /@graphql-tools/schema@9.0.17(graphql@16.6.0): resolution: {integrity: sha512-HVLq0ecbkuXhJlpZ50IHP5nlISqH2GbNgjBJhhRzHeXhfwlUOT4ISXGquWTmuq61K0xSaO0aCjMpxe4QYbKTng==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/merge': 8.4.0(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) @@ -8229,7 +8089,7 @@ packages: /@graphql-tools/schema@9.0.19(graphql@16.6.0): resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/merge': 8.4.2(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) @@ -8242,7 +8102,7 @@ packages: resolution: {integrity: sha512-rPc9oDzMnycvz+X+wrN3PLrhMBQkG4+sd8EzaFN6dypcssiefgWKToXtRKI8HHK68n2xEq1PyrOpkjHFJB+GwA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.0(graphql@16.6.0) @@ -8269,7 +8129,7 @@ packages: resolution: {integrity: sha512-B2k8KQEkEQmfV1zhurT5GLoXo8jbXP+YQHUayhCSxKYlRV7j/1Fhp1b21PDM8LXIDGlDRXaZ0FbWKOs7eYXDuQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.0(graphql@16.6.0) @@ -8295,7 +8155,7 @@ packages: resolution: {integrity: sha512-ndBPc6zgR+eGU/jHLpuojrs61kYN3Z89JyMLwK3GCRkPv4EQn9EOr1UWqF1JO0iM+/jAVHY0mvfUxyrFFN9DUQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) graphql: 16.6.0 @@ -8306,7 +8166,7 @@ packages: resolution: {integrity: sha512-i1FozbDGHgdsFA47V/JvQZ0FE8NAy0Eiz7HGCJO2MkNdZAKNnwei66gOq0JWYVFztwpwbVQ09GkKhq7Kjcq5Cw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) graphql: 16.6.0 @@ -8316,7 +8176,7 @@ packages: resolution: {integrity: sha512-hZMjl/BbX10iagovakgf3IiqArx8TPsotq5pwBld37uIX1JiZoSbgbCIFol7u55bh32o6cfDEiiJgfAD5fbeyQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) dset: 3.1.2 @@ -8327,7 +8187,7 @@ packages: resolution: {integrity: sha512-wLPqhgeZ9BZJPRoaQbsDN/CtJDPd/L4qmmtPkjI3NuYJ39x+Eqz1Sh34EAGMuDh+xlOHqBwHczkZUpoK9tvzjw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) cross-inspect: 1.0.0 @@ -8340,7 +8200,7 @@ packages: resolution: {integrity: sha512-1kNkZsND12hPkb+YpuUeTRt8f9ZTGhYOfu23V5Z21HegYDjl1k9eX+Inher/eiHCf1eXCk5rKWL9Liol8MWixA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) cross-inspect: 1.0.0 @@ -8351,7 +8211,7 @@ packages: /@graphql-tools/utils@8.13.1(graphql@16.6.0): resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: graphql: 16.6.0 tslib: 2.6.2 @@ -8359,7 +8219,7 @@ packages: /@graphql-tools/utils@9.2.1(graphql@16.6.0): resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) graphql: 16.6.0 @@ -8370,7 +8230,7 @@ packages: resolution: {integrity: sha512-HDOeUUh6UhpiH0WPJUQl44ODt1x5pnMUbOJZ7GjTdGQ7LK0AgVt3ftaAQ9duxLkiAtYJmu5YkULirfZGj4HzDg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/delegate': 10.0.0(graphql@16.6.0) '@graphql-tools/schema': 10.0.0(graphql@16.6.0) @@ -8382,7 +8242,7 @@ packages: /@graphql-tools/wrap@9.3.8(graphql@16.6.0): resolution: {integrity: sha512-MGsExYPiILMw4Qff7HcvE9MMSYdjb/tr5IQYJbxJIU4/TrBHox1/smne8HG+Bd7kmDlTTj7nU/Z8sxmoRd0hOQ==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/delegate': 9.0.28(graphql@16.6.0) '@graphql-tools/schema': 9.0.17(graphql@16.6.0) @@ -8395,7 +8255,7 @@ packages: /@graphql-typed-document-node/core@3.1.2(graphql@16.6.0): resolution: {integrity: sha512-9anpBMM9mEgZN4wr2v8wHJI2/u5TnnggewRN6OlvXTTnuVyoY19X6rOv9XTqKRw6dcGKwZsBi8n0kDE2I5i4VA==} 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 + graphql: 16.6.0 dependencies: graphql: 16.6.0 dev: false @@ -8403,7 +8263,7 @@ packages: /@graphql-typed-document-node/core@3.2.0(graphql@16.6.0): 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 + graphql: 16.6.0 dependencies: graphql: 16.6.0 @@ -9525,7 +9385,7 @@ packages: /@mdx-js/react@3.0.1(@types/react@18.2.8)(react@18.2.0): resolution: {integrity: sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==} peerDependencies: - '@types/react': '>=16' + '@types/react': 18.2.8 react: '>=16' dependencies: '@types/mdx': 2.0.3 @@ -9536,7 +9396,7 @@ packages: /@n1ru4l/graphql-live-query-patch@0.7.0(graphql@16.6.0): resolution: {integrity: sha512-1q49iNxqEIbmUp+qFAEVEn4ts344Cw72g5OtAuFeTwKtJT3V91kTPGMcRk5Pxb5FPHbvn52q+PCVKOAyVrtPwQ==} peerDependencies: - graphql: ^15.4.0 || ^16.0.0 + graphql: 16.6.0 dependencies: '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 @@ -9544,14 +9404,14 @@ packages: /@n1ru4l/graphql-live-query@0.10.0(graphql@16.6.0): resolution: {integrity: sha512-qZ7OHH/NB0NcG/Xa7irzgjE63UH0CkofZT0Bw4Ko6iRFagPRHBM8RgFXwTt/6JbFGIEUS4STRtaFoc/Eq/ZtzQ==} peerDependencies: - graphql: ^15.4.0 || ^16.0.0 + graphql: 16.6.0 dependencies: graphql: 16.6.0 /@n1ru4l/in-memory-live-query-store@0.10.0(graphql@16.6.0): resolution: {integrity: sha512-pt7bZgTPz9dk7ceoOp76KIbVFFlAPe0e5A07UiZ19fQy3JPvvoLRdjmnKbUh3VsEUUh8MyytFcFRguaeiidAYA==} peerDependencies: - graphql: ^15.4.0 || ^16.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 8.13.1(graphql@16.6.0) '@n1ru4l/graphql-live-query': 0.10.0(graphql@16.6.0) @@ -9866,7 +9726,7 @@ packages: '@nestjs/core': ^9.3.8 || ^10.0.0 class-transformer: '*' class-validator: '*' - graphql: ^16.6.0 + graphql: 16.6.0 reflect-metadata: ^0.1.13 ts-morph: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -9911,7 +9771,7 @@ packages: '@nestjs/core': ^9.3.8 || ^10.0.0 class-transformer: '*' class-validator: '*' - graphql: ^16.6.0 + graphql: 16.6.0 reflect-metadata: ^0.1.13 ts-morph: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -9958,7 +9818,7 @@ packages: '@nestjs/core': ^9.3.8 || ^10.0.0 class-transformer: '*' class-validator: '*' - graphql: ^16.6.0 + graphql: 16.6.0 reflect-metadata: ^0.1.13 ts-morph: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -12079,7 +11939,7 @@ packages: /@pothos/core@3.30.0(graphql@16.6.0): resolution: {integrity: sha512-ZUL2YTv3ODeKBkhkVcEO03lcERdqQaG2zfylNpkrY9ryAIhOuN9Pbo+VnfqhqEQx7jM/56Rro7i9AuhzF0Q3tA==} peerDependencies: - graphql: '>=15.1.0' + graphql: 16.6.0 dependencies: graphql: 16.6.0 dev: false @@ -12398,297 +12258,6 @@ packages: resolution: {integrity: sha512-xfo+yLRM2zVjVEA4p23IjQWzyWl1ZhWOGobsBqRpIarzLvwNH/RAGaoehdxlhx4X92302DrpdIFgTICMN4P38w==} dev: false - /@radix-ui/primitive@1.0.1: - resolution: {integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==} - dependencies: - '@babel/runtime': 7.20.13 - dev: false - - /@radix-ui/react-collection@1.0.3(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.8)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-context@1.0.1(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-direction@1.0.1(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-dismissable-layer@1.0.5(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.8)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-id@1.0.1(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-navigation-menu@1.1.4(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Cc+seCS3PmWmjI51ufGG7zp1cAAIRqHVw7C9LOA2TZ+R4hG6rDvHcTqIsEEFLmZO3zNVH72jOOE7kKNy8W+RtA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-presence@1.0.1(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-primitive@1.0.3(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.8)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-slot@1.0.2(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.8)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.8)(react@18.2.0): - resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} - peerDependencies: - '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@types/react': 18.2.8 - react: 18.2.0 - dev: false - - /@radix-ui/react-visually-hidden@1.0.3(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} - peerDependencies: - '@types/react': '*' - '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@babel/runtime': 7.20.13 - '@radix-ui/react-primitive': 1.0.3(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.8 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@reach/auto-id@0.17.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ud8iPwF52RVzEmkHq1twuqGuPA+moreumUHdtgvU3sr3/15BNhwp3KyDLrKKSz0LP1r3V4pSdyF9MbYM8BoSjA==} peerDependencies: @@ -13243,21 +12812,8 @@ packages: resolution: {integrity: sha512-gr1mFN7KMOn+VviQKcrt+z1/7ttn7s9NSMFFyg5GrJylNH6JGrDDNRm7C5vE4PNwhW6hYT67QRUO44Ns2LQijg==} dev: true - /@theguild/algolia@2.1.0: - resolution: {integrity: sha512-NvS4Gxs2jJaGXf/4x71iG0EFiXSiwXLQjwjPruRqjR8nVWnE4UEkdMKlaJLtV+pjqMfM2DX3EcoNr+c8O5UH7g==} - hasBin: true - dependencies: - algoliasearch: 4.17.1 - commander: 11.1.0 - fast-xml-parser: 4.3.6 - github-slugger: 2.0.0 - gray-matter: 4.0.3 - lodash.sortby: 4.7.0 - remove-markdown: 0.5.0 - dev: true - - /@theguild/components@6.4.1(@types/react@18.2.8)(next@14.1.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.6)(webpack@4.46.0): - resolution: {integrity: sha512-afT5j2ysCi+CjnM3oYK42cf5mDJ+Vw4EmbrJND4WeunIaeUaugombyGpkPgehcBLOIyt529UYKi/LsRxxgnksw==} + /@theguild/components@6.5.1(@types/react@18.2.8)(next@14.1.4)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.6)(webpack@4.46.0): + resolution: {integrity: sha512-mWKEVaJsPxjUhHcjiqPxZgg8GrW7TddEVOinoZ8ND5gM+6lPgk3OUU2y/vFg4rVG25haippZ/BzH/budkb7KAg==} peerDependencies: next: ^13 || ^14 react: ^18.2.0 @@ -13265,8 +12821,7 @@ packages: dependencies: '@giscus/react': 3.0.0(react-dom@18.2.0)(react@18.2.0) '@next/bundle-analyzer': 13.4.2 - '@radix-ui/react-navigation-menu': 1.1.4(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) - clsx: 2.0.0 + clsx: 2.1.0 fuzzy: 0.1.3 next: 14.1.4(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) next-videos: 1.5.0(webpack@4.46.0) @@ -13275,13 +12830,12 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-paginate: 8.2.0(react@18.2.0) - react-player: 2.15.1(react@18.2.0) + react-player: 2.16.0(react@18.2.0) remark-mdx-disable-explicit-jsx: 0.1.0 search-insights: 2.13.0 semver: 7.5.4 transitivePeerDependencies: - '@types/react' - - '@types/react-dom' - bufferutil - supports-color - typescript @@ -13351,14 +12905,14 @@ packages: unist-util-visit: 5.0.0 dev: false - /@theguild/tailwind-config@0.3.2: - resolution: {integrity: sha512-Oed36GocYLTSxiGEDn6Am7wOeTLqIjz0NMq4yhbLLidlKFFewtjlPrv7TzspIeLurDtvhpns7EN9kWgZFOK8nw==} + /@theguild/tailwind-config@0.4.0: + resolution: {integrity: sha512-yBKCWCObEpu8JvB4aPXysDHmwecGJyms6P6Gj3LG3cA+3HiWTj/bqjU4TigotK+n/Dg/bbP4ZllYfhg4Llzypg==} dependencies: - autoprefixer: 10.4.18(postcss@8.4.37) - cssnano: 6.1.1(postcss@8.4.37) - postcss: 8.4.37 - postcss-import: 16.0.1(postcss@8.4.37) - tailwindcss: 3.4.1 + autoprefixer: 10.4.19(postcss@8.4.38) + cssnano: 6.1.2(postcss@8.4.38) + postcss: 8.4.38 + postcss-import: 16.1.0(postcss@8.4.38) + tailwindcss: 3.4.3 transitivePeerDependencies: - ts-node dev: true @@ -15078,25 +14632,6 @@ packages: require-from-string: 2.0.2 uri-js: 4.4.1 - /algoliasearch@4.17.1: - resolution: {integrity: sha512-4GDQ1RhP2qUR3x8PevFRbEdqZqIARNViZYjgTJmA1T7wRNtFA3W4Aqc/RsODqa1J8IO/QDla5x4tWuUS8NV8wA==} - dependencies: - '@algolia/cache-browser-local-storage': 4.17.1 - '@algolia/cache-common': 4.17.1 - '@algolia/cache-in-memory': 4.17.1 - '@algolia/client-account': 4.17.1 - '@algolia/client-analytics': 4.17.1 - '@algolia/client-common': 4.17.1 - '@algolia/client-personalization': 4.17.1 - '@algolia/client-search': 4.17.1 - '@algolia/logger-common': 4.17.1 - '@algolia/logger-console': 4.17.1 - '@algolia/requester-browser-xhr': 4.17.1 - '@algolia/requester-common': 4.17.1 - '@algolia/requester-node-http': 4.17.1 - '@algolia/transporter': 4.17.1 - dev: true - /all-node-versions@11.3.0: resolution: {integrity: sha512-psMkc5s3qpr+QMfires9bC4azRYciPWql1wqZKMsYRh1731qefQDH2X4+O19xSBX6u0Ra/8Y5diG6y/fEmqKsw==} engines: {node: '>=14.18.0'} @@ -15300,7 +14835,7 @@ packages: engines: {node: '>=12.0'} deprecated: The `apollo-server-types` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life 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 + graphql: 16.6.0 dependencies: '@apollo/utils.keyvaluecache': 1.0.1 '@apollo/utils.logger': 1.0.1 @@ -15653,8 +15188,8 @@ packages: postcss-value-parser: 4.2.0 dev: false - /autoprefixer@10.4.18(postcss@8.4.37): - resolution: {integrity: sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==} + /autoprefixer@10.4.19(postcss@8.4.38): + resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -15665,7 +15200,7 @@ packages: fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true @@ -17191,8 +16726,8 @@ packages: uuid: 8.3.2 dev: true - /clsx@2.0.0: - resolution: {integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==} + /clsx@2.1.0: + resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==} engines: {node: '>=6'} dev: false @@ -17228,7 +16763,7 @@ packages: peerDependencies: '@codemirror/language': 6.0.0 codemirror: ^5.65.3 - graphql: ^15.5.0 || ^16.0.0 + graphql: 16.6.0 dependencies: '@codemirror/language': 6.0.0 '@types/codemirror': 0.0.90 @@ -17919,13 +17454,13 @@ packages: type-fest: 1.4.0 dev: true - /css-declaration-sorter@7.1.1(postcss@8.4.37): - resolution: {integrity: sha512-dZ3bVTEEc1vxr3Bek9vGwfB5Z6ESPULhcRvO472mfjVnj8jRcTnKO8/JTczlvxM10Myb+wBM++1MtdO76eWcaQ==} + /css-declaration-sorter@7.2.0(postcss@8.4.38): + resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 dev: true /css-select@5.1.0: @@ -17964,63 +17499,63 @@ packages: engines: {node: '>=4'} hasBin: true - /cssnano-preset-default@6.1.1(postcss@8.4.37): - resolution: {integrity: sha512-XW/dYN2p8Jdkp1lovFd0UVRh6RB0iMyXJbAE9Qm+taR3p2LGu492AW34lVaukUrXoK9IxK5aK3CUmFpUorU4oA==} + /cssnano-preset-default@6.1.2(postcss@8.4.38): + resolution: {integrity: sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.0 - css-declaration-sorter: 7.1.1(postcss@8.4.37) - cssnano-utils: 4.0.2(postcss@8.4.37) - postcss: 8.4.37 - postcss-calc: 9.0.1(postcss@8.4.37) - postcss-colormin: 6.1.0(postcss@8.4.37) - postcss-convert-values: 6.1.0(postcss@8.4.37) - postcss-discard-comments: 6.0.2(postcss@8.4.37) - postcss-discard-duplicates: 6.0.3(postcss@8.4.37) - postcss-discard-empty: 6.0.3(postcss@8.4.37) - postcss-discard-overridden: 6.0.2(postcss@8.4.37) - postcss-merge-longhand: 6.0.5(postcss@8.4.37) - postcss-merge-rules: 6.1.1(postcss@8.4.37) - postcss-minify-font-values: 6.1.0(postcss@8.4.37) - postcss-minify-gradients: 6.0.3(postcss@8.4.37) - postcss-minify-params: 6.1.0(postcss@8.4.37) - postcss-minify-selectors: 6.0.4(postcss@8.4.37) - postcss-normalize-charset: 6.0.2(postcss@8.4.37) - postcss-normalize-display-values: 6.0.2(postcss@8.4.37) - postcss-normalize-positions: 6.0.2(postcss@8.4.37) - postcss-normalize-repeat-style: 6.0.2(postcss@8.4.37) - postcss-normalize-string: 6.0.2(postcss@8.4.37) - postcss-normalize-timing-functions: 6.0.2(postcss@8.4.37) - postcss-normalize-unicode: 6.1.0(postcss@8.4.37) - postcss-normalize-url: 6.0.2(postcss@8.4.37) - postcss-normalize-whitespace: 6.0.2(postcss@8.4.37) - postcss-ordered-values: 6.0.2(postcss@8.4.37) - postcss-reduce-initial: 6.1.0(postcss@8.4.37) - postcss-reduce-transforms: 6.0.2(postcss@8.4.37) - postcss-svgo: 6.0.3(postcss@8.4.37) - postcss-unique-selectors: 6.0.4(postcss@8.4.37) - dev: true - - /cssnano-utils@4.0.2(postcss@8.4.37): + css-declaration-sorter: 7.2.0(postcss@8.4.38) + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 + postcss-calc: 9.0.1(postcss@8.4.38) + postcss-colormin: 6.1.0(postcss@8.4.38) + postcss-convert-values: 6.1.0(postcss@8.4.38) + postcss-discard-comments: 6.0.2(postcss@8.4.38) + postcss-discard-duplicates: 6.0.3(postcss@8.4.38) + postcss-discard-empty: 6.0.3(postcss@8.4.38) + postcss-discard-overridden: 6.0.2(postcss@8.4.38) + postcss-merge-longhand: 6.0.5(postcss@8.4.38) + postcss-merge-rules: 6.1.1(postcss@8.4.38) + postcss-minify-font-values: 6.1.0(postcss@8.4.38) + postcss-minify-gradients: 6.0.3(postcss@8.4.38) + postcss-minify-params: 6.1.0(postcss@8.4.38) + postcss-minify-selectors: 6.0.4(postcss@8.4.38) + postcss-normalize-charset: 6.0.2(postcss@8.4.38) + postcss-normalize-display-values: 6.0.2(postcss@8.4.38) + postcss-normalize-positions: 6.0.2(postcss@8.4.38) + postcss-normalize-repeat-style: 6.0.2(postcss@8.4.38) + postcss-normalize-string: 6.0.2(postcss@8.4.38) + postcss-normalize-timing-functions: 6.0.2(postcss@8.4.38) + postcss-normalize-unicode: 6.1.0(postcss@8.4.38) + postcss-normalize-url: 6.0.2(postcss@8.4.38) + postcss-normalize-whitespace: 6.0.2(postcss@8.4.38) + postcss-ordered-values: 6.0.2(postcss@8.4.38) + postcss-reduce-initial: 6.1.0(postcss@8.4.38) + postcss-reduce-transforms: 6.0.2(postcss@8.4.38) + postcss-svgo: 6.0.3(postcss@8.4.38) + postcss-unique-selectors: 6.0.4(postcss@8.4.38) + dev: true + + /cssnano-utils@4.0.2(postcss@8.4.38): resolution: {integrity: sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 dev: true - /cssnano@6.1.1(postcss@8.4.37): - resolution: {integrity: sha512-paTFZuiVohpaXJuau8l7buFt9+FTmfjwEO70EKitzYOQw3frib/It4sb6cQ+gJyDEyY+myDSni6IbBvKZ0N8Lw==} + /cssnano@6.1.2(postcss@8.4.38): + resolution: {integrity: sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - cssnano-preset-default: 6.1.1(postcss@8.4.37) + cssnano-preset-default: 6.1.2(postcss@8.4.38) lilconfig: 3.1.1 - postcss: 8.4.37 + postcss: 8.4.38 dev: true /csso@5.0.5: @@ -20590,13 +20125,6 @@ packages: strnum: 1.0.5 dev: true - /fast-xml-parser@4.3.6: - resolution: {integrity: sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==} - hasBin: true - dependencies: - strnum: 1.0.5 - dev: true - /fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} @@ -21693,6 +21221,7 @@ packages: /github-slugger@2.0.0: resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} + dev: false /glob-parent@3.1.0: resolution: {integrity: sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==} @@ -21998,7 +21527,7 @@ packages: /graphiql-explorer@0.9.0(graphql@16.6.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fZC/wsuatqiQDO2otchxriFO0LaWIo/ovF/CQJ1yOudmY0P7pzDiP+l9CEHUiWbizk3e99x6DQG4XG1VxA+d6A==} peerDependencies: - graphql: ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 + graphql: 16.6.0 react: ^15.6.0 || ^16.0.0 react-dom: ^15.6.0 || ^16.0.0 dependencies: @@ -22010,7 +21539,7 @@ packages: /graphiql@2.0.7(@codemirror/language@6.0.0)(@types/react@18.2.8)(graphql@16.6.0)(react-dom@18.2.0)(react-is@17.0.2)(react@18.2.0): resolution: {integrity: sha512-vHZeCS+KKbMQAWJ0CDdnCPmVOG0d48BeoZJjBlm2H5WlCpNjVMm0WVpfL7dG3aP4k+eF+800sMpUx3VVFt7LYw==} peerDependencies: - graphql: ^15.5.0 || ^16.0.0 + graphql: 16.6.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: @@ -22035,7 +21564,7 @@ packages: 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 + graphql: 16.6.0 peerDependenciesMeta: cosmiconfig-toml-loader: optional: true @@ -22063,7 +21592,7 @@ packages: resolution: {integrity: sha512-r2sIo6jCTQi1aj7s+Srg7oU3+r5pUUgxgDD5JDZOmFzrbXVGz+yMhIKhvqW0cV10DcnVIFCOzuFuc1qvnjJ7yQ==} engines: {node: '>=12'} peerDependencies: - graphql: '>=0.11 <=16' + graphql: 16.6.0 dependencies: graphql: 16.6.0 dev: true @@ -22071,7 +21600,7 @@ packages: /graphql-jit@0.8.4(graphql@16.6.0): resolution: {integrity: sha512-4KRrJ1ROy3Usgbl3eAoUMfdfZCRjkcw9cCGT7QwTUIHm9dPGaSaldxzGUttyjErU0rsYEb6WWyb6mMh5r6lEoQ==} peerDependencies: - graphql: '>=15' + graphql: 16.6.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) fast-json-stringify: 5.7.0 @@ -22085,7 +21614,7 @@ packages: resolution: {integrity: sha512-APffigZ/l2me6soek+Yq5Us3HBwmfw4vns4QoqsTePXkK3knVO8rn0uAC6PmTyglb1pmFFPbYaRIzW4wmcnnGQ==} hasBin: true peerDependencies: - graphql: ^15.5.0 || ^16.0.0 + graphql: 16.6.0 dependencies: graphql: 16.6.0 nullthrows: 1.1.1 @@ -22096,7 +21625,7 @@ packages: resolution: {integrity: sha512-o/ZgTS0pBxWm3hSF4+6GwiV1//DxzoLWEbS38+jqpzzy1d/QXBidwQuVYTOksclbtOJZ3KR/tZ8fi/tI6VpVMg==} hasBin: true peerDependencies: - graphql: ^15.5.0 || ^16.0.0 + graphql: 16.6.0 dependencies: graphql: 16.6.0 nullthrows: 1.1.1 @@ -22106,7 +21635,7 @@ packages: /graphql-modules@2.1.2(graphql@16.6.0): resolution: {integrity: sha512-GWxPom0iv4TXyLkuPqEHdRtJRdWCrUOGRMpXWmly1eY2T2MKAdCNya5iY/Ezb3d0Z2BzQBRUXdOgdkFPe2UDjg==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/schema': 9.0.19(graphql@16.6.0) '@graphql-tools/wrap': 9.3.8(graphql@16.6.0) @@ -22118,7 +21647,7 @@ packages: /graphql-request@6.1.0(graphql@16.6.0): resolution: {integrity: sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==} peerDependencies: - graphql: 14 - 16 + graphql: 16.6.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) cross-fetch: 3.1.5 @@ -22131,7 +21660,7 @@ packages: resolution: {integrity: sha512-my9FB4GtghqXqi/lWSVAOPiTzTnnEzdOXCsAC2bb5V7EFNQjVjwy3cSSbUvgYOtDuDibd+ZsCDhz+4eykYOlhQ==} 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 + graphql: 16.6.0 dependencies: graphql: 16.6.0 tslib: 2.5.3 @@ -22141,7 +21670,7 @@ packages: resolution: {integrity: sha512-TTdFwxGM9RY68s22XWyhc+SyQn3PLbELDD2So0K6Cc6EIlBAyPuNV8VlPfNKa/la7gEf2SwHY7JoJplOmOY4LA==} engines: {node: '>=12'} peerDependencies: - graphql: '>=0.11 <=16' + graphql: 16.6.0 dependencies: graphql: 16.6.0 dev: false @@ -22150,7 +21679,7 @@ packages: resolution: {integrity: sha512-NZ4bek4VBlsEDSCnibq9MddbZ2AU4rAusTwUg3sbux4J3WOcZ6zB6Ysrw6rzfJq771wEmwPEMtXPVbOYZnnFUw==} engines: {node: '>=12'} peerDependencies: - graphql: '>=0.11 <=16' + graphql: 16.6.0 dependencies: graphql: 16.6.0 dev: true @@ -22159,7 +21688,7 @@ packages: 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 + graphql: 16.6.0 dependencies: graphql: 16.6.0 tslib: 2.6.2 @@ -22168,7 +21697,7 @@ packages: resolution: {integrity: sha512-fU8zwSgAX2noXAsuFiCZ8BtXeXZOzXyK5u1LloCdacsVth4skdBMPO74EG51lBoWSIZ8beUocdpV8+cQHBODnQ==} engines: {node: '>=10'} peerDependencies: - graphql: '>=0.11 <=16' + graphql: 16.6.0 dependencies: graphql: 16.6.0 @@ -22176,7 +21705,7 @@ packages: resolution: {integrity: sha512-eiX7ES/ZQr0q7hSM5UBOEIFfaAUmAY9/CSDyAnsETuybByU7l/v46drRg9DQoTvVABEHp3QnrvwgTRMhqy7zxQ==} engines: {node: '>=10'} peerDependencies: - graphql: '>=0.11 <=16' + graphql: 16.6.0 dependencies: graphql: 16.6.0 @@ -22192,6 +21721,7 @@ packages: kind-of: 6.0.3 section-matter: 1.0.0 strip-bom-string: 1.0.0 + dev: false /gtoken@5.3.2: resolution: {integrity: sha512-gkvEKREW7dXWF8NV8pVrKfW7WqReAmjjkMBh6lNCCGOM4ucS0r0YyXXl0r/9Yj8wcW/32ISkfc8h5mPTDbtifQ==} @@ -25507,6 +25037,9 @@ packages: /lodash.sortby@4.7.0: resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} + requiresBuild: true + dev: false + optional: true /lodash.startcase@4.4.0: resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} @@ -27938,7 +27471,7 @@ packages: dependencies: '@headlessui/react': 1.7.18(react-dom@18.2.0)(react@18.2.0) '@popperjs/core': 2.11.8 - clsx: 2.0.0 + clsx: 2.1.0 escape-string-regexp: 5.0.0 flexsearch: 0.7.43 focus-visible: 5.2.0 @@ -27968,7 +27501,7 @@ packages: '@theguild/remark-mermaid': 0.0.5(react@18.2.0) '@theguild/remark-npm2yarn': 0.3.0 better-react-mathjax: 2.0.3(react@18.2.0) - clsx: 2.0.0 + clsx: 2.1.0 estree-util-to-js: 2.0.0 estree-util-value-to-estree: 3.0.1 github-slugger: 2.0.0 @@ -28005,7 +27538,7 @@ packages: /nexus@1.3.0(graphql@16.6.0): resolution: {integrity: sha512-w/s19OiNOs0LrtP7pBmD9/FqJHvZLmCipVRt6v1PM8cRUYIbhEswyNKGHVoC4eHZGPSnD+bOf5A3+gnbt0A5/A==} peerDependencies: - graphql: 15.x || 16.x + graphql: 16.6.0 dependencies: graphql: 16.6.0 iterall: 1.3.0 @@ -29389,18 +28922,18 @@ packages: resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} engines: {node: '>=0.10.0'} - /postcss-calc@9.0.1(postcss@8.4.37): + /postcss-calc@9.0.1(postcss@8.4.38): resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.37 - postcss-selector-parser: 6.0.13 + postcss: 8.4.38 + postcss-selector-parser: 6.0.16 postcss-value-parser: 4.2.0 dev: true - /postcss-colormin@6.1.0(postcss@8.4.37): + /postcss-colormin@6.1.0(postcss@8.4.38): resolution: {integrity: sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: @@ -29409,55 +28942,55 @@ packages: browserslist: 4.23.0 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values@6.1.0(postcss@8.4.37): + /postcss-convert-values@6.1.0(postcss@8.4.38): resolution: {integrity: sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.0 - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments@6.0.2(postcss@8.4.37): + /postcss-discard-comments@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 dev: true - /postcss-discard-duplicates@6.0.3(postcss@8.4.37): + /postcss-discard-duplicates@6.0.3(postcss@8.4.38): resolution: {integrity: sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 dev: true - /postcss-discard-empty@6.0.3(postcss@8.4.37): + /postcss-discard-empty@6.0.3(postcss@8.4.38): resolution: {integrity: sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 dev: true - /postcss-discard-overridden@6.0.2(postcss@8.4.37): + /postcss-discard-overridden@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 dev: true /postcss-import@15.1.0(postcss@8.4.24): @@ -29471,13 +29004,13 @@ packages: read-cache: 1.0.0 resolve: 1.22.2 - /postcss-import@16.0.1(postcss@8.4.37): - resolution: {integrity: sha512-i2Pci0310NaLHr/5JUFSw1j/8hf1CzwMY13g6ZDxgOavmRHQi2ba3PmUHoihO+sjaum+KmCNzskNsw7JDrg03g==} + /postcss-import@16.1.0(postcss@8.4.38): + resolution: {integrity: sha512-7hsAZ4xGXl4MW+OKEWCnF6T5jqBw80/EE9aXg1r2yyn1RsVEU8EtKXbijEODa+rg7iih4bKf7vlvTGYR4CnPNg==} engines: {node: '>=18.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.2 @@ -29508,18 +29041,18 @@ packages: postcss: 8.4.24 yaml: 2.3.2 - /postcss-merge-longhand@6.0.5(postcss@8.4.37): + /postcss-merge-longhand@6.0.5(postcss@8.4.38): resolution: {integrity: sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 - stylehacks: 6.1.1(postcss@8.4.37) + stylehacks: 6.1.1(postcss@8.4.38) dev: true - /postcss-merge-rules@6.1.1(postcss@8.4.37): + /postcss-merge-rules@6.1.1(postcss@8.4.38): resolution: {integrity: sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: @@ -29527,52 +29060,52 @@ packages: dependencies: browserslist: 4.23.0 caniuse-api: 3.0.0 - cssnano-utils: 4.0.2(postcss@8.4.37) - postcss: 8.4.37 + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 postcss-selector-parser: 6.0.16 dev: true - /postcss-minify-font-values@6.1.0(postcss@8.4.37): + /postcss-minify-font-values@6.1.0(postcss@8.4.38): resolution: {integrity: sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients@6.0.3(postcss@8.4.37): + /postcss-minify-gradients@6.0.3(postcss@8.4.38): resolution: {integrity: sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: colord: 2.9.3 - cssnano-utils: 4.0.2(postcss@8.4.37) - postcss: 8.4.37 + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params@6.1.0(postcss@8.4.37): + /postcss-minify-params@6.1.0(postcss@8.4.38): resolution: {integrity: sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.0 - cssnano-utils: 4.0.2(postcss@8.4.37) - postcss: 8.4.37 + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors@6.0.4(postcss@8.4.37): + /postcss-minify-selectors@6.0.4(postcss@8.4.38): resolution: {integrity: sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-selector-parser: 6.0.16 dev: true @@ -29585,108 +29118,108 @@ packages: postcss: 8.4.24 postcss-selector-parser: 6.0.13 - /postcss-normalize-charset@6.0.2(postcss@8.4.37): + /postcss-normalize-charset@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 dev: true - /postcss-normalize-display-values@6.0.2(postcss@8.4.37): + /postcss-normalize-display-values@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions@6.0.2(postcss@8.4.37): + /postcss-normalize-positions@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style@6.0.2(postcss@8.4.37): + /postcss-normalize-repeat-style@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string@6.0.2(postcss@8.4.37): + /postcss-normalize-string@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions@6.0.2(postcss@8.4.37): + /postcss-normalize-timing-functions@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode@6.1.0(postcss@8.4.37): + /postcss-normalize-unicode@6.1.0(postcss@8.4.38): resolution: {integrity: sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.0 - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url@6.0.2(postcss@8.4.37): + /postcss-normalize-url@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace@6.0.2(postcss@8.4.37): + /postcss-normalize-whitespace@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values@6.0.2(postcss@8.4.37): + /postcss-ordered-values@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - cssnano-utils: 4.0.2(postcss@8.4.37) - postcss: 8.4.37 + cssnano-utils: 4.0.2(postcss@8.4.38) + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-initial@6.1.0(postcss@8.4.37): + /postcss-reduce-initial@6.1.0(postcss@8.4.38): resolution: {integrity: sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: @@ -29694,16 +29227,16 @@ packages: dependencies: browserslist: 4.23.0 caniuse-api: 3.0.0 - postcss: 8.4.37 + postcss: 8.4.38 dev: true - /postcss-reduce-transforms@6.0.2(postcss@8.4.37): + /postcss-reduce-transforms@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 dev: true @@ -29722,24 +29255,24 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-svgo@6.0.3(postcss@8.4.37): + /postcss-svgo@6.0.3(postcss@8.4.38): resolution: {integrity: sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==} engines: {node: ^14 || ^16 || >= 18} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-value-parser: 4.2.0 svgo: 3.2.0 dev: true - /postcss-unique-selectors@6.0.4(postcss@8.4.37): + /postcss-unique-selectors@6.0.4(postcss@8.4.38): resolution: {integrity: sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: - postcss: 8.4.37 + postcss: 8.4.38 postcss-selector-parser: 6.0.16 dev: true @@ -29784,8 +29317,8 @@ packages: source-map-js: 1.2.0 dev: false - /postcss@8.4.37: - resolution: {integrity: sha512-7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ==} + /postcss@8.4.38: + resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.7 @@ -30462,7 +29995,7 @@ packages: /react-focus-lock@2.9.1(@types/react@18.2.8)(react@18.2.0): resolution: {integrity: sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==} peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': 18.2.8 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -30504,8 +30037,8 @@ packages: react: 18.2.0 dev: false - /react-player@2.15.1(react@18.2.0): - resolution: {integrity: sha512-ni1XFuYZuhIKKdeFII+KRLmIPcvCYlyXvtSMhNOgssdfnSovmakBtBTW2bxowPvmpKy5BTR4jC4CF79ucgHT+g==} + /react-player@2.16.0(react@18.2.0): + resolution: {integrity: sha512-mAIPHfioD7yxO0GNYVFD1303QFtI3lyyQZLY229UEAp/a10cSW+hPcakg0Keq8uWJxT2OiT/4Gt+Lc9bD6bJmQ==} peerDependencies: react: '>=16.6.0' dependencies: @@ -30526,7 +30059,7 @@ packages: resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': 18.2.8 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -30542,7 +30075,7 @@ packages: resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': 18.2.8 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -30561,7 +30094,7 @@ packages: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': 18.2.8 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -31073,10 +30606,6 @@ packages: resolution: {integrity: sha512-/62tYiOe6DzS5BqVsNpH/nkGlX45C/Sp6V+NtiN6JQNS1Viay7cWkazmRkrQrdFj2eshDe96SIQNIoMxqhzBOg==} dev: true - /remove-markdown@0.5.0: - resolution: {integrity: sha512-x917M80K97K5IN1L8lUvFehsfhR8cYjGQ/yAMRI9E7JIKivtl5Emo5iD13DhMr+VojzMCiYk8V2byNPwT/oapg==} - dev: true - /remove-trailing-separator@1.1.0: resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} @@ -31585,6 +31114,7 @@ packages: dependencies: extend-shallow: 2.0.1 kind-of: 6.0.3 + dev: false /secure-json-parse@2.5.0: resolution: {integrity: sha512-ZQruFgZnIWH+WyO9t5rWt4ZEGqCKPwhiw+YbzTwpmT9elgLrLcfuyUiSnwwjUiVy9r4VM3urtbNF1xmEh9IL2w==} @@ -32032,7 +31562,7 @@ packages: /sofa-api@0.18.0(graphql@16.6.0): resolution: {integrity: sha512-x1AabBvr91Uvncx3STVZb6jmr2jfZzu/+rzPZuTjmQNC/Q5UMWQLNR85HfGROgIytX6rMzgSq2wfixWVoenNdA==} peerDependencies: - graphql: ^15.0.0 || ^16.0.0 + graphql: 16.6.0 dependencies: '@graphql-tools/utils': 10.1.0(graphql@16.6.0) '@whatwg-node/fetch': 0.9.17 @@ -32541,6 +32071,7 @@ packages: /strip-bom-string@1.0.0: resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==} engines: {node: '>=0.10.0'} + dev: false /strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} @@ -32643,14 +32174,14 @@ packages: react: 18.2.0 dev: false - /stylehacks@6.1.1(postcss@8.4.37): + /stylehacks@6.1.1(postcss@8.4.38): resolution: {integrity: sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 dependencies: browserslist: 4.23.0 - postcss: 8.4.37 + postcss: 8.4.38 postcss-selector-parser: 6.0.16 dev: true @@ -32661,7 +32192,7 @@ packages: /subscriptions-transport-ws@0.11.0(graphql@16.6.0): resolution: {integrity: sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==} peerDependencies: - graphql: ^15.7.2 || ^16.0.0 + graphql: 16.6.0 dependencies: backo2: 1.0.2 eventemitter3: 3.1.2 @@ -32990,8 +32521,8 @@ packages: - ts-node dev: false - /tailwindcss@3.4.1: - resolution: {integrity: sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==} + /tailwindcss@3.4.3: + resolution: {integrity: sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -33014,7 +32545,7 @@ packages: postcss-js: 4.0.1(postcss@8.4.24) postcss-load-config: 4.0.1(postcss@8.4.24) postcss-nested: 6.0.1(postcss@8.4.24) - postcss-selector-parser: 6.0.13 + postcss-selector-parser: 6.0.16 resolve: 1.22.2 sucrase: 3.32.0 transitivePeerDependencies: @@ -34557,7 +34088,7 @@ packages: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': 18.2.8 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -34572,7 +34103,7 @@ packages: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: - '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 + '@types/react': 18.2.8 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': diff --git a/website/algolia-lockfile.json b/website/algolia-lockfile.json deleted file mode 100644 index 74b7646c80..0000000000 --- a/website/algolia-lockfile.json +++ /dev/null @@ -1,3192 +0,0 @@ -[ - { - "objectID": "yoga-", - "headings": [], - "toc": [], - "content": "d41d8cd98f00b204e9800998ecf8427e", - "url": "https://www.graphql-yoga.com/", - "domain": "https://www.graphql-yoga.com", - "hierarchy": [], - "source": "Yoga", - "title": "Home", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-", - "headings": ["Installation", "Schema", "Server"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Schema", - "anchor": "schema" - }, - { - "children": [], - "title": "Server", - "anchor": "server" - } - ], - "content": "8e0ffc465a534722efe962e90dc23a92", - "url": "https://www.graphql-yoga.com/docs/", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs"], - "source": "Yoga", - "title": "Quick Start", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-comparison", - "headings": [ - "GraphQL Yoga and Apollo Server", - "GraphQL Yoga and express-graphql", - "GraphQL Yoga and GraphQL Helix" - ], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "No Framework-specific Packages", - "anchor": "no-framework-specific-packages" - }, - { - "children": [], - "title": "Run anywhere", - "anchor": "run-anywhere" - }, - { - "children": [], - "title": "Powerful Plugin System", - "anchor": "powerful-plugin-system" - }, - { - "children": [], - "title": "Full Support of the GraphQL over HTTP specification", - "anchor": "full-support-of-the-graphql-over-http-specification" - }, - { - "children": [], - "title": "File Uploads", - "anchor": "file-uploads" - }, - { - "children": [], - "title": "Real time and GraphQL Subscriptions", - "anchor": "real-time-and-graphql-subscriptions" - }, - { - "children": [], - "title": "Bundle Size and Dependencies", - "anchor": "bundle-size-and-dependencies" - }, - { - "children": [], - "title": "GraphiQL", - "anchor": "graphiql" - }, - { - "children": [], - "title": "Compatibility with Apollo Federation", - "anchor": "compatibility-with-apollo-federation" - } - ], - "title": "Better runtime performance", - "anchor": "better-runtime-performance" - } - ], - "title": "GraphQL Yoga and Apollo Server", - "anchor": "graphql-yoga-and-apollo-server" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Better in everything else", - "anchor": "better-in-everything-else" - } - ], - "title": "Maintainability", - "anchor": "maintainability" - } - ], - "title": "GraphQL Yoga and express-graphql", - "anchor": "graphql-yoga-and-express-graphql" - }, - { - "children": [], - "title": "GraphQL Yoga and GraphQL Helix", - "anchor": "graphql-yoga-and-graphql-helix" - } - ], - "content": "faf165f89befcb5b563d96e218d38723", - "url": "https://www.graphql-yoga.com/docs/comparison", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs"], - "source": "Yoga", - "title": "Comparison", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-apollo-federation", - "headings": ["Gateway", "Federation Service", "Federated tracing", "Working Example"], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Example Gateway", - "anchor": "example-gateway" - }, - { - "children": [], - "title": "Handling Subgraph Errors", - "anchor": "handling-subgraph-errors" - } - ], - "title": "Installation for Gateway", - "anchor": "installation-for-gateway" - } - ], - "title": "Gateway", - "anchor": "gateway" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Example User Service", - "anchor": "example-user-service" - } - ], - "title": "Installation", - "anchor": "installation" - } - ], - "title": "Federation Service", - "anchor": "federation-service" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Example Federated tracing", - "anchor": "example-federated-tracing" - } - ], - "title": "Installation", - "anchor": "installation-1" - } - ], - "title": "Federated tracing", - "anchor": "federated-tracing" - }, - { - "children": [], - "title": "Working Example", - "anchor": "working-example" - } - ], - "content": "5dd1942d6e185c2211659a4c0bf9c47b", - "url": "https://www.graphql-yoga.com/docs/features/apollo-federation", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Apollo Federation", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-automatic-persisted-queries", - "headings": ["Installation", "Quick Start", "Client Usage", "Custom Store"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Quick Start", - "anchor": "quick-start" - }, - { - "children": [], - "title": "Client Usage", - "anchor": "client-usage" - }, - { - "children": [], - "title": "Custom Store", - "anchor": "custom-store" - } - ], - "content": "558d7d81ce10addbe47b7c5fd2065e39", - "url": "https://www.graphql-yoga.com/docs/features/automatic-persisted-queries", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Automatic Persisted Queries", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-context", - "headings": [ - "Default Context", - "Extending the Initial Context", - "Advanced Context Life-Cycle", - "Envelop Plugins" - ], - "toc": [ - { - "children": [ - { - "children": [], - "title": "Context Usage Example: Log Headers", - "anchor": "context-usage-example-log-headers" - } - ], - "title": "Default Context", - "anchor": "default-context" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Example: Function Returning an Object", - "anchor": "example-function-returning-an-object" - }, - { - "children": [], - "title": "Example: Function Returning a Promise", - "anchor": "example-function-returning-a-promise" - } - ], - "title": "Example: Object", - "anchor": "example-object" - } - ], - "title": "Extending the Initial Context", - "anchor": "extending-the-initial-context" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Server Context", - "anchor": "server-context" - }, - { - "children": [], - "title": "User Context", - "anchor": "user-context" - } - ], - "title": "Default Context", - "anchor": "default-context-1" - } - ], - "title": "Advanced Context Life-Cycle", - "anchor": "advanced-context-life-cycle" - }, - { - "children": [], - "title": "Envelop Plugins", - "anchor": "envelop-plugins" - } - ], - "content": "8424d9556c1e81d529fbe43e52e9255f", - "url": "https://www.graphql-yoga.com/docs/features/context", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "GraphQL Context", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-cookies", - "headings": ["Installation", "Usage"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Usage", - "anchor": "usage" - } - ], - "content": "7bec976fa86bad8c084b993bdecd9eba", - "url": "https://www.graphql-yoga.com/docs/features/cookies", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Cookies", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-cors", - "headings": ["Default CORS setting", "Disabling CORS"], - "toc": [ - { - "children": [], - "title": "Default CORS setting", - "anchor": "default-cors-setting" - }, - { - "children": [], - "title": "Disabling CORS", - "anchor": "disabling-cors" - } - ], - "content": "7cb44373c0a1ef19d192ae9d38bc94f2", - "url": "https://www.graphql-yoga.com/docs/features/cors", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "CORS", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-csrf-prevention", - "headings": ["Installation", "Quick Start"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Quick Start", - "anchor": "quick-start" - } - ], - "content": "cec9894cbdb88ddbd97d4499dbe8b64c", - "url": "https://www.graphql-yoga.com/docs/features/csrf-prevention", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "CSRF Prevention", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-defer-stream", - "headings": ["Installation", "Quick Start", "Writing safe stream resolvers"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Using Stream", - "anchor": "using-stream" - } - ], - "title": "Using Defer", - "anchor": "using-defer" - } - ], - "title": "Quick Start", - "anchor": "quick-start" - }, - { - "children": [], - "title": "Writing safe stream resolvers", - "anchor": "writing-safe-stream-resolvers" - } - ], - "content": "71fe0c36e6bfe74229ec8a0c3184e079", - "url": "https://www.graphql-yoga.com/docs/features/defer-stream", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Defer and Stream", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-envelop-plugins", - "headings": ["Example"], - "toc": [ - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "bdc92f5efb183827f0ad803f1d683231", - "url": "https://www.graphql-yoga.com/docs/features/envelop-plugins", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Plugins", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-error-masking", - "headings": [ - "Getting started", - "Receive original error in development", - "Exposing expected errors", - "Error codes and other extensions", - "Disabling error masking", - "Customize error masking" - ], - "toc": [ - { - "children": [], - "title": "Getting started", - "anchor": "getting-started" - }, - { - "children": [], - "title": "Receive original error in development", - "anchor": "receive-original-error-in-development" - }, - { - "children": [], - "title": "Exposing expected errors", - "anchor": "exposing-expected-errors" - }, - { - "children": [ - { - "children": [], - "title": "Modifying HTTP status codes and headers", - "anchor": "modifying-http-status-codes-and-headers" - } - ], - "title": "Error codes and other extensions", - "anchor": "error-codes-and-other-extensions" - }, - { - "children": [], - "title": "Disabling error masking", - "anchor": "disabling-error-masking" - }, - { - "children": [], - "title": "Customize error masking", - "anchor": "customize-error-masking" - } - ], - "content": "75cad45a924b924d820348a228cfca51", - "url": "https://www.graphql-yoga.com/docs/features/error-masking", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Error Masking", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-file-uploads", - "headings": [ - "Quick start", - "Disabling Multipart/File Upload Processing", - "Configuring Multipart Request Processing (only for Node.js)", - "Third Party Integrations" - ], - "toc": [ - { - "children": [], - "title": "Quick start", - "anchor": "quick-start" - }, - { - "children": [], - "title": "Disabling Multipart/File Upload Processing", - "anchor": "disabling-multipartfile-upload-processing" - }, - { - "children": [], - "title": "Configuring Multipart Request Processing (only for Node.js)", - "anchor": "configuring-multipart-request-processing-only-for-nodejs" - }, - { - "children": [ - { - "children": [], - "title": "Usage with GraphQL Nexus", - "anchor": "usage-with-graphql-nexus" - } - ], - "title": "Third Party Integrations", - "anchor": "third-party-integrations" - } - ], - "content": "95cbf1c3f83f41b9368db835898527aa", - "url": "https://www.graphql-yoga.com/docs/features/file-uploads", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "File Uploads", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-graphiql", - "headings": [ - "Default Document String", - "Disable GraphiQL", - "Dynamic Options per Request", - "Offline Usage" - ], - "toc": [ - { - "children": [], - "title": "Default Document String", - "anchor": "default-document-string" - }, - { - "children": [], - "title": "Disable GraphiQL", - "anchor": "disable-graphiql" - }, - { - "children": [], - "title": "Dynamic Options per Request", - "anchor": "dynamic-options-per-request" - }, - { - "children": [], - "title": "Offline Usage", - "anchor": "offline-usage" - } - ], - "content": "87d4012f283c9cefc4c61a8cdae144d9", - "url": "https://www.graphql-yoga.com/docs/features/graphiql", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "GraphiQL", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-health-check", - "headings": ["Types of health checks"], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Readiness", - "anchor": "readiness" - } - ], - "title": "Liveliness", - "anchor": "liveliness" - } - ], - "title": "Types of health checks", - "anchor": "types-of-health-checks" - } - ], - "content": "8480e28a453720a049a72620ee319ea4", - "url": "https://www.graphql-yoga.com/docs/features/health-check", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Health Check", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-introspection", - "headings": [ - "Disabling Introspection", - "Disable Introspection based on the GraphQL Request", - "Disabling Field Suggestions" - ], - "toc": [ - { - "children": [], - "title": "Disabling Introspection", - "anchor": "disabling-introspection" - }, - { - "children": [], - "title": "Disable Introspection based on the GraphQL Request", - "anchor": "disable-introspection-based-on-the-graphql-request" - }, - { - "children": [], - "title": "Disabling Field Suggestions", - "anchor": "disabling-field-suggestions" - } - ], - "content": "9fc6c0f3fb9f06b3c770d8a6b0196b2c", - "url": "https://www.graphql-yoga.com/docs/features/introspection", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Introspection", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-logging-and-debugging", - "headings": ["Logging"], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Enabling Debug Logging", - "anchor": "enabling-debug-logging" - }, - { - "children": [], - "title": "Change log level", - "anchor": "change-log-level" - }, - { - "children": [], - "title": "Custom logger", - "anchor": "custom-logger" - } - ], - "title": "Log Level Overview", - "anchor": "log-level-overview" - } - ], - "title": "Logging", - "anchor": "logging" - } - ], - "content": "9bb60204eac7a89174cbe02a8d4ba386", - "url": "https://www.graphql-yoga.com/docs/features/logging-and-debugging", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Logging and Debugging", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-parsing-and-validation-caching", - "headings": [], - "toc": [], - "content": "5369905e17c5147aa2ad8111d0686f7f", - "url": "https://www.graphql-yoga.com/docs/features/parsing-and-validation-caching", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Parsing and Validation Caching", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-persisted-operations", - "headings": [ - "Quick Start", - "Extracting client operations", - "Sending the hash from the client", - "Using parsed GraphQL documents as AST", - "Skipping validation of persisted operations", - "Allowing arbitrary GraphQL operations", - "Using Relay's Persisted Queries Specification", - "Using an external Persisted Operation Store" - ], - "toc": [ - { - "children": [], - "title": "Quick Start", - "anchor": "quick-start" - }, - { - "children": [], - "title": "Extracting client operations", - "anchor": "extracting-client-operations" - }, - { - "children": [], - "title": "Sending the hash from the client", - "anchor": "sending-the-hash-from-the-client" - }, - { - "children": [], - "title": "Using parsed GraphQL documents as AST", - "anchor": "using-parsed-graphql-documents-as-ast" - }, - { - "children": [], - "title": "Skipping validation of persisted operations", - "anchor": "skipping-validation-of-persisted-operations" - }, - { - "children": [], - "title": "Allowing arbitrary GraphQL operations", - "anchor": "allowing-arbitrary-graphql-operations" - }, - { - "children": [], - "title": "Using Relay's Persisted Queries Specification", - "anchor": "using-relays-persisted-queries-specification" - }, - { - "children": [], - "title": "Using an external Persisted Operation Store", - "anchor": "using-an-external-persisted-operation-store" - } - ], - "content": "86563dade2124714cf83009afcb2bab4", - "url": "https://www.graphql-yoga.com/docs/features/persisted-operations", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Persisted Operations", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-request-batching", - "headings": ["Enable Batching", "Limit the amount of Batched Requests"], - "toc": [ - { - "children": [], - "title": "Enable Batching", - "anchor": "enable-batching" - }, - { - "children": [], - "title": "Limit the amount of Batched Requests", - "anchor": "limit-the-amount-of-batched-requests" - } - ], - "content": "82e4528c05fef6fccded2e8c01ca2ed9", - "url": "https://www.graphql-yoga.com/docs/features/request-batching", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Request Batching", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-response-caching", - "headings": [ - "Quick Start", - "Session based caching", - "Time to Live (TTL)", - "Invalidations via Mutation", - "Manual Invalidation", - "External Cache", - "HTTP Caching via `ETag` and `If-None-Match` headers" - ], - "toc": [ - { - "children": [], - "title": "Quick Start", - "anchor": "quick-start" - }, - { - "children": [], - "title": "Session based caching", - "anchor": "session-based-caching" - }, - { - "children": [], - "title": "Time to Live (TTL)", - "anchor": "time-to-live-ttl" - }, - { - "children": [], - "title": "Invalidations via Mutation", - "anchor": "invalidations-via-mutation" - }, - { - "children": [], - "title": "Manual Invalidation", - "anchor": "manual-invalidation" - }, - { - "children": [], - "title": "External Cache", - "anchor": "external-cache" - }, - { - "children": [ - { - "children": [], - "title": "Example with `curl`", - "anchor": "example-with-curl" - } - ], - "title": "HTTP Caching via `ETag` and `If-None-Match` headers", - "anchor": "http-caching-via-etag-and-if-none-match-headers" - } - ], - "content": "b17615beebb98d79d52c8c3bdf379ff1", - "url": "https://www.graphql-yoga.com/docs/features/response-caching", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Response Caching", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-schema", - "headings": ["Providing a Schema", "Conditional Schema"], - "toc": [ - { - "children": [], - "title": "Providing a Schema", - "anchor": "providing-a-schema" - }, - { - "children": [], - "title": "Conditional Schema", - "anchor": "conditional-schema" - } - ], - "content": "eaa36cc862692334bdb41d561941a22e", - "url": "https://www.graphql-yoga.com/docs/features/schema", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "GraphQL Schema", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-sofa-api", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "6e01e4b52334d866c881e0a0b0e22236", - "url": "https://www.graphql-yoga.com/docs/features/sofa-api", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "REST API", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-subscriptions", - "headings": [ - "Quick Start with simple Server-Sent Events (SSE)", - "Handling Subscriptions on the Client", - "GraphQL over Server-Sent Events Protocol (via `graphql-sse`)", - "GraphQL over WebSocket Protocol (via `graphql-ws`)", - "SSE vs WebSocket", - "PubSub", - "Advanced" - ], - "toc": [ - { - "children": [], - "title": "Quick Start with simple Server-Sent Events (SSE)", - "anchor": "quick-start-with-simple-server-sent-events-sse" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Client Usage with urql", - "anchor": "client-usage-with-urql" - }, - { - "children": [], - "title": "Client usage with Relay", - "anchor": "client-usage-with-relay" - } - ], - "title": "Client Usage with Apollo", - "anchor": "client-usage-with-apollo" - } - ], - "title": "Handling Subscriptions on the Client", - "anchor": "handling-subscriptions-on-the-client" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Single Connection Mode", - "anchor": "single-connection-mode" - }, - { - "children": [], - "title": "Client Integration", - "anchor": "client-integration" - } - ], - "title": "Distinct Connection Mode", - "anchor": "distinct-connection-mode" - } - ], - "title": "GraphQL over Server-Sent Events Protocol (via `graphql-sse`)", - "anchor": "graphql-over-server-sent-events-protocol-via-graphql-sse" - }, - { - "children": [ - { - "children": [], - "title": "Client Integration", - "anchor": "client-integration-1" - } - ], - "title": "GraphQL over WebSocket Protocol (via `graphql-ws`)", - "anchor": "graphql-over-websocket-protocol-via-graphql-ws" - }, - { - "children": [], - "title": "SSE vs WebSocket", - "anchor": "sse-vs-websocket" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Topics", - "anchor": "topics" - }, - { - "children": [], - "title": "Distributed Pub/Sub for Production", - "anchor": "distributed-pubsub-for-production" - } - ], - "title": "Getting Started", - "anchor": "getting-started" - } - ], - "title": "PubSub", - "anchor": "pubsub" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Subscriptions with Initial Value", - "anchor": "subscriptions-with-initial-value" - }, - { - "children": [], - "title": "Listen to Multiple Pub/Sub Topics", - "anchor": "listen-to-multiple-pubsub-topics" - } - ], - "title": "Filter and Map Values", - "anchor": "filter-and-map-values" - } - ], - "title": "Advanced", - "anchor": "advanced" - } - ], - "content": "edb33d3015dc92af2cecd9f0f9b231ec", - "url": "https://www.graphql-yoga.com/docs/features/subscriptions", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Subscriptions", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-features-testing", - "headings": ["Test Utility", "Advanced"], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Subscription Operations", - "anchor": "subscription-operations" - }, - { - "children": [], - "title": "TypeScript safe Test Suits with GraphQL Code Generator", - "anchor": "typescript-safe-test-suits-with-graphql-code-generator" - } - ], - "title": "Mutation and Query Operations", - "anchor": "mutation-and-query-operations" - } - ], - "title": "Test Utility", - "anchor": "test-utility" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Subscription Operation", - "anchor": "subscription-operation" - } - ], - "title": "Mutation and Query Operation", - "anchor": "mutation-and-query-operation" - } - ], - "title": "Advanced", - "anchor": "advanced" - } - ], - "content": "232511797fe33658ca833282e97037ff", - "url": "https://www.graphql-yoga.com/docs/features/testing", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "features"], - "source": "Yoga", - "title": "Testing", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-aws-lambda", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "26d68be8ea51b5a10fd319e354155056", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-aws-lambda", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "AWS Lambda", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-bun", - "headings": ["Installation", "Usage"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Usage", - "anchor": "usage" - } - ], - "content": "fe841c5ffc86b86198a4b2f02b08ef73", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-bun", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "Bun", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-cloudflare-workers", - "headings": [ - "Installation", - "Example with regular `fetch` event listener", - "Example with Modules Approach", - "Enabling Subscriptions", - "Debug Logging" - ], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example with regular `fetch` event listener", - "anchor": "example-with-regular-fetch-event-listener" - }, - { - "children": [ - { - "children": [], - "title": "Access to environmental values (KV Namespaces etc.)", - "anchor": "access-to-environmental-values-kv-namespaces-etc" - } - ], - "title": "Example with Modules Approach", - "anchor": "example-with-modules-approach" - }, - { - "children": [], - "title": "Enabling Subscriptions", - "anchor": "enabling-subscriptions" - }, - { - "children": [], - "title": "Debug Logging", - "anchor": "debug-logging" - } - ], - "content": "9b3df0cd6f0c42e596277c09270cd643", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-cloudflare-workers", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "Cloudflare Workers", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-deno", - "headings": ["Example"], - "toc": [ - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "c189ed82a737d5fcadbba519cb699209", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-deno", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "Deno", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-express", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "0d99e1f7dfde6fed9411a52e3c942ffd", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-express", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "Express", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-fastify", - "headings": ["Installation", "Example", "Add dummy content type parser for File Uploads"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - }, - { - "children": [], - "title": "Add dummy content type parser for File Uploads", - "anchor": "add-dummy-content-type-parser-for-file-uploads" - } - ], - "content": "c55c4cead1824ff0037f6d7af46bb7f3", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-fastify", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "Fastify", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-gcp", - "headings": ["Installation", "Usage"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Usage", - "anchor": "usage" - } - ], - "content": "1360b0330a22409e61b50eb2f573a779", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-gcp", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "integration-with-gcp", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-hapi", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "d7eb313ac7264f2e25c82ce218e1e9b1", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-hapi", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "Hapi", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-koa", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "ee9261416405f9033f294c6407423ecd", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-koa", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "Koa", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-nestjs", - "headings": ["Standalone GraphQL API", "Apollo Federation"], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Schema-First Approach", - "anchor": "schema-first-approach" - }, - { - "children": [], - "title": "Code-First Approach", - "anchor": "code-first-approach" - } - ], - "title": "Installation", - "anchor": "installation" - } - ], - "title": "Standalone GraphQL API", - "anchor": "standalone-graphql-api" - }, - { - "children": [], - "title": "Apollo Federation", - "anchor": "apollo-federation" - } - ], - "content": "226caae88b433393b1767e811fc78b82", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-nestjs", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "NestJS", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-nextjs", - "headings": ["Installation", "Example", "WebSockets for subscriptions"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Example", - "anchor": "example-1" - }, - { - "children": [], - "title": "Running Next.js", - "anchor": "running-nextjs" - } - ], - "title": "Installation", - "anchor": "installation-1" - } - ], - "title": "WebSockets for subscriptions", - "anchor": "websockets-for-subscriptions" - } - ], - "content": "9cda506b4cabac02a5e8fa84fa322ffb", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-nextjs", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "Next.js", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-sveltekit", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [ - { - "children": [], - "title": "Create your graphql endpoint", - "anchor": "create-your-graphql-endpoint" - } - ], - "title": "Example", - "anchor": "example" - } - ], - "content": "223d53213b49c8bc83c0a49ba5fc5d96", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-sveltekit", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "SvelteKit", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-integration-with-uwebsockets", - "headings": ["Installation", "Example", "Subscriptions with WebSockets"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - }, - { - "children": [], - "title": "Subscriptions with WebSockets", - "anchor": "subscriptions-with-websockets" - } - ], - "content": "53611e1a88fe5b3673dbb0880a6efeaf", - "url": "https://www.graphql-yoga.com/docs/integrations/integration-with-uwebsockets", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "uWebSockets", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-integrations-z-other-environments", - "headings": [], - "toc": [], - "content": "750e0d7e1f1b0ad5afaddf62b0753a3e", - "url": "https://www.graphql-yoga.com/docs/integrations/z-other-environments", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "integrations"], - "source": "Yoga", - "title": "Other Environments", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-migration-migration-from-apollo-server", - "headings": [ - "Installation", - "Example initial usage of GraphQL Yoga", - "Migration from standalone `apollo-server`", - "Migration from `apollo-server-*`", - "Batched Queries/Requests" - ], - "toc": [ - { - "children": [ - { - "children": [], - "title": "Install equivalent **Envelop** plugins of the Apollo Server", - "anchor": "install-equivalent-envelop-plugins-of-the-apollo-server" - } - ], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example initial usage of GraphQL Yoga", - "anchor": "example-initial-usage-of-graphql-yoga" - }, - { - "children": [], - "title": "Migration from standalone `apollo-server`", - "anchor": "migration-from-standalone-apollo-server" - }, - { - "children": [], - "title": "Migration from `apollo-server-*`", - "anchor": "migration-from-apollo-server-" - }, - { - "children": [], - "title": "Batched Queries/Requests", - "anchor": "batched-queriesrequests" - } - ], - "content": "53f79664f267a07edd015ff224768bbd", - "url": "https://www.graphql-yoga.com/docs/migration/migration-from-apollo-server", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "migration"], - "source": "Yoga", - "title": "Apollo Server", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-migration-migration-from-express-graphql", - "headings": ["Installation", "Replace Express GraphQL's middleware"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Replace Express GraphQL's middleware", - "anchor": "replace-express-graphqls-middleware" - } - ], - "content": "e2d975db15a1dfed3a7cf06cc236de4a", - "url": "https://www.graphql-yoga.com/docs/migration/migration-from-express-graphql", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "migration"], - "source": "Yoga", - "title": "Express GraphQL", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-migration-migration-from-yoga-v1", - "headings": [ - "Installation", - "Server setup", - "Context", - "Middlewares", - "Subscriptions", - "PubSub" - ], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Schema directives (previously `directiveResolvers`)", - "anchor": "schema-directives-previously-directiveresolvers" - } - ], - "title": "Load type definitions from a file", - "anchor": "load-type-definitions-from-a-file" - } - ], - "title": "Server setup", - "anchor": "server-setup" - }, - { - "children": [], - "title": "Context", - "anchor": "context" - }, - { - "children": [ - { - "children": [], - "title": "Replacing GraphQL Shield", - "anchor": "replacing-graphql-shield" - } - ], - "title": "Middlewares", - "anchor": "middlewares" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Advantages of Websockets over SSE", - "anchor": "advantages-of-websockets-over-sse" - }, - { - "children": [], - "title": "SSE gotchas", - "anchor": "sse-gotchas" - } - ], - "title": "Advantages of SSE over Websockets", - "anchor": "advantages-of-sse-over-websockets" - } - ], - "title": "Subscriptions", - "anchor": "subscriptions" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Filtering events", - "anchor": "filtering-events" - } - ], - "title": "Type-safe PubSub Usage", - "anchor": "type-safe-pubsub-usage" - } - ], - "title": "PubSub", - "anchor": "pubsub" - } - ], - "content": "3bc01d01e865039493e0d15138e49dcc", - "url": "https://www.graphql-yoga.com/docs/migration/migration-from-yoga-v1", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "migration"], - "source": "Yoga", - "title": "Yoga v1", - "type": "Documentation" - }, - { - "objectID": "yoga-docs-migration-migration-from-yoga-v2", - "headings": [ - "Install the new NPM package", - "`createServer` renamed to `createYoga`", - "`createSchema` for executable schemas", - "`handleIncomingMessage` renamed to `handleNodeRequest`", - "No more `.start` and `.stop`", - "No more Node specific multipart configuration", - "Removed `endpoint` and `graphiql.endpoint` options", - "No more `GraphQLYogaError`, use `GraphQLError` instead", - "No more `readinessCheckEndpoint`, consider using the `useReadinessCheck` plugin instead", - "Update options for `useMaskedErrors` plugin", - "Removed `.inject` method" - ], - "toc": [ - { - "children": [], - "title": "Install the new NPM package", - "anchor": "install-the-new-npm-package" - }, - { - "children": [], - "title": "`createServer` renamed to `createYoga`", - "anchor": "createserver-renamed-to-createyoga" - }, - { - "children": [], - "title": "`createSchema` for executable schemas", - "anchor": "createschema-for-executable-schemas" - }, - { - "children": [], - "title": "`handleIncomingMessage` renamed to `handleNodeRequest`", - "anchor": "handleincomingmessage-renamed-to-handlenoderequest" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "For CF/Service Workers", - "anchor": "for-cfservice-workers" - } - ], - "title": "For Node", - "anchor": "for-node" - } - ], - "title": "No more `.start` and `.stop`", - "anchor": "no-more-start-and-stop" - }, - { - "children": [], - "title": "No more Node specific multipart configuration", - "anchor": "no-more-node-specific-multipart-configuration" - }, - { - "children": [], - "title": "Removed `endpoint` and `graphiql.endpoint` options", - "anchor": "removed-endpoint-and-graphiqlendpoint-options" - }, - { - "children": [], - "title": "No more `GraphQLYogaError`, use `GraphQLError` instead", - "anchor": "no-more-graphqlyogaerror-use-graphqlerror-instead" - }, - { - "children": [], - "title": "No more `readinessCheckEndpoint`, consider using the `useReadinessCheck` plugin instead", - "anchor": "no-more-readinesscheckendpoint-consider-using-the-usereadinesscheck-plugin-instead" - }, - { - "children": [], - "title": "Update options for `useMaskedErrors` plugin", - "anchor": "update-options-for-usemaskederrors-plugin" - }, - { - "children": [], - "title": "Removed `.inject` method", - "anchor": "removed-inject-method" - } - ], - "content": "97605cfa0c9970857d4f2732a2c504cb", - "url": "https://www.graphql-yoga.com/docs/migration/migration-from-yoga-v2", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["docs", "migration"], - "source": "Yoga", - "title": "Yoga v2", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-advanced-00-introduction", - "headings": [], - "toc": [], - "content": "b7b1e314614cf326c6e2b6eba1540682", - "url": "https://www.graphql-yoga.com/tutorial/advanced/00-introduction", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "advanced"], - "source": "Yoga", - "title": "Introduction", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-advanced-01-authentication", - "headings": [], - "toc": [], - "content": "a992b90c347a24a40bad39b3ba7a3b51", - "url": "https://www.graphql-yoga.com/tutorial/advanced/01-authentication", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "advanced"], - "source": "Yoga", - "title": "Authentication", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-advanced-02-subscriptions", - "headings": [ - "What is GraphQL Subscriptions?", - "Implementing GraphQL Subscriptions", - "Setting up our `PubSub` instance", - "Adding a voting feature" - ], - "toc": [ - { - "children": [], - "title": "What is GraphQL Subscriptions?", - "anchor": "what-is-graphql-subscriptions" - }, - { - "children": [], - "title": "Implementing GraphQL Subscriptions", - "anchor": "implementing-graphql-subscriptions" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Emitting PubSub events in mutation resolvers", - "anchor": "emitting-pubsub-events-in-mutation-resolvers" - }, - { - "children": [], - "title": "Testing subscriptions", - "anchor": "testing-subscriptions" - }, - { - "children": [], - "title": "Execute a Subscription using `curl`", - "anchor": "execute-a-subscription-using-curl" - } - ], - "title": "Subscribing to new `Link` elements", - "anchor": "subscribing-to-new-link-elements" - } - ], - "title": "Setting up our `PubSub` instance", - "anchor": "setting-up-our-pubsub-instance" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Subscribing to new votes", - "anchor": "subscribing-to-new-votes" - } - ], - "title": "Implementing a `vote` mutation root field", - "anchor": "implementing-a-vote-mutation-root-field" - } - ], - "title": "Adding a voting feature", - "anchor": "adding-a-voting-feature" - } - ], - "content": "bad3643da3939814c3023769016b6368", - "url": "https://www.graphql-yoga.com/tutorial/advanced/02-subscriptions", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "advanced"], - "source": "Yoga", - "title": "Subscriptions", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-advanced-03-advanced-sorting", - "headings": ["Sorting"], - "toc": [ - { - "children": [], - "title": "Sorting", - "anchor": "sorting" - } - ], - "content": "9989303ece756360a92d866c88f06cd9", - "url": "https://www.graphql-yoga.com/tutorial/advanced/03-advanced-sorting", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "advanced"], - "source": "Yoga", - "title": "Advanced Sorting", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-", - "headings": ["Overview", "What to Expect"], - "toc": [ - { - "children": [], - "title": "Overview", - "anchor": "overview" - }, - { - "children": [], - "title": "What to Expect", - "anchor": "what-to-expect" - } - ], - "content": "34922bf71e5775226330201ca6f56bd2", - "url": "https://www.graphql-yoga.com/tutorial/basic/", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "Introduction", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-01-project-setup", - "headings": ["Requirements", "Creating Node.js & TypeScript Project"], - "toc": [ - { - "children": [], - "title": "Requirements", - "anchor": "requirements" - }, - { - "children": [], - "title": "Creating Node.js & TypeScript Project", - "anchor": "creating-nodejs--typescript-project" - } - ], - "content": "2fc092f342485210e38d80af21485ed3", - "url": "https://www.graphql-yoga.com/tutorial/basic/01-project-setup", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "Project Setup", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-02-getting-started", - "headings": [ - "Getting Started with GraphQL", - "Creating your First GraphQL Schema", - "Query the GraphQL schema", - "A Word on the GraphQL Schema" - ], - "toc": [ - { - "children": [], - "title": "Getting Started with GraphQL", - "anchor": "getting-started-with-graphql" - }, - { - "children": [], - "title": "Creating your First GraphQL Schema", - "anchor": "creating-your-first-graphql-schema" - }, - { - "children": [ - { - "children": [], - "title": "So What Happened Here?", - "anchor": "so-what-happened-here" - } - ], - "title": "Query the GraphQL schema", - "anchor": "query-the-graphql-schema" - }, - { - "children": [ - { - "children": [], - "title": "Additional Resources", - "anchor": "additional-resources" - } - ], - "title": "A Word on the GraphQL Schema", - "anchor": "a-word-on-the-graphql-schema" - } - ], - "content": "c543468644765ec3a37143540d394f5e", - "url": "https://www.graphql-yoga.com/tutorial/basic/02-getting-started", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "Getting Started", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-03-graphql-server", - "headings": ["Creating a GraphQL HTTP Server with Yoga"], - "toc": [ - { - "children": [], - "title": "Creating a GraphQL HTTP Server with Yoga", - "anchor": "creating-a-graphql-http-server-with-yoga" - } - ], - "content": "76b3cd2ba7f4010996de65444ed3934a", - "url": "https://www.graphql-yoga.com/tutorial/basic/03-graphql-server", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "GraphQL Server", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-04-a-simple-query", - "headings": ["Extending the Schema Definition", "Implement Resolver Functions"], - "toc": [ - { - "children": [], - "title": "Extending the Schema Definition", - "anchor": "extending-the-schema-definition" - }, - { - "children": [ - { - "children": [], - "title": "The Query Resolution Process", - "anchor": "the-query-resolution-process" - } - ], - "title": "Implement Resolver Functions", - "anchor": "implement-resolver-functions" - } - ], - "content": "c05af3f20f2c1cadc9aa864e1f1adf26", - "url": "https://www.graphql-yoga.com/tutorial/basic/04-a-simple-query", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "A Simple Query", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-05-a-simple-mutation", - "headings": [ - "Extending the Schema Definition", - "Implementing the Resolver Function", - "Testing the Mutation" - ], - "toc": [ - { - "children": [], - "title": "Extending the Schema Definition", - "anchor": "extending-the-schema-definition" - }, - { - "children": [], - "title": "Implementing the Resolver Function", - "anchor": "implementing-the-resolver-function" - }, - { - "children": [], - "title": "Testing the Mutation", - "anchor": "testing-the-mutation" - } - ], - "content": "54986c7d1dc8113c444e49b9460f0e84", - "url": "https://www.graphql-yoga.com/tutorial/basic/05-a-simple-mutation", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "A Simple Mutation", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-06-adding-a-database", - "headings": [ - "So, what is Prisma?", - "Getting Started with SQLite", - "Generated Prisma Client", - "Updating the Prisma models", - "Summary of Your Workflow" - ], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Setting up our project with Prisma and SQLite", - "anchor": "setting-up-our-project-with-prisma-and-sqlite" - } - ], - "title": "Why Prisma?", - "anchor": "why-prisma" - } - ], - "title": "So, what is Prisma?", - "anchor": "so-what-is-prisma" - }, - { - "children": [], - "title": "Getting Started with SQLite", - "anchor": "getting-started-with-sqlite" - }, - { - "children": [], - "title": "Generated Prisma Client", - "anchor": "generated-prisma-client" - }, - { - "children": [], - "title": "Updating the Prisma models", - "anchor": "updating-the-prisma-models" - }, - { - "children": [], - "title": "Summary of Your Workflow", - "anchor": "summary-of-your-workflow" - } - ], - "content": "e0e3cbf21b8b485fe4259d8a297768a3", - "url": "https://www.graphql-yoga.com/tutorial/basic/06-adding-a-database", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "Adding a Database", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-07-connecting-server-and-database", - "headings": [ - "Wiring up Your GraphQL Schema with Prisma Client", - "Updating the Resolver Functions to Use Prisma Client", - "Testing the New Implementation", - "Exploring Your Data in Prisma Studio" - ], - "toc": [ - { - "children": [ - { - "children": [], - "title": "The GraphQL `context` resolver argument", - "anchor": "the-graphql-context-resolver-argument" - } - ], - "title": "Wiring up Your GraphQL Schema with Prisma Client", - "anchor": "wiring-up-your-graphql-schema-with-prisma-client" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Understanding the `postLink` Resolver", - "anchor": "understanding-the-postlink-resolver" - } - ], - "title": "Understanding the `feed` Resolver", - "anchor": "understanding-the-feed-resolver" - } - ], - "title": "Updating the Resolver Functions to Use Prisma Client", - "anchor": "updating-the-resolver-functions-to-use-prisma-client" - }, - { - "children": [], - "title": "Testing the New Implementation", - "anchor": "testing-the-new-implementation" - }, - { - "children": [], - "title": "Exploring Your Data in Prisma Studio", - "anchor": "exploring-your-data-in-prisma-studio" - } - ], - "content": "3d20b269ebb8c003314c38cde8c64712", - "url": "https://www.graphql-yoga.com/tutorial/basic/07-connecting-server-and-database", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "Connecting Server and Database", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-08-graph-relations", - "headings": [ - "Adding the `Comment` Model", - "Updating Prisma Client", - "Extending the GraphQL Schema", - "Implementing the GraphQL Field Resolvers", - "`Link.comments` resolver" - ], - "toc": [ - { - "children": [], - "title": "Adding the `Comment` Model", - "anchor": "adding-the-comment-model" - }, - { - "children": [], - "title": "Updating Prisma Client", - "anchor": "updating-prisma-client" - }, - { - "children": [], - "title": "Extending the GraphQL Schema", - "anchor": "extending-the-graphql-schema" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "`Query.comment` resolver", - "anchor": "querycomment-resolver" - } - ], - "title": "`Mutation.postCommentOnLink` Resolver", - "anchor": "mutationpostcommentonlink-resolver" - } - ], - "title": "Implementing the GraphQL Field Resolvers", - "anchor": "implementing-the-graphql-field-resolvers" - }, - { - "children": [ - { - "children": [], - "title": "Optional Exercise", - "anchor": "optional-exercise" - } - ], - "title": "`Link.comments` resolver", - "anchor": "linkcomments-resolver" - } - ], - "content": "a70985f3266316816b9c1546bf455b0a", - "url": "https://www.graphql-yoga.com/tutorial/basic/08-graph-relations", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "Graph Relations", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-09-error-handling", - "headings": [ - "Recap of the Encountered Error", - "Yoga Error Masking", - "Exposing Safe Error Messages", - "Field Argument Sanitizing", - "Optional Exercise" - ], - "toc": [ - { - "children": [], - "title": "Recap of the Encountered Error", - "anchor": "recap-of-the-encountered-error" - }, - { - "children": [], - "title": "Yoga Error Masking", - "anchor": "yoga-error-masking" - }, - { - "children": [], - "title": "Exposing Safe Error Messages", - "anchor": "exposing-safe-error-messages" - }, - { - "children": [], - "title": "Field Argument Sanitizing", - "anchor": "field-argument-sanitizing" - }, - { - "children": [], - "title": "Optional Exercise", - "anchor": "optional-exercise" - } - ], - "content": "92e877bb6784898ef115713b2c88fafc", - "url": "https://www.graphql-yoga.com/tutorial/basic/09-error-handling", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "Error Handling", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-10-filtering-and-pagination", - "headings": [ - "Filtering", - "Pagination", - "Pagination Field Argument Sanitization", - "Optional Exercise" - ], - "toc": [ - { - "children": [], - "title": "Filtering", - "anchor": "filtering" - }, - { - "children": [], - "title": "Pagination", - "anchor": "pagination" - }, - { - "children": [], - "title": "Pagination Field Argument Sanitization", - "anchor": "pagination-field-argument-sanitization" - }, - { - "children": [], - "title": "Optional Exercise", - "anchor": "optional-exercise" - } - ], - "content": "717affbb524dd27897b7e37b4c690c7e", - "url": "https://www.graphql-yoga.com/tutorial/basic/10-filtering-and-pagination", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "Filtering and Pagination", - "type": "Documentation" - }, - { - "objectID": "yoga-tutorial-basic-11-summary", - "headings": [], - "toc": [], - "content": "a63934a998d804ecbe64ef6eab21c7d0", - "url": "https://www.graphql-yoga.com/tutorial/basic/11-summary", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["tutorial", "basic"], - "source": "Yoga", - "title": "Summary", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-", - "headings": ["Installation", "Usage", "Using Existing Schema"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Usage", - "anchor": "usage" - }, - { - "children": [], - "title": "Using Existing Schema", - "anchor": "using-existing-schema" - } - ], - "content": "17156f122f97eeb2ee8a2dae1cd879c1", - "url": "https://www.graphql-yoga.com/v2/", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2"], - "source": "Yoga", - "title": "Quick Start", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-features-apollo-federation", - "headings": ["Gateway", "Federation Service", "Working Example"], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Example Gateway", - "anchor": "example-gateway" - } - ], - "title": "Installation for Gateway", - "anchor": "installation-for-gateway" - } - ], - "title": "Gateway", - "anchor": "gateway" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Example User Service", - "anchor": "example-user-service" - } - ], - "title": "Installation", - "anchor": "installation" - } - ], - "title": "Federation Service", - "anchor": "federation-service" - }, - { - "children": [], - "title": "Working Example", - "anchor": "working-example" - } - ], - "content": "6d451737534a8e0607b0ded71a192814", - "url": "https://www.graphql-yoga.com/v2/features/apollo-federation", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "features"], - "source": "Yoga", - "title": "Apollo Federation", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-features-context", - "headings": [ - "Default Context", - "Extending the Initial Context", - "Advanced Context Life-Cycle", - "Envelop Plugins" - ], - "toc": [ - { - "children": [ - { - "children": [], - "title": "Context Usage Example: Log Headers", - "anchor": "context-usage-example-log-headers" - } - ], - "title": "Default Context", - "anchor": "default-context" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Example: Function Returning an Object", - "anchor": "example-function-returning-an-object" - }, - { - "children": [], - "title": "Example: Function Returning a Promise", - "anchor": "example-function-returning-a-promise" - } - ], - "title": "Example: Object", - "anchor": "example-object" - } - ], - "title": "Extending the Initial Context", - "anchor": "extending-the-initial-context" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Server Context", - "anchor": "server-context" - }, - { - "children": [], - "title": "User Context", - "anchor": "user-context" - } - ], - "title": "Default Context", - "anchor": "default-context-1" - } - ], - "title": "Advanced Context Life-Cycle", - "anchor": "advanced-context-life-cycle" - }, - { - "children": [], - "title": "Envelop Plugins", - "anchor": "envelop-plugins" - } - ], - "content": "f72ed71d454dc720eac2561c0941e2c3", - "url": "https://www.graphql-yoga.com/v2/features/context", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "features"], - "source": "Yoga", - "title": "GraphQL Context", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-features-cors", - "headings": ["Default CORS setting", "Disabling CORS"], - "toc": [ - { - "children": [], - "title": "Default CORS setting", - "anchor": "default-cors-setting" - }, - { - "children": [], - "title": "Disabling CORS", - "anchor": "disabling-cors" - } - ], - "content": "838c2dab7f0a6a01e4def976630be14d", - "url": "https://www.graphql-yoga.com/v2/features/cors", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "features"], - "source": "Yoga", - "title": "CORS", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-features-envelop-plugins", - "headings": ["Example"], - "toc": [ - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "2224db2a2d025d98b72593cf61bf3e08", - "url": "https://www.graphql-yoga.com/v2/features/envelop-plugins", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "features"], - "source": "Yoga", - "title": "Envelop Plugins", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-features-error-masking", - "headings": [ - "Getting Started", - "Receive Original Error in Development", - "Exposing Expected Errors", - "Error Codes and Other Extensions", - "Disabling Error Masking" - ], - "toc": [ - { - "children": [], - "title": "Getting Started", - "anchor": "getting-started" - }, - { - "children": [], - "title": "Receive Original Error in Development", - "anchor": "receive-original-error-in-development" - }, - { - "children": [], - "title": "Exposing Expected Errors", - "anchor": "exposing-expected-errors" - }, - { - "children": [], - "title": "Error Codes and Other Extensions", - "anchor": "error-codes-and-other-extensions" - }, - { - "children": [], - "title": "Disabling Error Masking", - "anchor": "disabling-error-masking" - } - ], - "content": "2792a45408909da8de8682304c70ee13", - "url": "https://www.graphql-yoga.com/v2/features/error-masking", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "features"], - "source": "Yoga", - "title": "Error Masking", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-features-file-uploads", - "headings": [ - "Example", - "Disabling Multipart/File Upload Processing", - "Configuring Multipart Request Processing (only for Node.js)" - ], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "With GraphQL Nexus", - "anchor": "with-graphql-nexus" - } - ], - "title": "Test Your GraphQL Server with cURL", - "anchor": "test-your-graphql-server-with-curl" - } - ], - "title": "Example", - "anchor": "example" - }, - { - "children": [], - "title": "Disabling Multipart/File Upload Processing", - "anchor": "disabling-multipartfile-upload-processing" - }, - { - "children": [], - "title": "Configuring Multipart Request Processing (only for Node.js)", - "anchor": "configuring-multipart-request-processing-only-for-nodejs" - } - ], - "content": "4e13f4aa1e0af17839e4b55a6b62aac8", - "url": "https://www.graphql-yoga.com/v2/features/file-uploads", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "features"], - "source": "Yoga", - "title": "File Uploads", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-features-graphiql", - "headings": ["Example", "Disabling GraphiQL", "Dynamic Options", "Offline Usage"], - "toc": [ - { - "children": [], - "title": "Example", - "anchor": "example" - }, - { - "children": [], - "title": "Disabling GraphiQL", - "anchor": "disabling-graphiql" - }, - { - "children": [], - "title": "Dynamic Options", - "anchor": "dynamic-options" - }, - { - "children": [], - "title": "Offline Usage", - "anchor": "offline-usage" - } - ], - "content": "c426867de017b6029bd5ebafc1c68d34", - "url": "https://www.graphql-yoga.com/v2/features/graphiql", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "features"], - "source": "Yoga", - "title": "GraphiQL", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-features-subscriptions", - "headings": [ - "Quick start with Server-Sent Events", - "Handling Subscriptions on the Client", - "Subscriptions over WebSockets with `graphql-ws`", - "PubSub", - "Advanced" - ], - "toc": [ - { - "children": [ - { - "children": [], - "title": "GraphQL Subscriptions with Server-Sent Events", - "anchor": "graphql-subscriptions-with-server-sent-events" - } - ], - "title": "Quick start with Server-Sent Events", - "anchor": "quick-start-with-server-sent-events" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Client Usage with urql", - "anchor": "client-usage-with-urql" - } - ], - "title": "Client Usage with Apollo", - "anchor": "client-usage-with-apollo" - } - ], - "title": "Handling Subscriptions on the Client", - "anchor": "handling-subscriptions-on-the-client" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "SSE vs WebSocket", - "anchor": "sse-vs-websocket" - } - ], - "title": "Client integration", - "anchor": "client-integration" - } - ], - "title": "Subscriptions over WebSockets with `graphql-ws`", - "anchor": "subscriptions-over-websockets-with-graphql-ws" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Topics", - "anchor": "topics" - }, - { - "children": [], - "title": "Distributed Pub/Sub for Production", - "anchor": "distributed-pubsub-for-production" - } - ], - "title": "Getting Started", - "anchor": "getting-started" - } - ], - "title": "PubSub", - "anchor": "pubsub" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Example PubSub Event Stream Transform", - "anchor": "example-pubsub-event-stream-transform" - }, - { - "children": [], - "title": "Example Random Number Stream Transform", - "anchor": "example-random-number-stream-transform" - }, - { - "children": [], - "title": "Subscriptions with Initial Value", - "anchor": "subscriptions-with-initial-value" - }, - { - "children": [], - "title": "Listen to Multiple Pub/Sub Topics", - "anchor": "listen-to-multiple-pubsub-topics" - } - ], - "title": "Filter and Map Values", - "anchor": "filter-and-map-values" - } - ], - "title": "Advanced", - "anchor": "advanced" - } - ], - "content": "218722fd3a29be290fb30de0b1823705", - "url": "https://www.graphql-yoga.com/v2/features/subscriptions", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "features"], - "source": "Yoga", - "title": "Subscriptions", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-features-testing", - "headings": [ - "Using `inject`", - "Using `fetch` to Test Just Like Browsers on Any JS Environment", - "Using `supertest` For Node.js" - ], - "toc": [ - { - "children": [], - "title": "Using `inject`", - "anchor": "using-inject" - }, - { - "children": [], - "title": "Using `fetch` to Test Just Like Browsers on Any JS Environment", - "anchor": "using-fetch-to-test-just-like-browsers-on-any-js-environment" - }, - { - "children": [], - "title": "Using `supertest` For Node.js", - "anchor": "using-supertest-for-nodejs" - } - ], - "content": "d115b056494cb92d46588f961599b32f", - "url": "https://www.graphql-yoga.com/v2/features/testing", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "features"], - "source": "Yoga", - "title": "Testing", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-integration-with-aws-lambda", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "2f59b3f31fc60a04d74e8995522b0b95", - "url": "https://www.graphql-yoga.com/v2/integrations/integration-with-aws-lambda", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "AWS Lambda", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-integration-with-cloudflare-workers", - "headings": [ - "Installation", - "Example with Regular `fetch` Event Listener", - "Example with Modules Approach", - "Enabling Subscriptions", - "Debug Logging" - ], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example with Regular `fetch` Event Listener", - "anchor": "example-with-regular-fetch-event-listener" - }, - { - "children": [ - { - "children": [], - "title": "Access to environmental values (KV Namespaces etc.)", - "anchor": "access-to-environmental-values-kv-namespaces-etc" - } - ], - "title": "Example with Modules Approach", - "anchor": "example-with-modules-approach" - }, - { - "children": [], - "title": "Enabling Subscriptions", - "anchor": "enabling-subscriptions" - }, - { - "children": [], - "title": "Debug Logging", - "anchor": "debug-logging" - } - ], - "content": "efe38687f146eaeca6f490474baad772", - "url": "https://www.graphql-yoga.com/v2/integrations/integration-with-cloudflare-workers", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "Cloudflare Workers", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-integration-with-deno", - "headings": ["Example"], - "toc": [ - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "f718512a6de8117e37bc7d82429b1088", - "url": "https://www.graphql-yoga.com/v2/integrations/integration-with-deno", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "Deno", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-integration-with-express", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "a856cd43728fe15c923bf178a1935588", - "url": "https://www.graphql-yoga.com/v2/integrations/integration-with-express", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "Express", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-integration-with-fastify", - "headings": ["Installation", "Example", "Add Dummy Content Type Parser for File Uploads"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - }, - { - "children": [], - "title": "Add Dummy Content Type Parser for File Uploads", - "anchor": "add-dummy-content-type-parser-for-file-uploads" - } - ], - "content": "5caa6fe28d297c9505cc2f9bd7ab0f6f", - "url": "https://www.graphql-yoga.com/v2/integrations/integration-with-fastify", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "Fastify", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-integration-with-koa", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - } - ], - "content": "020e1491e90d03a0c1f9a9252c4ca599", - "url": "https://www.graphql-yoga.com/v2/integrations/integration-with-koa", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "Koa", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-integration-with-nestjs", - "headings": ["Standalone GraphQL API", "Apollo Federation"], - "toc": [ - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Schema-First Approach", - "anchor": "schema-first-approach" - }, - { - "children": [], - "title": "Code-First Approach", - "anchor": "code-first-approach" - } - ], - "title": "Installation", - "anchor": "installation" - } - ], - "title": "Standalone GraphQL API", - "anchor": "standalone-graphql-api" - }, - { - "children": [], - "title": "Apollo Federation", - "anchor": "apollo-federation" - } - ], - "content": "1bf096752767b3bd4a2dea205791e591", - "url": "https://www.graphql-yoga.com/v2/integrations/integration-with-nestjs", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "NestJS", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-integration-with-nextjs", - "headings": ["Installation", "Example", "NextAuth.js"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example", - "anchor": "example" - }, - { - "children": [], - "title": "NextAuth.js", - "anchor": "nextauthjs" - } - ], - "content": "1a86a66372593ad30512b6a94104e901", - "url": "https://www.graphql-yoga.com/v2/integrations/integration-with-nextjs", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "Next.js", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-integration-with-sveltekit", - "headings": ["Installation", "Example"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [ - { - "children": [], - "title": "Create your GraphQL Endpoint", - "anchor": "create-your-graphql-endpoint" - } - ], - "title": "Example", - "anchor": "example" - } - ], - "content": "7ac749c5bd4c7ec9188002ad3bea172b", - "url": "https://www.graphql-yoga.com/v2/integrations/integration-with-sveltekit", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "SvelteKit", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-integrations-z-other-environments", - "headings": [], - "toc": [], - "content": "8046304c02a00c69b96a2cc27e88a98c", - "url": "https://www.graphql-yoga.com/v2/integrations/z-other-environments", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "integrations"], - "source": "Yoga", - "title": "Other Environments", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-migration-migration-from-apollo-server", - "headings": [ - "Installation", - "Example Initial Usage of GraphQL Yoga", - "Migration from Standalone `apollo-server`", - "Migration from `apollo-server-*`" - ], - "toc": [ - { - "children": [ - { - "children": [], - "title": "Install Equivalent Envelop Plugins of the Apollo Server", - "anchor": "install-equivalent-envelop-plugins-of-the-apollo-server" - } - ], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Example Initial Usage of GraphQL Yoga", - "anchor": "example-initial-usage-of-graphql-yoga" - }, - { - "children": [], - "title": "Migration from Standalone `apollo-server`", - "anchor": "migration-from-standalone-apollo-server" - }, - { - "children": [], - "title": "Migration from `apollo-server-*`", - "anchor": "migration-from-apollo-server-" - } - ], - "content": "8cc2d12209e9523a4c3a55056eed0013", - "url": "https://www.graphql-yoga.com/v2/migration/migration-from-apollo-server", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "migration"], - "source": "Yoga", - "title": "Apollo Server", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-migration-migration-from-express-graphql", - "headings": ["Installation", "Replace Express GraphQL's Middleware"], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [], - "title": "Replace Express GraphQL's Middleware", - "anchor": "replace-express-graphqls-middleware" - } - ], - "content": "e902f7e8c274b09a7165df85a1ae37aa", - "url": "https://www.graphql-yoga.com/v2/migration/migration-from-express-graphql", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "migration"], - "source": "Yoga", - "title": "Express GraphQL", - "type": "Documentation" - }, - { - "objectID": "yoga-v2-migration-migration-from-yoga-v1", - "headings": [ - "Installation", - "Server Setup", - "Context", - "Middlewares", - "Subscriptions", - "PubSub" - ], - "toc": [ - { - "children": [], - "title": "Installation", - "anchor": "installation" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Schema Directives (previously `directiveResolvers`)", - "anchor": "schema-directives-previously-directiveresolvers" - } - ], - "title": "Load Type Definitions from a File", - "anchor": "load-type-definitions-from-a-file" - } - ], - "title": "Server Setup", - "anchor": "server-setup" - }, - { - "children": [], - "title": "Context", - "anchor": "context" - }, - { - "children": [ - { - "children": [], - "title": "Replacing GraphQL Shield", - "anchor": "replacing-graphql-shield" - } - ], - "title": "Middlewares", - "anchor": "middlewares" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Advantages of Websockets over SSE", - "anchor": "advantages-of-websockets-over-sse" - }, - { - "children": [], - "title": "SSE gotchas", - "anchor": "sse-gotchas" - } - ], - "title": "Advantages of SSE over Websockets", - "anchor": "advantages-of-sse-over-websockets" - } - ], - "title": "Subscriptions", - "anchor": "subscriptions" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "title": "Filtering Events", - "anchor": "filtering-events" - } - ], - "title": "Type-safe PubSub Usage", - "anchor": "type-safe-pubsub-usage" - } - ], - "title": "PubSub", - "anchor": "pubsub" - } - ], - "content": "e83c880242eec59b31a9e4effce988d7", - "url": "https://www.graphql-yoga.com/v2/migration/migration-from-yoga-v1", - "domain": "https://www.graphql-yoga.com", - "hierarchy": ["v2", "migration"], - "source": "Yoga", - "title": "Yoga v1", - "type": "Documentation" - } -] diff --git a/website/next-sitemap.config.cjs b/website/next-sitemap.config.js similarity index 65% rename from website/next-sitemap.config.cjs rename to website/next-sitemap.config.js index 22e1f82d85..6134c9fee3 100644 --- a/website/next-sitemap.config.cjs +++ b/website/next-sitemap.config.js @@ -1,6 +1,8 @@ -/** @type {import('next-sitemap').IConfig} */ +/* eslint-disable import/no-default-export */ +/* eslint-env node */ -module.exports = { +/** @type {import('next-sitemap').IConfig} */ +export default { siteUrl: process.env.SITE_URL || 'https://graphql-yoga.com', generateIndexSitemap: false, output: 'export', diff --git a/website/package.json b/website/package.json index 85855e28c0..fe47973d76 100644 --- a/website/package.json +++ b/website/package.json @@ -10,14 +10,14 @@ "check": "exit 0", "dev": "next", "fetch-remote-filepaths": "tsx scripts/fetch-remote-filepaths.ts", - "postbuild": "next-sitemap --config next-sitemap.config.cjs && node scripts/sitemap-ci.mjs", + "postbuild": "next-sitemap && node scripts/sitemap-ci.mjs", "prebuild": "pnpm predev", "predev": "pnpm fetch-remote-filepaths", "start": "next start" }, "dependencies": { - "@theguild/components": "6.4.1", - "clsx": "2.0.0", + "@theguild/components": "6.5.1", + "clsx": "2.1.0", "graphql": "16.6.0", "next": "14.1.4", "next-sitemap": "4.2.3", @@ -26,8 +26,7 @@ "react-icons": "4.9.0" }, "devDependencies": { - "@theguild/algolia": "2.1.0", - "@theguild/tailwind-config": "0.3.2", + "@theguild/tailwind-config": "0.4.0", "@types/node": "18.16.16", "@types/react": "18.2.8", "cross-env": "7.0.3", diff --git a/website/tailwind.config.cjs b/website/tailwind.config.cjs deleted file mode 100644 index 0ecd848d6a..0000000000 --- a/website/tailwind.config.cjs +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('@theguild/tailwind-config'); diff --git a/website/tailwind.config.ts b/website/tailwind.config.ts new file mode 100644 index 0000000000..490aa67c2b --- /dev/null +++ b/website/tailwind.config.ts @@ -0,0 +1,2 @@ +// eslint-disable-next-line import/no-default-export +export { default } from '@theguild/tailwind-config'; From 66ef21b80b2b8a5a132398366de24d4dc06fafd8 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 9 Apr 2024 22:45:55 +0200 Subject: [PATCH 3/5] remove algolia --- website/package.json | 1 - website/scripts/algolia-ci.mjs | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 website/scripts/algolia-ci.mjs diff --git a/website/package.json b/website/package.json index fe47973d76..00b4a858ba 100644 --- a/website/package.json +++ b/website/package.json @@ -4,7 +4,6 @@ "type": "module", "private": true, "scripts": { - "algolia-sync": "node scripts/algolia-ci.mjs", "analyze": "cross-env ANALYZE=true next build", "build": "next build", "check": "exit 0", diff --git a/website/scripts/algolia-ci.mjs b/website/scripts/algolia-ci.mjs deleted file mode 100644 index 234de3438c..0000000000 --- a/website/scripts/algolia-ci.mjs +++ /dev/null @@ -1,15 +0,0 @@ -import { resolve } from 'node:path'; -import { indexToAlgolia } from '@theguild/algolia'; - -const CWD = process.cwd(); - -indexToAlgolia({ - nextra: { - docsBaseDir: resolve(CWD, 'src/pages/'), - }, - // routes: [getRoutes(), getTutorialRoutes()], - source: 'Yoga', - domain: process.env.SITE_URL, - lockfilePath: resolve(CWD, 'algolia-lockfile.json'), - dryMode: process.env.ALGOLIA_DRY_RUN === 'true', -}); From 1dbecda96741a9a1e168cd23bd6b723ce8347219 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Apr 2024 20:46:17 +0000 Subject: [PATCH 4/5] chore(dependencies): updated changesets for modified dependencies --- pnpm-lock.yaml | 383 +++++++++++++++++++++++++++---------------------- 1 file changed, 215 insertions(+), 168 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce350f1fa6..cb252bf3bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' settings: autoInstallPeers: true @@ -132,7 +132,7 @@ importers: dependencies: '@envelop/graphql-jit': specifier: 8.0.0 - version: 8.0.0(@envelop/core@4.0.0)(graphql@16.6.0) + version: 8.0.0(@envelop/core@5.0.0)(graphql@16.6.0) '@faker-js/faker': specifier: 8.0.2 version: 8.0.2 @@ -234,7 +234,7 @@ importers: version: 2.4.7(graphql@16.6.0) '@envelop/apollo-federation': specifier: 5.0.0 - version: 5.0.0(@apollo/gateway@2.4.7)(@envelop/core@4.0.0)(graphql@16.6.0) + version: 5.0.0(@apollo/gateway@2.4.7)(@envelop/core@5.0.0)(graphql@16.6.0) graphql: specifier: 16.6.0 version: 16.6.0 @@ -520,7 +520,7 @@ importers: dependencies: '@envelop/graphql-modules': specifier: 6.0.0 - version: 6.0.0(@envelop/core@4.0.0)(graphql-modules@2.1.2)(graphql@16.6.0) + version: 6.0.0(@envelop/core@5.0.0)(graphql-modules@2.1.2)(graphql@16.6.0) '@graphql-tools/load-files': specifier: 7.0.0 version: 7.0.0(graphql@16.6.0) @@ -679,7 +679,7 @@ importers: dependencies: '@envelop/generic-auth': specifier: 7.0.0 - version: 7.0.0(@envelop/core@4.0.0)(graphql@16.6.0) + version: 7.0.0(@envelop/core@5.0.0)(graphql@16.6.0) graphql: specifier: 16.6.0 version: 16.6.0 @@ -903,7 +903,7 @@ importers: dependencies: '@envelop/live-query': specifier: 7.0.0 - version: 7.0.0(@envelop/core@4.0.0)(graphql@16.6.0) + version: 7.0.0(@envelop/core@5.0.0)(graphql@16.6.0) '@graphql-tools/utils': specifier: 10.0.1 version: 10.0.1(graphql@16.6.0) @@ -1393,7 +1393,7 @@ importers: dependencies: '@envelop/graphql-jit': specifier: 8.0.0 - version: 8.0.0(@envelop/core@4.0.0)(graphql@16.6.0) + version: 8.0.0(@envelop/core@5.0.0)(graphql@16.6.0) '@graphql-yoga/render-graphiql': specifier: 5.3.0 version: link:../../packages/render-graphiql/dist @@ -1502,7 +1502,7 @@ importers: specifier: ^1.0.4 version: 1.0.4(@types/node@18.16.16)(graphql@16.6.0) graphql: - specifier: 16.6.0 + specifier: ^15.2.0 || ^16.0.0 version: 16.6.0 tslib: specifier: ^2.5.2 @@ -1525,7 +1525,7 @@ importers: specifier: ^1.0.0 version: 1.0.0(@urql/core@4.0.10)(graphql@16.6.0)(wonka@6.3.2) graphql: - specifier: 16.6.0 + specifier: ^15.2.0 || ^16.0.0 version: 16.6.0 tslib: specifier: ^2.5.2 @@ -1821,7 +1821,7 @@ importers: dependencies: '@envelop/on-resolve': specifier: ^4.0.0 - version: 4.0.0(@envelop/core@4.0.0)(graphql@16.6.0) + version: 4.0.0(@envelop/core@5.0.0)(graphql@16.6.0) '@graphql-tools/utils': specifier: ^10.0.0 version: 10.0.0(graphql@16.6.0) @@ -1906,7 +1906,7 @@ importers: packages/plugins/graphql-sse: dependencies: graphql: - specifier: 16.6.0 + specifier: ^15.2.0 || ^16.0.0 version: 16.6.0 graphql-sse: specifier: ^2.0.0 @@ -1964,9 +1964,9 @@ importers: dependencies: '@envelop/prometheus': specifier: ^9.4.0 - version: 9.4.0(@envelop/core@4.0.0)(graphql@16.6.0)(prom-client@15.0.0) + version: 9.4.0(@envelop/core@5.0.0)(graphql@16.6.0)(prom-client@15.0.0) graphql: - specifier: 16.6.0 + specifier: ^15.2.0 || ^16.0.0 version: 16.6.0 graphql-yoga: specifier: ^5.3.0 @@ -1981,7 +1981,7 @@ importers: dependencies: '@envelop/response-cache': specifier: ^6.1.2 - version: 6.1.2(@envelop/core@4.0.0)(graphql@16.6.0) + version: 6.1.2(@envelop/core@5.0.0)(graphql@16.6.0) graphql-yoga: specifier: ^5.3.0 version: link:../../graphql-yoga/dist @@ -1997,7 +1997,7 @@ importers: packages/plugins/sofa: dependencies: graphql: - specifier: 16.6.0 + specifier: ^15.2.0 || ^16.0.0 version: 16.6.0 graphql-yoga: specifier: ^5.3.0 @@ -2094,7 +2094,7 @@ packages: /@0no-co/graphql.web@1.0.1(graphql@16.6.0): resolution: {integrity: sha512-6Yaxyv6rOwRkLIvFaL0NrLDgfNqC/Ng9QOPmTmlqW4mORXMEKmh5NYGkIvvt5Yw8fZesnMAqkj8cIqTj8f40cQ==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 peerDependenciesMeta: graphql: optional: true @@ -2192,14 +2192,14 @@ packages: /@apollo/cache-control-types@1.0.2(graphql@16.6.0): resolution: {integrity: sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw==} peerDependencies: - graphql: 16.6.0 + graphql: 14.x || 15.x || 16.x dependencies: graphql: 16.6.0 /@apollo/client@3.7.15(graphql@16.6.0): resolution: {integrity: sha512-pLScjo4GAQRWKWyEg2J3FlQr9fbUAuADT0EI2+JlLf2BjaU9I7WUaZVD9w+0qNPE8BZqs53MRQq0OCm1QCW+eg==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -2232,7 +2232,7 @@ packages: /@apollo/client@3.8.2(graphql@16.6.0): resolution: {integrity: sha512-SSxRTHlHdlR65mvV5j5e3JkYs9z/eFQfJPgSfqTeKa3jgHKofBaMb+UWxJPInqV5MqBFAkPFt8fYEBZwM7oGZA==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -2267,7 +2267,7 @@ packages: resolution: {integrity: sha512-sAVJwv1YJpqbZzS8E1IFItXsiJPag57g3hvwj8n/sn5LGgRRSS05WxhQl7U3NJEjwD0+4LpXqGrIvpCcRFLsvQ==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@apollo/federation-internals': 2.4.0(graphql@16.6.0) '@apollo/query-graphs': 2.4.0(graphql@16.6.0) @@ -2278,7 +2278,7 @@ packages: resolution: {integrity: sha512-eXRTG6J5ywwXsWgP0Wgic4zeBXO8jBBvI0FM4t/gay4DI+1zEL5qmoF2HN/jFik0dnd/ud5kh4djvFLmWEwbeA==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@apollo/federation-internals': 2.4.7(graphql@16.6.0) '@apollo/query-graphs': 2.4.7(graphql@16.6.0) @@ -2288,7 +2288,7 @@ packages: resolution: {integrity: sha512-ovfYwpq3s2LKNvLGg6bxcNlyrCllbF1JhNgQEOEOeAoy3TTmnYuxqd00H3bkT/5xpXvMpBc6+Di6qMkYcQM+Ww==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@types/uuid': 9.0.1 chalk: 4.1.2 @@ -2300,7 +2300,7 @@ packages: resolution: {integrity: sha512-a4iH+72yVd0zNGC5ZGEDfbqI81wktE7qAHjH4rQzJTqMQ74By3PoMD2DefOArcweonvd4b/h4oQJXGvLK2V4Ew==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@types/uuid': 9.0.1 chalk: 4.1.2 @@ -2312,7 +2312,7 @@ packages: resolution: {integrity: sha512-Jt1HiFwe94AfjVj1h53GRwz26Bfp6Y0+yyHQ6/CqEJxQWbAHvEiBFKpzwFQQF9O/OshZx8oedmuAXA6RSFRxSg==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@apollo/composition': 2.4.0(graphql@16.6.0) '@apollo/federation-internals': 2.4.0(graphql@16.6.0) @@ -2343,7 +2343,7 @@ packages: resolution: {integrity: sha512-ZcqSJEUxVJqqPKJ97q72Hyp0YEQfHW+oCRP9osF6XKkrGX1C7nxLm6EzO261+m1bUwkdtjk5CLfXxa9yxIDRdA==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@apollo/composition': 2.4.7(graphql@16.6.0) '@apollo/federation-internals': 2.4.7(graphql@16.6.0) @@ -2411,7 +2411,7 @@ packages: resolution: {integrity: sha512-xyixv288KQ1/qeRbGayNN+4kbv0oHCZV/iLTu1x/Vb5iZTD0LPlMar2rh7ffGLoCmLLAzP+65le0wRXU581hHQ==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@apollo/federation-internals': 2.4.0(graphql@16.6.0) deep-equal: 2.0.5 @@ -2424,7 +2424,7 @@ packages: resolution: {integrity: sha512-LLoY0GgP3mcF+8zp3cf701ixHrsFh1WH1R8HPtO0NOgArmVMTl0bvsEHzFqUNdMd/PcU2b9SMcCmPwN7dKRs+A==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@apollo/federation-internals': 2.4.7(graphql@16.6.0) deep-equal: 2.0.5 @@ -2436,7 +2436,7 @@ packages: resolution: {integrity: sha512-sVBHJ5SW32w6YdeAJCcB23ct5sb/myhv7ebbr9tObmncBR/QOj0n45XyJGXPC3LP8J3h3ICVWehNXDFyV2wOHQ==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@apollo/federation-internals': 2.4.0(graphql@16.6.0) '@apollo/query-graphs': 2.4.0(graphql@16.6.0) @@ -2451,7 +2451,7 @@ packages: resolution: {integrity: sha512-0fTA1W5NKtfxLq5+GY9ORPSQB/MRH1xOt3SbSS8o9yhR9GKzzE3yYNc88HgYAe2lfdDOesCME2t1kKrE76uzdA==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@apollo/federation-internals': 2.4.7(graphql@16.6.0) '@apollo/query-graphs': 2.4.7(graphql@16.6.0) @@ -2464,7 +2464,7 @@ packages: /@apollo/server-gateway-interface@1.1.0(graphql@16.6.0): resolution: {integrity: sha512-0rhG++QtGfr4YhhIHgxZ9BdMFthaPY6LbhI9Au90osbfLMiZ7f8dmZsEX1mp7O1h8MJwCu6Dp0I/KcGbSvfUGA==} peerDependencies: - graphql: 16.6.0 + graphql: 14.x || 15.x || 16.x dependencies: '@apollo/usage-reporting-protobuf': 4.1.0 '@apollo/utils.fetcher': 2.0.0 @@ -2477,7 +2477,7 @@ packages: engines: {node: '>=14.16.0'} requiresBuild: true peerDependencies: - graphql: 16.6.0 + graphql: ^16.6.0 dependencies: '@apollo/cache-control-types': 1.0.2(graphql@16.6.0) '@apollo/server-gateway-interface': 1.1.0(graphql@16.6.0) @@ -2516,7 +2516,7 @@ packages: resolution: {integrity: sha512-/njjzPkyzkh0FO2WvLV+I9mlsDWk3DhfOtCc+cmMx9p4mixgyyaRvYvx3tPjSPkMvkPw/cNidCVymuWJVOAu5A==} engines: {node: '>=14.15.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^16.5.0 dependencies: '@apollo/cache-control-types': 1.0.2(graphql@16.6.0) '@apollo/federation-internals': 2.4.0(graphql@16.6.0) @@ -2539,7 +2539,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 16.6.0 + graphql: 14.x || 15.x || 16.x dependencies: graphql: 16.6.0 dev: false @@ -2580,7 +2580,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 16.6.0 + graphql: 14.x || 15.x || 16.x dependencies: graphql: 16.6.0 dev: false @@ -2591,7 +2591,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 16.6.0 + graphql: 14.x || 15.x || 16.x dependencies: graphql: 16.6.0 dev: false @@ -2602,7 +2602,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 16.6.0 + graphql: 14.x || 15.x || 16.x dependencies: graphql: 16.6.0 lodash.sortby: 4.7.0 @@ -2614,7 +2614,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 16.6.0 + graphql: 14.x || 15.x || 16.x dependencies: graphql: 16.6.0 dev: false @@ -2625,7 +2625,7 @@ packages: engines: {node: '>=14'} requiresBuild: true peerDependencies: - graphql: 16.6.0 + graphql: 14.x || 15.x || 16.x dependencies: '@apollo/usage-reporting-protobuf': 4.1.0 '@apollo/utils.dropunuseddefinitions': 2.0.0(graphql@16.6.0) @@ -2661,7 +2661,7 @@ packages: resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} hasBin: true peerDependencies: - graphql: 16.6.0 + graphql: '*' dependencies: '@babel/core': 7.22.1 '@babel/generator': 7.23.5 @@ -6366,8 +6366,8 @@ packages: engines: {node: '>=18.0.0'} peerDependencies: '@apollo/gateway': ^0.54.0 - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@apollo/gateway': 2.4.0(graphql@16.6.0) '@envelop/core': 4.0.0 @@ -6379,16 +6379,16 @@ packages: - encoding dev: false - /@envelop/apollo-federation@5.0.0(@apollo/gateway@2.4.7)(@envelop/core@4.0.0)(graphql@16.6.0): + /@envelop/apollo-federation@5.0.0(@apollo/gateway@2.4.7)(@envelop/core@5.0.0)(graphql@16.6.0): resolution: {integrity: sha512-mbe0bqn6mv9WVs5Kk4+IWRZuvxfzjkmuJliAuFJjUuIOn1pMUeCAzjhDTWCHEeCnS0s+TcCtKGFOdAfNtuxbvA==} engines: {node: '>=18.0.0'} peerDependencies: '@apollo/gateway': ^0.54.0 - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@apollo/gateway': 2.4.7(graphql@16.6.0) - '@envelop/core': 4.0.0 + '@envelop/core': 5.0.0 apollo-server-caching: 3.3.0 apollo-server-types: 3.6.3(graphql@16.6.0) graphql: 16.6.0 @@ -6404,40 +6404,48 @@ packages: '@envelop/types': 4.0.0 tslib: 2.5.3 + /@envelop/core@5.0.0: + resolution: {integrity: sha512-aJdnH/ptv+cvwfvciCBe7TSvccBwo9g0S5f6u35TBVzRVqIGkK03lFlIL+x1cnfZgN9EfR2b1PH2galrT1CdCQ==} + engines: {node: '>=18.0.0'} + dependencies: + '@envelop/types': 5.0.0 + tslib: 2.6.2 + dev: false + /@envelop/disable-introspection@6.0.0(@envelop/core@4.0.0)(graphql@16.6.0): resolution: {integrity: sha512-+DxCvKdzsHat/aWr6dqDsebbGk6ZGiM7VZlnpwKS8g4+PDHg7AfMBnDP8CtUODgifU+kgZME4TFzU288MNpNDg==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@envelop/core': 4.0.0 graphql: 16.6.0 tslib: 2.6.2 dev: true - /@envelop/extended-validation@4.0.0(@envelop/core@4.0.0)(graphql@16.6.0): + /@envelop/extended-validation@4.0.0(@envelop/core@5.0.0)(graphql@16.6.0): resolution: {integrity: sha512-pvJ/OL+C+lpNiiCXezHT+vP3PTq37MQicoOB1l5MdgOOZZWRAp0NDOgvEKcXUY7AWNpvNHgSE0QFSRfGwsfwFQ==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 4.0.0 + '@envelop/core': 5.0.0 '@graphql-tools/utils': 10.1.1(graphql@16.6.0) graphql: 16.6.0 tslib: 2.6.2 dev: false - /@envelop/generic-auth@7.0.0(@envelop/core@4.0.0)(graphql@16.6.0): + /@envelop/generic-auth@7.0.0(@envelop/core@5.0.0)(graphql@16.6.0): resolution: {integrity: sha512-FxGzoSjIXJlv+aiVyhQ8oHoz41ol4gJe8KAzNX7FP3qrhldbrqcC5Q+J/VtNlo5jXYX0YuLHH6ehF80tQDZJ4Q==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 4.0.0 - '@envelop/extended-validation': 4.0.0(@envelop/core@4.0.0)(graphql@16.6.0) + '@envelop/core': 5.0.0 + '@envelop/extended-validation': 4.0.0(@envelop/core@5.0.0)(graphql@16.6.0) '@graphql-tools/utils': 10.0.6(graphql@16.6.0) graphql: 16.6.0 tslib: 2.6.2 @@ -6447,24 +6455,39 @@ packages: resolution: {integrity: sha512-+Sfp5DON/krxr4fP1kT6GQeQYqphP2g69CybqAMLRTALCCKs/ZfATvK/Bx+ysPV5K8g/tRwVuDbub1JAuLDxSw==} engines: {node: '>=18.0.0'} peerDependencies: + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: '@envelop/core': 4.0.0 graphql: 16.6.0 + graphql-jit: 0.8.4(graphql@16.6.0) + tslib: 2.6.2 + value-or-promise: 1.0.12 + dev: true + + /@envelop/graphql-jit@8.0.0(@envelop/core@5.0.0)(graphql@16.6.0): + resolution: {integrity: sha512-+Sfp5DON/krxr4fP1kT6GQeQYqphP2g69CybqAMLRTALCCKs/ZfATvK/Bx+ysPV5K8g/tRwVuDbub1JAuLDxSw==} + engines: {node: '>=18.0.0'} + peerDependencies: + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 4.0.0 + '@envelop/core': 5.0.0 graphql: 16.6.0 graphql-jit: 0.8.4(graphql@16.6.0) tslib: 2.6.2 value-or-promise: 1.0.12 + dev: false - /@envelop/graphql-modules@6.0.0(@envelop/core@4.0.0)(graphql-modules@2.1.2)(graphql@16.6.0): + /@envelop/graphql-modules@6.0.0(@envelop/core@5.0.0)(graphql-modules@2.1.2)(graphql@16.6.0): resolution: {integrity: sha512-U6LoSMFd/eVt/vcI+6cj3OWciPnCTCIz+7Frc+oJ3Bg2utDIba3ngepzQPYb9t2da+AjCw+O2NmBwoUHWH0mAQ==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-modules: ^1 || ^2.0.0 dependencies: - '@envelop/core': 4.0.0 + '@envelop/core': 5.0.0 graphql: 16.6.0 graphql-modules: 2.1.2(graphql@16.6.0) tslib: 2.6.2 @@ -6474,62 +6497,79 @@ packages: resolution: {integrity: sha512-rLnSN1B+5zcy3FsWE+16/CMiqjD/LXXcRUXJ0RaXRjzHClpQxgSzrAixNeOmx1vXLff4AgkjOZANJl39rD4dwQ==} engines: {node: '>=18.0.0'} peerDependencies: + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: '@envelop/core': 4.0.0 + '@graphql-tools/utils': 10.0.1(graphql@16.6.0) + '@n1ru4l/graphql-live-query': 0.10.0(graphql@16.6.0) + '@n1ru4l/graphql-live-query-patch': 0.7.0(graphql@16.6.0) + '@n1ru4l/in-memory-live-query-store': 0.10.0(graphql@16.6.0) graphql: 16.6.0 + tslib: 2.6.2 + dev: true + + /@envelop/live-query@7.0.0(@envelop/core@5.0.0)(graphql@16.6.0): + resolution: {integrity: sha512-rLnSN1B+5zcy3FsWE+16/CMiqjD/LXXcRUXJ0RaXRjzHClpQxgSzrAixNeOmx1vXLff4AgkjOZANJl39rD4dwQ==} + engines: {node: '>=18.0.0'} + peerDependencies: + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 4.0.0 + '@envelop/core': 5.0.0 '@graphql-tools/utils': 10.0.1(graphql@16.6.0) '@n1ru4l/graphql-live-query': 0.10.0(graphql@16.6.0) '@n1ru4l/graphql-live-query-patch': 0.7.0(graphql@16.6.0) '@n1ru4l/in-memory-live-query-store': 0.10.0(graphql@16.6.0) graphql: 16.6.0 tslib: 2.6.2 + dev: false - /@envelop/on-resolve@4.0.0(@envelop/core@4.0.0)(graphql@16.6.0): + /@envelop/on-resolve@4.0.0(@envelop/core@5.0.0)(graphql@16.6.0): resolution: {integrity: sha512-EBGJoaN7eqpDxhH/EFnjx5CgK8d7XKs6/2scuqGmEnVptW+8sicxPdvt5nZielZRT6spRK14ZGWmn2o8qf8GjQ==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 4.0.0 + '@envelop/core': 5.0.0 graphql: 16.6.0 dev: false - /@envelop/on-resolve@4.1.0(@envelop/core@4.0.0)(graphql@16.6.0): + /@envelop/on-resolve@4.1.0(@envelop/core@5.0.0)(graphql@16.6.0): resolution: {integrity: sha512-2AXxf8jbBIepBUiY0KQtyCO6gnT7LKBEYdaARZBJ7ujy1+iQHQPORKvAwl51kIdD6v5x38eldZnm7A19jFimOg==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 4.0.0 + '@envelop/core': 5.0.0 graphql: 16.6.0 dev: false - /@envelop/prometheus@9.4.0(@envelop/core@4.0.0)(graphql@16.6.0)(prom-client@15.0.0): + /@envelop/prometheus@9.4.0(@envelop/core@5.0.0)(graphql@16.6.0)(prom-client@15.0.0): resolution: {integrity: sha512-r+BoQhDl/7qV8iZ0jOAumuMw3zi+IiFC5NFtgPSWwf3YFDH9PG1Y4WTh2qi+2GAFp/Z6CPv1TWePs3DHyz3v4w==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 prom-client: ^15.0.0 dependencies: - '@envelop/core': 4.0.0 - '@envelop/on-resolve': 4.1.0(@envelop/core@4.0.0)(graphql@16.6.0) + '@envelop/core': 5.0.0 + '@envelop/on-resolve': 4.1.0(@envelop/core@5.0.0)(graphql@16.6.0) graphql: 16.6.0 prom-client: 15.0.0 tslib: 2.6.2 dev: false - /@envelop/response-cache@6.1.2(@envelop/core@4.0.0)(graphql@16.6.0): + /@envelop/response-cache@6.1.2(@envelop/core@5.0.0)(graphql@16.6.0): resolution: {integrity: sha512-vBX6z/TxBZSNReVn69VJVkdGHpGzHyeQNMz9LXobczl55KCZaf2inBWguSdGq+vx6PlB068GhLeg+a7kseiF1Q==} engines: {node: '>=18.0.0'} peerDependencies: - '@envelop/core': 4.0.0 - graphql: 16.6.0 + '@envelop/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 4.0.0 + '@envelop/core': 5.0.0 '@graphql-tools/utils': 10.1.0(graphql@16.6.0) '@whatwg-node/fetch': 0.9.17 fast-json-stable-stringify: 2.1.0 @@ -6544,6 +6584,13 @@ packages: dependencies: tslib: 2.6.2 + /@envelop/types@5.0.0: + resolution: {integrity: sha512-IPjmgSc4KpQRlO4qbEDnBEixvtb06WDmjKfi/7fkZaryh5HuOmTtixe1EupQI5XfXO8joc3d27uUZ0QdC++euA==} + engines: {node: '>=18.0.0'} + dependencies: + tslib: 2.6.2 + dev: false + /@esbuild-kit/cjs-loader@2.4.2: resolution: {integrity: sha512-BDXFbYOJzT/NBEtp71cvsrGPwGAMGRB/349rwKuoxNSiKjPraNNnlK6MIIabViCjqZugu6j+xeMDlEkWdHHJSg==} dependencies: @@ -7419,7 +7466,7 @@ packages: /@graphiql/plugin-explorer@0.1.4(@codemirror/language@6.0.0)(@types/react@18.2.8)(graphql@16.6.0)(react-dom@18.2.0)(react-is@17.0.2)(react@18.2.0): resolution: {integrity: sha512-sjP2W5mf9ZR/GAMs2kg2NkIa8shGZWFQu6LYHmTjWuOP2V1gTgEAgJYvr36InE1Bj9gnBHQhqGFP9lYjdB6Ncw==} peerDependencies: - graphql: 16.6.0 + graphql: ^15.5.0 || ^16.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: @@ -7439,7 +7486,7 @@ packages: /@graphiql/react@0.13.3(patch_hash=yqm362ey3efuxzwgojxfo6tq5i)(@codemirror/language@6.0.0)(@types/react@18.2.8)(graphql@16.6.0)(react-dom@18.2.0)(react-is@17.0.2)(react@18.2.0): resolution: {integrity: sha512-BIOaahIxVHGQjoVbECIiSzEtETZVMyhG83ysVpoFKCVj27KxDbh/Yk9w23L0aYQWuWEU7C02Kzl5gi+Zwx/K3A==} peerDependencies: - graphql: 16.6.0 + graphql: ^15.5.0 || ^16.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: @@ -7471,7 +7518,7 @@ packages: /@graphiql/toolkit@0.8.4(graphql@16.6.0): resolution: {integrity: sha512-cFUGqh3Dau+SD3Vq9EFlZrhzYfaHKyOJveFtaCR+U5Cn/S68p7oy+vQBIdwtO6J2J58FncnwBbVRfr+IvVfZqQ==} peerDependencies: - graphql: 16.6.0 + graphql: ^15.5.0 || ^16.0.0 graphql-ws: '>= 4.5.0' peerDependenciesMeta: graphql-ws: @@ -7489,7 +7536,7 @@ packages: hasBin: true peerDependencies: '@parcel/watcher': ^2.1.0 - graphql: 16.6.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 @@ -7543,7 +7590,7 @@ packages: /@graphql-codegen/core@4.0.0(graphql@16.6.0): resolution: {integrity: sha512-JAGRn49lEtSsZVxeIlFVIRxts2lWObR+OQo7V2LHDJ7ohYYw3ilv7nJ8pf8P4GTg/w6ptcYdSdVVdkI8kUHB/Q==} peerDependencies: - graphql: 16.6.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 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-tools/schema': 10.0.0(graphql@16.6.0) @@ -7555,7 +7602,7 @@ packages: /@graphql-codegen/plugin-helpers@5.0.1(graphql@16.6.0): resolution: {integrity: sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==} peerDependencies: - graphql: 16.6.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 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) change-case-all: 1.0.15 @@ -7569,7 +7616,7 @@ packages: /@graphql-codegen/plugin-helpers@5.0.3(graphql@16.6.0): resolution: {integrity: sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==} peerDependencies: - graphql: 16.6.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 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) change-case-all: 1.0.15 @@ -7583,7 +7630,7 @@ packages: /@graphql-codegen/schema-ast@4.0.2(graphql@16.6.0): resolution: {integrity: sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==} peerDependencies: - graphql: 16.6.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 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -7594,7 +7641,7 @@ packages: /@graphql-codegen/typescript-resolvers@4.0.6(graphql@16.6.0): resolution: {integrity: sha512-7OBFzZ2xSkYgMgcc1A3xNqbBHHSQXBesLrG86Sh+Jj0PQQB3Om8j1HSFs64PD/l5Kri2dXgm3oim/89l3Rl3lw==} peerDependencies: - graphql: 16.6.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 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-codegen/typescript': 4.0.6(graphql@16.6.0) @@ -7611,7 +7658,7 @@ packages: /@graphql-codegen/typescript@4.0.6(graphql@16.6.0): resolution: {integrity: sha512-IBG4N+Blv7KAL27bseruIoLTjORFCT3r+QYyMC3g11uY3/9TPpaUyjSdF70yBe5GIQ6dAgDU+ENUC1v7EPi0rw==} peerDependencies: - graphql: 16.6.0 + graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-codegen/schema-ast': 4.0.2(graphql@16.6.0) @@ -7627,7 +7674,7 @@ packages: /@graphql-codegen/visitor-plugin-common@5.1.0(graphql@16.6.0): resolution: {integrity: sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg==} peerDependencies: - graphql: 16.6.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 dependencies: '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.6.0) '@graphql-tools/optimize': 2.0.0(graphql@16.6.0) @@ -7649,7 +7696,7 @@ packages: resolution: {integrity: sha512-axQTbN5+Yxs1rJ6cWQBOfw3AEeC+fvIuZSfJLPLLvFJLj4pUm9fhxey/g6oQZAAQJqKPfw+tLDUQvnfvRK8Kmg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -7663,7 +7710,7 @@ packages: /@graphql-tools/batch-execute@8.5.19(graphql@16.6.0): resolution: {integrity: sha512-eqofTMYPygg9wVPdA+p8lk4NBpaPTcDut6SlnDk9IiYdY23Yfo6pY7mzZ3b27GugI7HDtB2OZUxzZJSGsk6Qew==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) dataloader: 2.2.2 @@ -7676,7 +7723,7 @@ packages: resolution: {integrity: sha512-lT9/1XmPSYzBcEybXPLsuA6C5E0t8438PVUELABcqdvwHgZ3VOOx29MLBEqhr2oewOlDChH6PXNkfxoOoAuzRg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) dataloader: 2.2.2 @@ -7688,7 +7735,7 @@ packages: resolution: {integrity: sha512-nq36yQnUVp6Roti+RFatInRogZzbwdFKZK1YBCmP3XpUvoOBbWaHaLKxVE9mU5lb9nL99zKzhq6gfh5syzxjJQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.22.1)(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -7705,7 +7752,7 @@ packages: resolution: {integrity: sha512-ZW5/7Q0JqUM+guwn8/cM/1Hz16Zvj6WR6r3gnOwoPO7a9bCbe8QTCk4itT/EO+RiGT8RLUPYaunWR9jxfNqqOA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/batch-execute': 9.0.0(graphql@16.6.0) '@graphql-tools/executor': 1.2.5(graphql@16.6.0) @@ -7719,7 +7766,7 @@ packages: /@graphql-tools/delegate@9.0.28(graphql@16.6.0): resolution: {integrity: sha512-8j23JCs2mgXqnp+5K0v4J3QBQU/5sXd9miaLvMfRf/6963DznOXTECyS9Gcvj1VEeR5CXIw6+aX/BvRDKDdN1g==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/batch-execute': 8.5.19(graphql@16.6.0) '@graphql-tools/executor': 0.0.15(graphql@16.6.0) @@ -7736,7 +7783,7 @@ packages: engines: {node: '>=16.0.0'} peerDependencies: '@apollo/client': ^3.5.9 - graphql: 16.6.0 + graphql: ^15.2.0 || ^16.0.0 dependencies: '@apollo/client': 3.7.15(graphql@16.6.0) '@graphql-tools/utils': 10.0.1(graphql@16.6.0) @@ -7748,7 +7795,7 @@ packages: resolution: {integrity: sha512-voczXmNcEzZKk6dS4pCwN0XCXvDiAVm9rj+54oz7X04IsHBJmTUul1YhCbJie1xUvN1jmgEJ14lfD92tMMMTmQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) '@repeaterjs/repeater': 3.0.4 @@ -7766,7 +7813,7 @@ packages: resolution: {integrity: sha512-lSoPFWrGU6XT9nGGBogUI8bSOtP0yce2FhXTrU5akMZ35BDCNWbkmgryzRhxoAH/yDOaZtKkHQB3xrYX3uo5zA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 10.0.6(graphql@16.6.0) '@repeaterjs/repeater': 3.0.4 @@ -7783,7 +7830,7 @@ packages: resolution: {integrity: sha512-roQyDLOAywyaCTPOhwXiT/WDr0bfuVhqOXjECsnrIl/1TMPDUYjiT2sW6Gz6pqnYMmokdhyvlV6D5d7WtIrKsA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) '@repeaterjs/repeater': 3.0.4 @@ -7800,7 +7847,7 @@ packages: resolution: {integrity: sha512-8c0wlhYz7G6imuWqHqjpveflN8IVL3gXIxel5lzpAvPvxsSXpiNig3jADkIBB+eaxzR9R1lbwxqonxPUGI4CdQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) '@types/ws': 8.5.4 @@ -7817,7 +7864,7 @@ packages: engines: {node: '>=16.0.0'} peerDependencies: '@urql/core': ^3.0.0 || ^4.0.0 - graphql: 16.6.0 + graphql: ^15.2.0 || ^16.0.0 wonka: ^6.0.0 dependencies: '@graphql-tools/utils': 10.0.1(graphql@16.6.0) @@ -7830,7 +7877,7 @@ packages: /@graphql-tools/executor@0.0.15(graphql@16.6.0): resolution: {integrity: sha512-6U7QLZT8cEUxAMXDP4xXVplLi6RBwx7ih7TevlBto66A/qFp3PDb6o/VFo07yBKozr8PGMZ4jMfEWBGxmbGdxA==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) '@graphql-typed-document-node/core': 3.1.2(graphql@16.6.0) @@ -7844,7 +7891,7 @@ packages: resolution: {integrity: sha512-s7sW4K3BUNsk9sjq+vNicwb9KwcR3G55uS/CI8KZQ4x0ZdeYMIwpeU9MVeORCCpHuQyTaV+/VnO0hFrS/ygzsg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) @@ -7857,7 +7904,7 @@ packages: resolution: {integrity: sha512-0QAzWywOdWC4vozYFi4OuAxv1QvHo6PwLY+D8DCQn+knxWZAsJe86SESxBkQ5R03yHFWPaiBVWKDB+lxxgC7Uw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/graphql-tag-pluck': 8.0.0(@babel/core@7.22.1)(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -7875,7 +7922,7 @@ packages: resolution: {integrity: sha512-VuroArWKcG4yaOWzV0r19ElVIV6iH6UKDQn1MXemND0xu5TzrFme0kf3U9o0YwNo0kUYEk9CyFM0BYg4he17FA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/executor-http': 1.0.4(@types/node@18.16.16)(graphql@16.6.0) @@ -7896,7 +7943,7 @@ packages: resolution: {integrity: sha512-wRXj9Z1IFL3+zJG1HWEY0S4TXal7+s1vVhbZva96MSp0kbb/3JBF7j0cnJ44Eq0ClccMgGCDFqPFXty4JlpaPg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/import': 7.0.0(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -7910,7 +7957,7 @@ packages: resolution: {integrity: sha512-/xFXF7RwWf1UDAnUN/984Q1clRxRcWwO7lxi+BDzuwN14DJb424FVAmFOroBeeFWQNdj8qtNGLWhAbx23khvHQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@babel/parser': 7.23.5 '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.1) @@ -7928,7 +7975,7 @@ packages: resolution: {integrity: sha512-NVZiTO8o1GZs6OXzNfjB+5CtQtqsZZpQOq+Uu0w57kdUkT4RlQKlwhT8T81arEsbV55KpzkpFsOZP7J1wdmhBw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) graphql: 16.6.0 @@ -7940,7 +7987,7 @@ packages: resolution: {integrity: sha512-ki6EF/mobBWJjAAC84xNrFMhNfnUFD6Y0rQMGXekrUgY0NdeYXHU0ZUgHzC9O5+55FslqUmAUHABePDHTyZsLg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) globby: 11.1.0 @@ -7953,7 +8000,7 @@ packages: resolution: {integrity: sha512-P98amERIwI7FD8Bsq6xUbz9Mj63W8qucfrE/WQjad5jFMZYdFFt46a99FFdfx8S/ZYgpAlj/AZbaTtWLitMgNQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: globby: 11.1.0 graphql: 16.6.0 @@ -7965,7 +8012,7 @@ packages: resolution: {integrity: sha512-Cy874bQJH0FP2Az7ELPM49iDzOljQmK1PPH6IuxsWzLSTxwTqd8dXA09dcVZrI7/LsN26heTY2R8q2aiiv0GxQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/schema': 10.0.0(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -7977,7 +8024,7 @@ packages: /@graphql-tools/merge@8.4.0(graphql@16.6.0): resolution: {integrity: sha512-3XYCWe0d3I4F1azNj1CdShlbHfTIfiDgj00R9uvFH8tHKh7i1IWN3F7QQYovcHKhayaR6zPok3YYMESYQcBoaA==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 @@ -7987,7 +8034,7 @@ packages: /@graphql-tools/merge@8.4.2(graphql@16.6.0): resolution: {integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 @@ -7998,7 +8045,7 @@ packages: resolution: {integrity: sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 10.1.1(graphql@16.6.0) graphql: 16.6.0 @@ -8008,7 +8055,7 @@ packages: resolution: {integrity: sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.6.0 tslib: 2.6.2 @@ -8018,7 +8065,7 @@ packages: resolution: {integrity: sha512-AvvVFj+E+e8kG5QaVcitLTr7VZOa5CmvJ8HwlZslmg9OD1qoVDvhroGoR5/3y5e6n1xUjCWlO1xoo3QBseMuSw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/url-loader': 8.0.1(@types/node@18.16.16)(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -8051,7 +8098,7 @@ packages: resolution: {integrity: sha512-UNlJi5y3JylhVWU4MBpL0Hun4Q7IoJwv9xYtmAz+CgRa066szzY7dcuPfxrA7cIGgG/Q6TVsKsYaiF4OHPs1Fw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/relay-compiler': 12.0.0(graphql@16.6.0) '@graphql-tools/utils': 10.1.1(graphql@16.6.0) @@ -8066,7 +8113,7 @@ packages: resolution: {integrity: sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/merge': 9.0.0(graphql@16.6.0) '@graphql-tools/utils': 10.0.1(graphql@16.6.0) @@ -8077,7 +8124,7 @@ packages: /@graphql-tools/schema@9.0.17(graphql@16.6.0): resolution: {integrity: sha512-HVLq0ecbkuXhJlpZ50IHP5nlISqH2GbNgjBJhhRzHeXhfwlUOT4ISXGquWTmuq61K0xSaO0aCjMpxe4QYbKTng==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/merge': 8.4.0(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) @@ -8089,7 +8136,7 @@ packages: /@graphql-tools/schema@9.0.19(graphql@16.6.0): resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/merge': 8.4.2(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) @@ -8102,7 +8149,7 @@ packages: resolution: {integrity: sha512-rPc9oDzMnycvz+X+wrN3PLrhMBQkG4+sd8EzaFN6dypcssiefgWKToXtRKI8HHK68n2xEq1PyrOpkjHFJB+GwA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.0(graphql@16.6.0) @@ -8129,7 +8176,7 @@ packages: resolution: {integrity: sha512-B2k8KQEkEQmfV1zhurT5GLoXo8jbXP+YQHUayhCSxKYlRV7j/1Fhp1b21PDM8LXIDGlDRXaZ0FbWKOs7eYXDuQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.0(graphql@16.6.0) @@ -8155,7 +8202,7 @@ packages: resolution: {integrity: sha512-ndBPc6zgR+eGU/jHLpuojrs61kYN3Z89JyMLwK3GCRkPv4EQn9EOr1UWqF1JO0iM+/jAVHY0mvfUxyrFFN9DUQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) graphql: 16.6.0 @@ -8166,7 +8213,7 @@ packages: resolution: {integrity: sha512-i1FozbDGHgdsFA47V/JvQZ0FE8NAy0Eiz7HGCJO2MkNdZAKNnwei66gOq0JWYVFztwpwbVQ09GkKhq7Kjcq5Cw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) graphql: 16.6.0 @@ -8176,7 +8223,7 @@ packages: resolution: {integrity: sha512-hZMjl/BbX10iagovakgf3IiqArx8TPsotq5pwBld37uIX1JiZoSbgbCIFol7u55bh32o6cfDEiiJgfAD5fbeyQ==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) dset: 3.1.2 @@ -8187,7 +8234,7 @@ packages: resolution: {integrity: sha512-wLPqhgeZ9BZJPRoaQbsDN/CtJDPd/L4qmmtPkjI3NuYJ39x+Eqz1Sh34EAGMuDh+xlOHqBwHczkZUpoK9tvzjw==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) cross-inspect: 1.0.0 @@ -8200,7 +8247,7 @@ packages: resolution: {integrity: sha512-1kNkZsND12hPkb+YpuUeTRt8f9ZTGhYOfu23V5Z21HegYDjl1k9eX+Inher/eiHCf1eXCk5rKWL9Liol8MWixA==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) cross-inspect: 1.0.0 @@ -8211,7 +8258,7 @@ packages: /@graphql-tools/utils@8.13.1(graphql@16.6.0): resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.6.0 tslib: 2.6.2 @@ -8219,7 +8266,7 @@ packages: /@graphql-tools/utils@9.2.1(graphql@16.6.0): resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) graphql: 16.6.0 @@ -8230,7 +8277,7 @@ packages: resolution: {integrity: sha512-HDOeUUh6UhpiH0WPJUQl44ODt1x5pnMUbOJZ7GjTdGQ7LK0AgVt3ftaAQ9duxLkiAtYJmu5YkULirfZGj4HzDg==} engines: {node: '>=16.0.0'} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/delegate': 10.0.0(graphql@16.6.0) '@graphql-tools/schema': 10.0.0(graphql@16.6.0) @@ -8242,7 +8289,7 @@ packages: /@graphql-tools/wrap@9.3.8(graphql@16.6.0): resolution: {integrity: sha512-MGsExYPiILMw4Qff7HcvE9MMSYdjb/tr5IQYJbxJIU4/TrBHox1/smne8HG+Bd7kmDlTTj7nU/Z8sxmoRd0hOQ==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/delegate': 9.0.28(graphql@16.6.0) '@graphql-tools/schema': 9.0.17(graphql@16.6.0) @@ -8255,7 +8302,7 @@ packages: /@graphql-typed-document-node/core@3.1.2(graphql@16.6.0): resolution: {integrity: sha512-9anpBMM9mEgZN4wr2v8wHJI2/u5TnnggewRN6OlvXTTnuVyoY19X6rOv9XTqKRw6dcGKwZsBi8n0kDE2I5i4VA==} peerDependencies: - graphql: 16.6.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 || ^17.0.0 dependencies: graphql: 16.6.0 dev: false @@ -8263,7 +8310,7 @@ packages: /@graphql-typed-document-node/core@3.2.0(graphql@16.6.0): resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} peerDependencies: - graphql: 16.6.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 || ^17.0.0 dependencies: graphql: 16.6.0 @@ -9385,7 +9432,7 @@ packages: /@mdx-js/react@3.0.1(@types/react@18.2.8)(react@18.2.0): resolution: {integrity: sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==} peerDependencies: - '@types/react': 18.2.8 + '@types/react': '>=16' react: '>=16' dependencies: '@types/mdx': 2.0.3 @@ -9396,7 +9443,7 @@ packages: /@n1ru4l/graphql-live-query-patch@0.7.0(graphql@16.6.0): resolution: {integrity: sha512-1q49iNxqEIbmUp+qFAEVEn4ts344Cw72g5OtAuFeTwKtJT3V91kTPGMcRk5Pxb5FPHbvn52q+PCVKOAyVrtPwQ==} peerDependencies: - graphql: 16.6.0 + graphql: ^15.4.0 || ^16.0.0 dependencies: '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 @@ -9404,14 +9451,14 @@ packages: /@n1ru4l/graphql-live-query@0.10.0(graphql@16.6.0): resolution: {integrity: sha512-qZ7OHH/NB0NcG/Xa7irzgjE63UH0CkofZT0Bw4Ko6iRFagPRHBM8RgFXwTt/6JbFGIEUS4STRtaFoc/Eq/ZtzQ==} peerDependencies: - graphql: 16.6.0 + graphql: ^15.4.0 || ^16.0.0 dependencies: graphql: 16.6.0 /@n1ru4l/in-memory-live-query-store@0.10.0(graphql@16.6.0): resolution: {integrity: sha512-pt7bZgTPz9dk7ceoOp76KIbVFFlAPe0e5A07UiZ19fQy3JPvvoLRdjmnKbUh3VsEUUh8MyytFcFRguaeiidAYA==} peerDependencies: - graphql: 16.6.0 + graphql: ^15.4.0 || ^16.0.0 dependencies: '@graphql-tools/utils': 8.13.1(graphql@16.6.0) '@n1ru4l/graphql-live-query': 0.10.0(graphql@16.6.0) @@ -9726,7 +9773,7 @@ packages: '@nestjs/core': ^9.3.8 || ^10.0.0 class-transformer: '*' class-validator: '*' - graphql: 16.6.0 + graphql: ^16.6.0 reflect-metadata: ^0.1.13 ts-morph: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -9771,7 +9818,7 @@ packages: '@nestjs/core': ^9.3.8 || ^10.0.0 class-transformer: '*' class-validator: '*' - graphql: 16.6.0 + graphql: ^16.6.0 reflect-metadata: ^0.1.13 ts-morph: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -9818,7 +9865,7 @@ packages: '@nestjs/core': ^9.3.8 || ^10.0.0 class-transformer: '*' class-validator: '*' - graphql: 16.6.0 + graphql: ^16.6.0 reflect-metadata: ^0.1.13 ts-morph: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -11939,7 +11986,7 @@ packages: /@pothos/core@3.30.0(graphql@16.6.0): resolution: {integrity: sha512-ZUL2YTv3ODeKBkhkVcEO03lcERdqQaG2zfylNpkrY9ryAIhOuN9Pbo+VnfqhqEQx7jM/56Rro7i9AuhzF0Q3tA==} peerDependencies: - graphql: 16.6.0 + graphql: '>=15.1.0' dependencies: graphql: 16.6.0 dev: false @@ -14835,7 +14882,7 @@ packages: engines: {node: '>=12.0'} deprecated: The `apollo-server-types` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life 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: 16.6.0 + graphql: ^15.3.0 || ^16.0.0 dependencies: '@apollo/utils.keyvaluecache': 1.0.1 '@apollo/utils.logger': 1.0.1 @@ -16763,7 +16810,7 @@ packages: peerDependencies: '@codemirror/language': 6.0.0 codemirror: ^5.65.3 - graphql: 16.6.0 + graphql: ^15.5.0 || ^16.0.0 dependencies: '@codemirror/language': 6.0.0 '@types/codemirror': 0.0.90 @@ -21527,7 +21574,7 @@ packages: /graphiql-explorer@0.9.0(graphql@16.6.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fZC/wsuatqiQDO2otchxriFO0LaWIo/ovF/CQJ1yOudmY0P7pzDiP+l9CEHUiWbizk3e99x6DQG4XG1VxA+d6A==} peerDependencies: - graphql: 16.6.0 + graphql: ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 react: ^15.6.0 || ^16.0.0 react-dom: ^15.6.0 || ^16.0.0 dependencies: @@ -21539,7 +21586,7 @@ packages: /graphiql@2.0.7(@codemirror/language@6.0.0)(@types/react@18.2.8)(graphql@16.6.0)(react-dom@18.2.0)(react-is@17.0.2)(react@18.2.0): resolution: {integrity: sha512-vHZeCS+KKbMQAWJ0CDdnCPmVOG0d48BeoZJjBlm2H5WlCpNjVMm0WVpfL7dG3aP4k+eF+800sMpUx3VVFt7LYw==} peerDependencies: - graphql: 16.6.0 + graphql: ^15.5.0 || ^16.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: @@ -21564,7 +21611,7 @@ packages: engines: {node: '>= 16.0.0'} peerDependencies: cosmiconfig-toml-loader: ^1.0.0 - graphql: 16.6.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 @@ -21592,7 +21639,7 @@ packages: resolution: {integrity: sha512-r2sIo6jCTQi1aj7s+Srg7oU3+r5pUUgxgDD5JDZOmFzrbXVGz+yMhIKhvqW0cV10DcnVIFCOzuFuc1qvnjJ7yQ==} engines: {node: '>=12'} peerDependencies: - graphql: 16.6.0 + graphql: '>=0.11 <=16' dependencies: graphql: 16.6.0 dev: true @@ -21600,7 +21647,7 @@ packages: /graphql-jit@0.8.4(graphql@16.6.0): resolution: {integrity: sha512-4KRrJ1ROy3Usgbl3eAoUMfdfZCRjkcw9cCGT7QwTUIHm9dPGaSaldxzGUttyjErU0rsYEb6WWyb6mMh5r6lEoQ==} peerDependencies: - graphql: 16.6.0 + graphql: '>=15' dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) fast-json-stringify: 5.7.0 @@ -21614,7 +21661,7 @@ packages: resolution: {integrity: sha512-APffigZ/l2me6soek+Yq5Us3HBwmfw4vns4QoqsTePXkK3knVO8rn0uAC6PmTyglb1pmFFPbYaRIzW4wmcnnGQ==} hasBin: true peerDependencies: - graphql: 16.6.0 + graphql: ^15.5.0 || ^16.0.0 dependencies: graphql: 16.6.0 nullthrows: 1.1.1 @@ -21625,7 +21672,7 @@ packages: resolution: {integrity: sha512-o/ZgTS0pBxWm3hSF4+6GwiV1//DxzoLWEbS38+jqpzzy1d/QXBidwQuVYTOksclbtOJZ3KR/tZ8fi/tI6VpVMg==} hasBin: true peerDependencies: - graphql: 16.6.0 + graphql: ^15.5.0 || ^16.0.0 dependencies: graphql: 16.6.0 nullthrows: 1.1.1 @@ -21635,7 +21682,7 @@ packages: /graphql-modules@2.1.2(graphql@16.6.0): resolution: {integrity: sha512-GWxPom0iv4TXyLkuPqEHdRtJRdWCrUOGRMpXWmly1eY2T2MKAdCNya5iY/Ezb3d0Z2BzQBRUXdOgdkFPe2UDjg==} peerDependencies: - graphql: 16.6.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@graphql-tools/schema': 9.0.19(graphql@16.6.0) '@graphql-tools/wrap': 9.3.8(graphql@16.6.0) @@ -21647,7 +21694,7 @@ packages: /graphql-request@6.1.0(graphql@16.6.0): resolution: {integrity: sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==} peerDependencies: - graphql: 16.6.0 + graphql: 14 - 16 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) cross-fetch: 3.1.5 @@ -21660,7 +21707,7 @@ packages: resolution: {integrity: sha512-my9FB4GtghqXqi/lWSVAOPiTzTnnEzdOXCsAC2bb5V7EFNQjVjwy3cSSbUvgYOtDuDibd+ZsCDhz+4eykYOlhQ==} engines: {node: '>=10'} peerDependencies: - graphql: 16.6.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 dependencies: graphql: 16.6.0 tslib: 2.5.3 @@ -21670,7 +21717,7 @@ packages: resolution: {integrity: sha512-TTdFwxGM9RY68s22XWyhc+SyQn3PLbELDD2So0K6Cc6EIlBAyPuNV8VlPfNKa/la7gEf2SwHY7JoJplOmOY4LA==} engines: {node: '>=12'} peerDependencies: - graphql: 16.6.0 + graphql: '>=0.11 <=16' dependencies: graphql: 16.6.0 dev: false @@ -21679,7 +21726,7 @@ packages: resolution: {integrity: sha512-NZ4bek4VBlsEDSCnibq9MddbZ2AU4rAusTwUg3sbux4J3WOcZ6zB6Ysrw6rzfJq771wEmwPEMtXPVbOYZnnFUw==} engines: {node: '>=12'} peerDependencies: - graphql: 16.6.0 + graphql: '>=0.11 <=16' dependencies: graphql: 16.6.0 dev: true @@ -21688,7 +21735,7 @@ packages: resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} engines: {node: '>=10'} peerDependencies: - graphql: 16.6.0 + 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.6.0 tslib: 2.6.2 @@ -21697,7 +21744,7 @@ packages: resolution: {integrity: sha512-fU8zwSgAX2noXAsuFiCZ8BtXeXZOzXyK5u1LloCdacsVth4skdBMPO74EG51lBoWSIZ8beUocdpV8+cQHBODnQ==} engines: {node: '>=10'} peerDependencies: - graphql: 16.6.0 + graphql: '>=0.11 <=16' dependencies: graphql: 16.6.0 @@ -21705,7 +21752,7 @@ packages: resolution: {integrity: sha512-eiX7ES/ZQr0q7hSM5UBOEIFfaAUmAY9/CSDyAnsETuybByU7l/v46drRg9DQoTvVABEHp3QnrvwgTRMhqy7zxQ==} engines: {node: '>=10'} peerDependencies: - graphql: 16.6.0 + graphql: '>=0.11 <=16' dependencies: graphql: 16.6.0 @@ -27538,7 +27585,7 @@ packages: /nexus@1.3.0(graphql@16.6.0): resolution: {integrity: sha512-w/s19OiNOs0LrtP7pBmD9/FqJHvZLmCipVRt6v1PM8cRUYIbhEswyNKGHVoC4eHZGPSnD+bOf5A3+gnbt0A5/A==} peerDependencies: - graphql: 16.6.0 + graphql: 15.x || 16.x dependencies: graphql: 16.6.0 iterall: 1.3.0 @@ -29995,7 +30042,7 @@ packages: /react-focus-lock@2.9.1(@types/react@18.2.8)(react@18.2.0): resolution: {integrity: sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==} peerDependencies: - '@types/react': 18.2.8 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -30059,7 +30106,7 @@ packages: resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: - '@types/react': 18.2.8 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -30075,7 +30122,7 @@ packages: resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: - '@types/react': 18.2.8 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -30094,7 +30141,7 @@ packages: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: - '@types/react': 18.2.8 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -31562,7 +31609,7 @@ packages: /sofa-api@0.18.0(graphql@16.6.0): resolution: {integrity: sha512-x1AabBvr91Uvncx3STVZb6jmr2jfZzu/+rzPZuTjmQNC/Q5UMWQLNR85HfGROgIytX6rMzgSq2wfixWVoenNdA==} peerDependencies: - graphql: 16.6.0 + graphql: ^15.0.0 || ^16.0.0 dependencies: '@graphql-tools/utils': 10.1.0(graphql@16.6.0) '@whatwg-node/fetch': 0.9.17 @@ -32192,7 +32239,7 @@ packages: /subscriptions-transport-ws@0.11.0(graphql@16.6.0): resolution: {integrity: sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==} peerDependencies: - graphql: 16.6.0 + graphql: ^15.7.2 || ^16.0.0 dependencies: backo2: 1.0.2 eventemitter3: 3.1.2 @@ -34088,7 +34135,7 @@ packages: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: - '@types/react': 18.2.8 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -34103,7 +34150,7 @@ packages: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: - '@types/react': 18.2.8 + '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': From 2d4c234932f181e33d13e0985ac2beb62b18aa71 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 9 Apr 2024 23:07:27 +0200 Subject: [PATCH 5/5] update tailwindcss --- examples/nextjs-app/package.json | 6 +- pnpm-lock.yaml | 165 +++++++------------------------ 2 files changed, 36 insertions(+), 135 deletions(-) diff --git a/examples/nextjs-app/package.json b/examples/nextjs-app/package.json index d2c1ef0547..3f114906b8 100644 --- a/examples/nextjs-app/package.json +++ b/examples/nextjs-app/package.json @@ -12,16 +12,16 @@ "@types/node": "20.0.0", "@types/react": "18.2.8", "@types/react-dom": "18.2.4", - "autoprefixer": "10.4.14", + "autoprefixer": "10.4.19", "eslint": "8.42.0", "eslint-config-next": "13.4.12", "graphql": "^16.1.0", "graphql-yoga": "5.3.0", "next": "13.4.12", - "postcss": "8.4.24", + "postcss": "8.4.38", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.3.2", + "tailwindcss": "3.4.3", "typescript": "5.1.6" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cb252bf3bd..606d642f70 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1033,8 +1033,8 @@ importers: specifier: 18.2.4 version: 18.2.4 autoprefixer: - specifier: 10.4.14 - version: 10.4.14(postcss@8.4.24) + specifier: 10.4.19 + version: 10.4.19(postcss@8.4.38) eslint: specifier: 8.42.0 version: 8.42.0 @@ -1051,8 +1051,8 @@ importers: specifier: 13.4.12 version: 13.4.12(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) postcss: - specifier: 8.4.24 - version: 8.4.24 + specifier: 8.4.38 + version: 8.4.38 react: specifier: 18.2.0 version: 18.2.0 @@ -1060,8 +1060,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) tailwindcss: - specifier: 3.3.2 - version: 3.3.2 + specifier: 3.4.3 + version: 3.4.3 typescript: specifier: 5.1.6 version: 5.1.6 @@ -4517,7 +4517,7 @@ packages: '@babel/compat-data': 7.23.5 '@babel/core': 7.22.1 '@babel/helper-validator-option': 7.23.5 - browserslist: 4.22.2 + browserslist: 4.23.0 lru-cache: 5.1.1 semver: 6.3.1 @@ -15219,22 +15219,6 @@ packages: engines: {node: '>=8'} dev: true - /autoprefixer@10.4.14(postcss@8.4.24): - resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - dependencies: - browserslist: 4.21.7 - caniuse-lite: 1.0.30001489 - fraction.js: 4.2.0 - normalize-range: 0.1.2 - picocolors: 1.0.0 - postcss: 8.4.24 - postcss-value-parser: 4.2.0 - dev: false - /autoprefixer@10.4.19(postcss@8.4.38): resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} engines: {node: ^10 || ^12 || >=14} @@ -15249,7 +15233,6 @@ packages: picocolors: 1.0.0 postcss: 8.4.38 postcss-value-parser: 4.2.0 - dev: true /available-typed-arrays@1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} @@ -15972,16 +15955,7 @@ packages: electron-to-chromium: 1.4.711 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.21.7) - - /browserslist@4.22.2: - resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001599 - electron-to-chromium: 1.4.607 - node-releases: 2.0.14 - update-browserslist-db: 1.0.13(browserslist@4.22.2) + dev: true /browserslist@4.23.0: resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} @@ -15992,7 +15966,6 @@ packages: electron-to-chromium: 1.4.711 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.23.0) - dev: true /bs-logger@0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -18273,8 +18246,8 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dependencies: is-url: 1.2.4 - postcss: 8.4.24 - postcss-values-parser: 6.0.2(postcss@8.4.24) + postcss: 8.4.38 + postcss-values-parser: 6.0.2(postcss@8.4.38) dev: true /detective-sass@5.0.3: @@ -18511,9 +18484,6 @@ packages: /ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - /electron-to-chromium@1.4.607: - resolution: {integrity: sha512-YUlnPwE6eYxzwBnFmawA8LiLRfm70R2aJRIUv0n03uHt/cUzzYACOogmvk8M2+hVzt/kB80KJXx7d5f5JofPvQ==} - /electron-to-chromium@1.4.711: resolution: {integrity: sha512-hRg81qzvUEibX2lDxnFlVCHACa+LtrCPIsWAxo161LDYIB3jauf57RGsMZV9mvGwE98yGH06icj3zBEoOkxd/w==} @@ -20110,7 +20080,6 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 - dev: true /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} @@ -20859,13 +20828,8 @@ packages: resolution: {integrity: sha512-bLq+KgbiXdTEoT1zcARrWEpa5z6A/8b7PcDW7Gef3NSisQ+VS7ll2Xbf1E+xsgik0rWub/8u0qP/iTTjj+PhxQ==} dev: true - /fraction.js@4.2.0: - resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==} - dev: false - /fraction.js@4.3.7: resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} - dev: true /fragment-cache@0.2.1: resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} @@ -21429,7 +21393,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.2.12 + fast-glob: 3.3.2 ignore: 5.2.4 merge2: 1.4.1 slash: 4.0.0 @@ -24191,11 +24155,11 @@ packages: /jiti@1.18.2: resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==} hasBin: true + dev: true /jiti@1.21.0: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true - dev: true /jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} @@ -27124,6 +27088,7 @@ packages: resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + dev: true /nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} @@ -29040,13 +29005,13 @@ packages: postcss: 8.4.38 dev: true - /postcss-import@15.1.0(postcss@8.4.24): + /postcss-import@15.1.0(postcss@8.4.38): resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} engines: {node: '>=14.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.24 + postcss: 8.4.38 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.2 @@ -29063,16 +29028,16 @@ packages: resolve: 1.22.2 dev: true - /postcss-js@4.0.1(postcss@8.4.24): + /postcss-js@4.0.1(postcss@8.4.38): resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.24 + postcss: 8.4.38 - /postcss-load-config@4.0.1(postcss@8.4.24): + /postcss-load-config@4.0.1(postcss@8.4.38): resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} engines: {node: '>= 14'} peerDependencies: @@ -29085,7 +29050,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - postcss: 8.4.24 + postcss: 8.4.38 yaml: 2.3.2 /postcss-merge-longhand@6.0.5(postcss@8.4.38): @@ -29156,14 +29121,14 @@ packages: postcss-selector-parser: 6.0.16 dev: true - /postcss-nested@6.0.1(postcss@8.4.24): + /postcss-nested@6.0.1(postcss@8.4.38): resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.24 - postcss-selector-parser: 6.0.13 + postcss: 8.4.38 + postcss-selector-parser: 6.0.16 /postcss-normalize-charset@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==} @@ -29287,20 +29252,12 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-selector-parser@6.0.13: - resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==} - engines: {node: '>=4'} - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - /postcss-selector-parser@6.0.16: resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - dev: true /postcss-svgo@6.0.3(postcss@8.4.38): resolution: {integrity: sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==} @@ -29326,7 +29283,7 @@ packages: /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - /postcss-values-parser@6.0.2(postcss@8.4.24): + /postcss-values-parser@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} engines: {node: '>=10'} peerDependencies: @@ -29334,7 +29291,7 @@ packages: dependencies: color-name: 1.1.4 is-url-superb: 4.0.0 - postcss: 8.4.24 + postcss: 8.4.38 quote-unquote: 1.0.0 dev: true @@ -29342,19 +29299,11 @@ packages: resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.3.6 + nanoid: 3.3.7 picocolors: 1.0.0 - source-map-js: 1.0.2 + source-map-js: 1.2.0 dev: false - /postcss@8.4.24: - resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.6 - picocolors: 1.0.0 - source-map-js: 1.0.2 - /postcss@8.4.31: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} @@ -29371,7 +29320,6 @@ packages: nanoid: 3.3.7 picocolors: 1.0.0 source-map-js: 1.2.0 - dev: true /postgres-array@2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} @@ -31655,10 +31603,6 @@ packages: resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} dev: false - /source-map-js@1.0.2: - resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} - engines: {node: '>=0.10.0'} - /source-map-js@1.2.0: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} engines: {node: '>=0.10.0'} @@ -32536,38 +32480,6 @@ packages: - supports-color dev: true - /tailwindcss@3.3.2: - resolution: {integrity: sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==} - engines: {node: '>=14.0.0'} - hasBin: true - dependencies: - '@alloc/quick-lru': 5.2.0 - arg: 5.0.2 - chokidar: 3.5.3 - didyoumean: 1.2.2 - dlv: 1.1.3 - fast-glob: 3.2.12 - glob-parent: 6.0.2 - is-glob: 4.0.3 - jiti: 1.18.2 - lilconfig: 2.1.0 - micromatch: 4.0.5 - normalize-path: 3.0.0 - object-hash: 3.0.0 - picocolors: 1.0.0 - postcss: 8.4.24 - postcss-import: 15.1.0(postcss@8.4.24) - postcss-js: 4.0.1(postcss@8.4.24) - postcss-load-config: 4.0.1(postcss@8.4.24) - postcss-nested: 6.0.1(postcss@8.4.24) - postcss-selector-parser: 6.0.13 - postcss-value-parser: 4.2.0 - resolve: 1.22.2 - sucrase: 3.32.0 - transitivePeerDependencies: - - ts-node - dev: false - /tailwindcss@3.4.3: resolution: {integrity: sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==} engines: {node: '>=14.0.0'} @@ -32587,17 +32499,16 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.24 - postcss-import: 15.1.0(postcss@8.4.24) - postcss-js: 4.0.1(postcss@8.4.24) - postcss-load-config: 4.0.1(postcss@8.4.24) - postcss-nested: 6.0.1(postcss@8.4.24) + postcss: 8.4.38 + postcss-import: 15.1.0(postcss@8.4.38) + postcss-js: 4.0.1(postcss@8.4.38) + postcss-load-config: 4.0.1(postcss@8.4.38) + postcss-nested: 6.0.1(postcss@8.4.38) postcss-selector-parser: 6.0.16 resolve: 1.22.2 sucrase: 3.32.0 transitivePeerDependencies: - ts-node - dev: true /tapable@1.1.3: resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} @@ -34012,16 +33923,7 @@ packages: browserslist: 4.21.7 escalade: 3.1.1 picocolors: 1.0.0 - - /update-browserslist-db@1.0.13(browserslist@4.22.2): - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.22.2 - escalade: 3.1.1 - picocolors: 1.0.0 + dev: true /update-browserslist-db@1.0.13(browserslist@4.23.0): resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} @@ -34032,7 +33934,6 @@ packages: browserslist: 4.23.0 escalade: 3.1.1 picocolors: 1.0.0 - dev: true /update-notifier-cjs@5.1.6: resolution: {integrity: sha512-wgxdSBWv3x/YpMzsWz5G4p4ec7JWD0HCl8W6bmNB6E5Gwo+1ym5oN4hiXpLf0mPySVEJEIsYlkshnplkg2OP9A==} @@ -34393,7 +34294,7 @@ packages: optional: true dependencies: esbuild: 0.17.19 - postcss: 8.4.24 + postcss: 8.4.38 rollup: 3.21.0 optionalDependencies: fsevents: 2.3.2