diff --git a/supabase/functions/import_map.json b/supabase/functions/import_map.json index ff44f81..b001392 100644 --- a/supabase/functions/import_map.json +++ b/supabase/functions/import_map.json @@ -1,15 +1,15 @@ { "imports": { - "std/server": "https://deno.land/std@0.203.0/http/mod.ts", - "std/json": "https://deno.land/std@0.203.0/json/mod.ts", - "std/semver": "https://deno.land/std@0.203.0/semver/mod.ts", - "std/uuid": "https://deno.land/std@0.203.0/uuid/mod.ts", - "std/dotenv": "https://deno.land/std@0.203.0/dotenv/mod.ts", - "std/collections": "https://deno.land/std@0.203.0/collections/mod.ts", - "std/testing/asserts": "https://deno.land/std@0.203.0/testing/asserts.ts", - "std/testing/bdd": "https://deno.land/std@0.203.0/testing/bdd.ts", - "std/testing/mock": "https://deno.land/std@0.203.0/testing/mock.ts", - "std/testing/types": "https://deno.land/std@0.203.0/testing/types.ts", + "std/server": "https://deno.land/std@0.204.0/http/mod.ts", + "std/json": "https://deno.land/std@0.204.0/json/mod.ts", + "std/semver": "https://deno.land/std@0.204.0/semver/mod.ts", + "std/uuid": "https://deno.land/std@0.204.0/uuid/mod.ts", + "std/dotenv": "https://deno.land/std@0.204.0/dotenv/mod.ts", + "std/collections": "https://deno.land/std@0.204.0/collections/mod.ts", + "std/testing/asserts": "https://deno.land/std@0.204.0/testing/asserts.ts", + "std/testing/bdd": "https://deno.land/std@0.204.0/testing/bdd.ts", + "std/testing/mock": "https://deno.land/std@0.204.0/testing/mock.ts", + "std/testing/types": "https://deno.land/std@0.204.0/testing/types.ts", "x/optic": "https://deno.land/x/optic@1.3.11/mod.ts", "x/optic/formatters": "https://deno.land/x/optic@1.3.11/formatters/mod.ts", "x/optic/regex-filter": "https://deno.land/x/optic@1.3.11/filters/regExpFilter.ts", @@ -19,7 +19,7 @@ "x/xml": "https://deno.land/x/xml@2.1.2/mod.ts", "x/deepmerge": "https://deno.land/x/deepmergets@v5.1.0/dist/deno/index.ts", "esm/ua-agent-parser": "https://esm.sh/ua-parser-js@2.0.0-beta.1/", - "esm/supabase": "https://esm.sh/@supabase/supabase-js@2.38.0", + "esm/supabase": "https://esm.sh/@supabase/supabase-js@2.38.1", "esm/growthbook": "https://esm.sh/@growthbook/growthbook@0.29.0" } }