From f23f7164a345c88876f1253beb76176234c87a47 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 5 Aug 2022 19:44:00 +0000 Subject: [PATCH] Update dependencies --- 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_user_created/index.ts | 2 +- supabase/functions/on_user_updated/index.ts | 2 +- supabase/functions/on_version_create/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 | 4 ++-- supabase/functions/version/index.ts | 2 +- supabase/functions/version_trigger/index.ts | 2 +- supabase/functions/web_stats/index.ts | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/supabase/functions/app_stats/index.ts b/supabase/functions/app_stats/index.ts index c8a4b7e9ca..6dabfeed50 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 a35ac9768e..f82de49be3 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 7432d93bc7..cef8d1d227 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 8c16c29313..243ab8dce2 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 af880ad9a7..53f576cbaf 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 ba22d6b34b..73dfe9dc9b 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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_user_created/index.ts b/supabase/functions/on_user_created/index.ts index c21ab2962c..e0b1e7ce54 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 5937024072..648fc8a531 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.0/http/server.ts' import type { Person } from '../_utils/crisp.ts' import { updatePerson } 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 da971a520e..eaa2eb5cce 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.0/http/server.ts' import { crc32 } from 'https://deno.land/x/crc32/mod.ts' import { supabaseAdmin } 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 8b9e28f19e..27d08523b0 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 16c568ee21..13b3219479 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 16bed5637e..287853a552 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 a79bd96524..81e6b91ba2 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 33f26b17f1..c6efa6d6ce 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 d33e5b3a8a..a750b40b9e 100644 --- a/supabase/functions/updates/index.ts +++ b/supabase/functions/updates/index.ts @@ -1,5 +1,5 @@ -import { serve } from 'https://deno.land/std@0.150.0/http/server.ts' -import * as semver from 'https://deno.land/x/semver@v1.4.0/mod.ts' +import { serve } from 'https://deno.land/std@0.151.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' import type { definitions } from '../_utils/types_supabase.ts' diff --git a/supabase/functions/version/index.ts b/supabase/functions/version/index.ts index b93d0e7b65..665c610054 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 d55523e7ce..510da51b07 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.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 e047cc8337..0c11d4e703 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.150.0/http/server.ts' +import { serve } from 'https://deno.land/std@0.151.0/http/server.ts' import { supabaseAdmin } from '../_utils/supabase.ts' import type { definitions } from '../_utils/types_supabase.ts' import { sendRes } from '../_utils/utils.ts'