diff --git a/backend/supabase/functions/billing-functions/index.ts b/backend/supabase/functions/billing-functions/index.ts index e7af5328..3d24fcd5 100644 --- a/backend/supabase/functions/billing-functions/index.ts +++ b/backend/supabase/functions/billing-functions/index.ts @@ -1,5 +1,5 @@ import {serve} from "https://deno.land/std@0.168.0/http/server.ts"; -import {billingFunctionsWrapper, stripeFunctionHandler} from "https://deno.land/x/basejump@v2.0.2/billing-functions/mod.ts"; +import {billingFunctionsWrapper, stripeFunctionHandler} from "https://deno.land/x/basejump@v2.0.3/billing-functions/mod.ts"; import Stripe from "https://esm.sh/stripe@11.1.0?target=deno"; diff --git a/backend/supabase/functions/billing-webhooks/index.ts b/backend/supabase/functions/billing-webhooks/index.ts index 8124aafd..ffc185b7 100644 --- a/backend/supabase/functions/billing-webhooks/index.ts +++ b/backend/supabase/functions/billing-webhooks/index.ts @@ -1,5 +1,5 @@ import {serve} from "https://deno.land/std@0.168.0/http/server.ts"; -import {billingWebhooksWrapper, stripeWebhookHandler} from "https://deno.land/x/basejump@v2.0.2/billing-functions/mod.ts"; +import {billingWebhooksWrapper, stripeWebhookHandler} from "https://deno.land/x/basejump@v2.0.3/billing-functions/mod.ts"; import Stripe from "https://esm.sh/stripe@11.1.0?target=deno";