From e93f69d0f9692ce84e14335ea3a03b63756f2610 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 9 Jul 2024 19:43:00 +0000 Subject: [PATCH] Update dependencies --- supabase/functions/tests/bundle-test.ts | 2 +- supabase/functions/tests/channel-test.ts | 2 +- supabase/functions/tests/device-test.ts | 2 +- supabase/functions/tests/self_assign-test.ts | 2 +- supabase/functions/tests/updates-test.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/supabase/functions/tests/bundle-test.ts b/supabase/functions/tests/bundle-test.ts index 48787a4258..7853085915 100644 --- a/supabase/functions/tests/bundle-test.ts +++ b/supabase/functions/tests/bundle-test.ts @@ -1,5 +1,5 @@ import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts' -import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0' +import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3' const BASE_URL = 'http://localhost:54321/functions/v1' const headers = { diff --git a/supabase/functions/tests/channel-test.ts b/supabase/functions/tests/channel-test.ts index a836b5c9c4..0efbf2fbee 100644 --- a/supabase/functions/tests/channel-test.ts +++ b/supabase/functions/tests/channel-test.ts @@ -1,5 +1,5 @@ import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts' -import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0' +import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3' const BASE_URL = 'http://localhost:54321/functions/v1' const headers = { diff --git a/supabase/functions/tests/device-test.ts b/supabase/functions/tests/device-test.ts index a9d7aee9d7..01fec47566 100644 --- a/supabase/functions/tests/device-test.ts +++ b/supabase/functions/tests/device-test.ts @@ -1,5 +1,5 @@ import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts' -import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0' +import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3' const BASE_URL = 'http://localhost:54321/functions/v1' const headers = { diff --git a/supabase/functions/tests/self_assign-test.ts b/supabase/functions/tests/self_assign-test.ts index db4fb4787c..1fd1552e22 100644 --- a/supabase/functions/tests/self_assign-test.ts +++ b/supabase/functions/tests/self_assign-test.ts @@ -1,5 +1,5 @@ import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts' -import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0' +import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3' const BASE_URL = 'http://localhost:54321/functions/v1/' const headers = { diff --git a/supabase/functions/tests/updates-test.ts b/supabase/functions/tests/updates-test.ts index cbd0003502..37bcfb9c23 100644 --- a/supabase/functions/tests/updates-test.ts +++ b/supabase/functions/tests/updates-test.ts @@ -1,6 +1,6 @@ // Imports import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts' -import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0' +import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3' import { z } from 'https://deno.land/x/zod/mod.ts' import { INVALID_STRING_DEVICE_ID, INVALID_STRING_PLATFORM, INVALID_STRING_PLUGIN_VERSION } from '../_backend/utils/utils.ts'