diff --git a/app/deps.ts b/app/deps.ts index f2d4fef02d5c92a39829102899e98a45165aa631..78fd3fbec86ab01764de2f1abcd445fc1dd73b3b 100644 --- a/app/deps.ts +++ b/app/deps.ts @@ -1,5 +1,8 @@ export { serve } from "https://deno.land/std@0.224.0/http/server.ts"; -export { createSchema, createYoga } from "npm:graphql-yoga@5.6.3"; -export { useResponseCache } from "npm:@graphql-yoga/plugin-response-cache@3.8.3"; +export { + createSchema, + createYoga, +} from "npm:graphql-yoga@5.6.4-alpha-20240804141352-8c191869"; +export { useResponseCache } from "npm:@graphql-yoga/plugin-response-cache@3.8.4-alpha-20240804141352-8c191869"; export { GraphQLError } from "npm:graphql@16.9.0"; export { Parser } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts"; diff --git a/deno.lock b/deno.lock index f4b9ad6b017f119d8c850578d24459fcaadcbd2c..d0c032d071cd2018aec3b472f419453399dd881f 100644 --- a/deno.lock +++ b/deno.lock @@ -2,9 +2,7 @@ "version": "3", "packages": { "specifiers": { - "npm:@graphql-yoga/plugin-response-cache@3.8.3": "npm:@graphql-yoga/plugin-response-cache@3.8.3_graphql@15.9.0_graphql-yoga@5.6.3__graphql@15.9.0", "npm:@graphql-yoga/plugin-response-cache@3.8.4-alpha-20240804141352-8c191869": "npm:@graphql-yoga/plugin-response-cache@3.8.4-alpha-20240804141352-8c191869_graphql@15.9.0_graphql-yoga@5.6.4-alpha-20240804141352-8c191869__graphql@15.9.0", - "npm:graphql-yoga@5.6.3": "npm:graphql-yoga@5.6.3_graphql@15.9.0", "npm:graphql-yoga@5.6.4-alpha-20240804141352-8c191869": "npm:graphql-yoga@5.6.4-alpha-20240804141352-8c191869_graphql@15.9.0", "npm:graphql@15.9.0": "npm:graphql@15.9.0", "npm:graphql@16.9.0": "npm:graphql@16.9.0" @@ -35,17 +33,6 @@ "tslib": "tslib@2.6.3" } }, - "@graphql-tools/executor@1.3.1_graphql@15.9.0": { - "integrity": "sha512-tgJDdGf9SCAm64ofEMZdv925u6/J+eTmv36TGNLxgP2DpCJsZ6gnJ4A+0D28EazDXqJIvMiPd+3d+o3cCRCAnQ==", - "dependencies": { - "@graphql-tools/utils": "@graphql-tools/utils@10.3.4_graphql@15.9.0", - "@graphql-typed-document-node/core": "@graphql-typed-document-node/core@3.2.0_graphql@15.9.0", - "@repeaterjs/repeater": "@repeaterjs/repeater@3.0.6", - "graphql": "graphql@15.9.0", - "tslib": "tslib@2.6.3", - "value-or-promise": "value-or-promise@1.0.12" - } - }, "@graphql-tools/executor@2.0.0-alpha-20240804115623-ba8ea361d8cc77c657068ef6648d977439b63ab3_graphql@15.9.0": { "integrity": "sha512-9Rs9Ese9lxsf/iYZAzsD43eIMhZEeujfJxDR9YMMaUG1aHwzmOorXuXHgQJtYKEmZpHAqriPdAZLSnXBv/5+MQ==", "dependencies": { @@ -108,14 +95,6 @@ "tslib": "tslib@2.6.3" } }, - "@graphql-yoga/plugin-response-cache@3.8.3_graphql@15.9.0_graphql-yoga@5.6.3__graphql@15.9.0": { - "integrity": "sha512-IZlJPSWCRt92c/zGEQqVMUUqwfB+KLH+6ToF/JymSID7ZRPtuYX/fyBPpy5Jyzqm0IdzMC/eXl8lwB3NSvb24A==", - "dependencies": { - "@envelop/response-cache": "@envelop/response-cache@6.2.1_@envelop+core@5.0.1_graphql@15.9.0", - "graphql": "graphql@15.9.0", - "graphql-yoga": "graphql-yoga@5.6.3_graphql@15.9.0" - } - }, "@graphql-yoga/plugin-response-cache@3.8.4-alpha-20240804141352-8c191869_graphql@15.9.0_graphql-yoga@5.6.4-alpha-20240804141352-8c191869__graphql@15.9.0": { "integrity": "sha512-ao6BRfLjTyAgJh4neGC1RvcVbwuXHw+pPcdq/QQreCO4QpHXit5z3qDs2RWb8RQ0Vn0pbQ00tTepJLS9CRj0Cg==", "dependencies": { @@ -217,23 +196,6 @@ "fast-decode-uri-component": "fast-decode-uri-component@1.0.1" } }, - "graphql-yoga@5.6.3_graphql@15.9.0": { - "integrity": "sha512-JtZ3r/QdkGpdi+8XfPuG+6Nb+V5wNMg2LYChSIATes5LhcIx3pbOkm/nWoGT/SA5LqlRyp+e0sxmVNEz8qN5TQ==", - "dependencies": { - "@envelop/core": "@envelop/core@5.0.1", - "@graphql-tools/executor": "@graphql-tools/executor@1.3.1_graphql@15.9.0", - "@graphql-tools/schema": "@graphql-tools/schema@10.0.4_graphql@15.9.0", - "@graphql-tools/utils": "@graphql-tools/utils@10.3.4_graphql@15.9.0", - "@graphql-yoga/logger": "@graphql-yoga/logger@2.0.0", - "@graphql-yoga/subscription": "@graphql-yoga/subscription@5.0.1", - "@whatwg-node/fetch": "@whatwg-node/fetch@0.9.19", - "@whatwg-node/server": "@whatwg-node/server@0.9.46", - "dset": "dset@3.1.3", - "graphql": "graphql@15.9.0", - "lru-cache": "lru-cache@10.4.3", - "tslib": "tslib@2.6.3" - } - }, "graphql-yoga@5.6.4-alpha-20240804141352-8c191869_graphql@15.9.0": { "integrity": "sha512-EBiB7aBm1gl59wcymP+bSgSNB/6+WNVduB3EgFY4CxvPMXijd6TCj3/YSs9+CNQgyKGqK50QJWbyL5QMbwharA==", "dependencies": {