From 18c010206ca252c314880407c481fffca2cbbb29 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 25 Aug 2022 19:43:40 +0000 Subject: [PATCH] Update dependencies --- supabase/functions/_test/index.ts | 2 +- supabase/functions/app_stats/index.ts | 2 +- supabase/functions/channel/index.ts | 2 +- supabase/functions/cron_good_plan/index.ts | 2 +- supabase/functions/demo/index.ts | 2 +- supabase/functions/device/index.ts | 2 +- supabase/functions/ok/index.ts | 2 +- supabase/functions/on_channel_create/index.ts | 2 +- supabase/functions/on_channel_update/index.ts | 2 +- supabase/functions/on_log_created/index.ts | 2 +- supabase/functions/on_shared_created/index.ts | 2 +- supabase/functions/on_user_created/index.ts | 2 +- supabase/functions/on_user_updated/index.ts | 2 +- supabase/functions/on_version_create/index.ts | 2 +- supabase/functions/on_version_update/index.ts | 2 +- supabase/functions/payment_status/index.ts | 2 +- supabase/functions/stats/index.ts | 2 +- supabase/functions/stripe_checkout/index.ts | 2 +- supabase/functions/stripe_event/index.ts | 2 +- supabase/functions/stripe_portal/index.ts | 2 +- supabase/functions/updates/index.ts | 2 +- supabase/functions/version/index.ts | 2 +- supabase/functions/version_trigger/index.ts | 2 +- supabase/functions/web_stats/index.ts | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/supabase/functions/_test/index.ts b/supabase/functions/_test/index.ts index b52874947e..0fbdc1e870 100644 --- a/supabase/functions/_test/index.ts +++ b/supabase/functions/_test/index.ts @@ -1,4 +1,4 @@ -import { assertEquals } from 'https://deno.land/std@0.152.0/testing/asserts.ts' +import { assertEquals } from 'https://deno.land/std@0.153.0/testing/asserts.ts' Deno.test('url test', () => { const url = new URL('./foo.js', 'https://deno.land/') diff --git a/supabase/functions/app_stats/index.ts b/supabase/functions/app_stats/index.ts index e546d70e03..c17808d019 100644 --- a/supabase/functions/app_stats/index.ts +++ b/supabase/functions/app_stats/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { sendRes } from '../_utils/utils.ts' diff --git a/supabase/functions/channel/index.ts b/supabase/functions/channel/index.ts index b7ea31eae2..cfff2eafaf 100644 --- a/supabase/functions/channel/index.ts +++ b/supabase/functions/channel/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { checkAppOwner, supabaseAdmin, updateOrCreateChannel } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { checkKey, sendRes } from '../_utils/utils.ts' diff --git a/supabase/functions/cron_good_plan/index.ts b/supabase/functions/cron_good_plan/index.ts index 5d70e98889..066f88ee95 100644 --- a/supabase/functions/cron_good_plan/index.ts +++ b/supabase/functions/cron_good_plan/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { addEventPerson } from '../_utils/crisp.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/demo/index.ts b/supabase/functions/demo/index.ts index 38eeec7cd4..340b9a321f 100644 --- a/supabase/functions/demo/index.ts +++ b/supabase/functions/demo/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { checkKey, sendRes } from '../_utils/utils.ts' diff --git a/supabase/functions/device/index.ts b/supabase/functions/device/index.ts index da80d68e04..f6a5f9e0bc 100644 --- a/supabase/functions/device/index.ts +++ b/supabase/functions/device/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { checkAppOwner, supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { checkKey, sendRes } from '../_utils/utils.ts' diff --git a/supabase/functions/ok/index.ts b/supabase/functions/ok/index.ts index af4658816f..439bebb978 100644 --- a/supabase/functions/ok/index.ts +++ b/supabase/functions/ok/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { sendRes } from '../_utils/utils.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/on_channel_create/index.ts b/supabase/functions/on_channel_create/index.ts index cf5e8d444d..d8764b414e 100644 --- a/supabase/functions/on_channel_create/index.ts +++ b/supabase/functions/on_channel_create/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import type { AppStatsIncrement } from '../_utils/supabase.ts' import { supabaseAdmin, updateOrAppStats } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/on_channel_update/index.ts b/supabase/functions/on_channel_update/index.ts index cc7306c8af..828c126d5e 100644 --- a/supabase/functions/on_channel_update/index.ts +++ b/supabase/functions/on_channel_update/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { sendRes } from '../_utils/utils.ts' diff --git a/supabase/functions/on_log_created/index.ts b/supabase/functions/on_log_created/index.ts index 46f7c7ca3b..82e40c29ef 100644 --- a/supabase/functions/on_log_created/index.ts +++ b/supabase/functions/on_log_created/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import type { AppStatsIncrement } from '../_utils/supabase.ts' import { supabaseAdmin, updateOrAppStats } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/on_shared_created/index.ts b/supabase/functions/on_shared_created/index.ts index 8272b6e7c6..fdea77ebf0 100644 --- a/supabase/functions/on_shared_created/index.ts +++ b/supabase/functions/on_shared_created/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import type { AppStatsIncrement } from '../_utils/supabase.ts' import { supabaseAdmin, updateOrAppStats } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/on_user_created/index.ts b/supabase/functions/on_user_created/index.ts index e2edab2c7f..8c062d6771 100644 --- a/supabase/functions/on_user_created/index.ts +++ b/supabase/functions/on_user_created/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { addDataPerson, addEventPerson, postPerson } from '../_utils/crisp.ts' import { createCustomer } from '../_utils/stripe.ts' import { supabaseAdmin } from '../_utils/supabase.ts' diff --git a/supabase/functions/on_user_updated/index.ts b/supabase/functions/on_user_updated/index.ts index 12148bc29b..fe0352bd82 100644 --- a/supabase/functions/on_user_updated/index.ts +++ b/supabase/functions/on_user_updated/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { updatePerson } from '../_utils/crisp.ts' import type { Person } from '../_utils/crisp.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/on_version_create/index.ts b/supabase/functions/on_version_create/index.ts index 1215e89fb2..10873474c9 100644 --- a/supabase/functions/on_version_create/index.ts +++ b/supabase/functions/on_version_create/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { crc32 } from 'https://deno.land/x/crc32/mod.ts' import type { AppStatsIncrement } from '../_utils/supabase.ts' import { supabaseAdmin, updateOrAppStats } from '../_utils/supabase.ts' diff --git a/supabase/functions/on_version_update/index.ts b/supabase/functions/on_version_update/index.ts index ff40ce666d..ee3da5c70b 100644 --- a/supabase/functions/on_version_update/index.ts +++ b/supabase/functions/on_version_update/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import type { AppStatsIncrement } from '../_utils/supabase.ts' import { supabaseAdmin, updateOrAppStats } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/payment_status/index.ts b/supabase/functions/payment_status/index.ts index 8765434ebd..4cd6e4eecf 100644 --- a/supabase/functions/payment_status/index.ts +++ b/supabase/functions/payment_status/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import { currentPaymentstatus } from '../_utils/plans.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/stats/index.ts b/supabase/functions/stats/index.ts index e01cbf9fae..afb4456813 100644 --- a/supabase/functions/stats/index.ts +++ b/supabase/functions/stats/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { sendRes } from '../_utils/utils.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/stripe_checkout/index.ts b/supabase/functions/stripe_checkout/index.ts index 1268dc09f8..1c41f60bc1 100644 --- a/supabase/functions/stripe_checkout/index.ts +++ b/supabase/functions/stripe_checkout/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { sendOptionsRes, sendRes } from '../_utils/utils.ts' diff --git a/supabase/functions/stripe_event/index.ts b/supabase/functions/stripe_event/index.ts index 565e2ab5e7..4ac9fb41cc 100644 --- a/supabase/functions/stripe_event/index.ts +++ b/supabase/functions/stripe_event/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { addDataPerson, addEventPerson, updatePerson } from '../_utils/crisp.ts' import { extractDataEvent, parseStripeEvent } from '../_utils/stripe_event.ts' import { supabaseAdmin } from '../_utils/supabase.ts' diff --git a/supabase/functions/stripe_portal/index.ts b/supabase/functions/stripe_portal/index.ts index 29457e59a6..0e9f3293ca 100644 --- a/supabase/functions/stripe_portal/index.ts +++ b/supabase/functions/stripe_portal/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { createPortal } from '../_utils/stripe.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/updates/index.ts b/supabase/functions/updates/index.ts index 316d3bcf1b..b825fd9046 100644 --- a/supabase/functions/updates/index.ts +++ b/supabase/functions/updates/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import * as semver from 'https://deno.land/x/semver@v1.4.1/mod.ts' import { sendRes } from '../_utils/utils.ts' import { isGoodPlan, isTrial, sendStats, supabaseAdmin, updateOrCreateDevice } from '../_utils/supabase.ts' diff --git a/supabase/functions/version/index.ts b/supabase/functions/version/index.ts index 05aadf921e..5e9c61df88 100644 --- a/supabase/functions/version/index.ts +++ b/supabase/functions/version/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { checkAppOwner, supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { checkKey, sendRes } from '../_utils/utils.ts' diff --git a/supabase/functions/version_trigger/index.ts b/supabase/functions/version_trigger/index.ts index 9b516bcf7b..0a51059378 100644 --- a/supabase/functions/version_trigger/index.ts +++ b/supabase/functions/version_trigger/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { sendRes } from '../_utils/utils.ts' diff --git a/supabase/functions/web_stats/index.ts b/supabase/functions/web_stats/index.ts index 1547f2e737..9a6e00a72e 100644 --- a/supabase/functions/web_stats/index.ts +++ b/supabase/functions/web_stats/index.ts @@ -1,4 +1,4 @@ -import { serve } from 'https://deno.land/std@0.152.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.153.0/http/server.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { sendRes } from '../_utils/utils.ts'