diff --git a/package.json b/package.json index aaf1914f7..bb5c71c9c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@shopify/react-intersection-observer": "^4.0.4", "@stripe/react-stripe-js": "^2.3.1", "@stripe/stripe-js": "^2.1.10", - "@supabase/supabase-js": "^2.38.1", + "@supabase/supabase-js": "^2.38.4", "i18n-iso-countries": "^7.7.0", "i18next": "^23.5.1", "i18next-extract": "^0.1.3", diff --git a/yarn.lock b/yarn.lock index 98c68f965..7b3664188 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1621,10 +1621,10 @@ dependencies: "@supabase/node-fetch" "^2.6.14" -"@supabase/gotrue-js@^2.54.2": - version "2.55.0" - resolved "https://registry.yarnpkg.com/@supabase/gotrue-js/-/gotrue-js-2.55.0.tgz#997a38f2ba68a38198efaf46d23ebb39274f991e" - integrity sha512-wZAP66Lo68iROKo33m8seY30rCeGiR34leMEZ80j9fPm+/ar6h3y43Hb7f9F2STVMwT3Sv+aM+w0yCon5bih4g== +"@supabase/gotrue-js@^2.56.0": + version "2.57.0" + resolved "https://registry.yarnpkg.com/@supabase/gotrue-js/-/gotrue-js-2.57.0.tgz#3ad7f290ef934f4504aa3f6a3c2826281701d859" + integrity sha512-/CcAW40aPKgp9/w9WgXVUQFg1AOdvFR687ONOMjASPBuC6FsNbKlcXp4pc+rwKNtxyxDkBbR+x7zj/8g00r/Og== dependencies: "@supabase/node-fetch" "^2.6.14" @@ -1642,10 +1642,10 @@ dependencies: "@supabase/node-fetch" "^2.6.14" -"@supabase/realtime-js@^2.8.0": - version "2.8.0" - resolved "https://registry.yarnpkg.com/@supabase/realtime-js/-/realtime-js-2.8.0.tgz#061071d0726554de4f20db928ed5fb6a0fed8243" - integrity sha512-j1OP2nRJhqLNEoYSMkIl1+cHK/Ow9fektemazkF2CvrIrmwgfJJGaFGiWGVgwoKtwVcrdknSsYWpxs90hys1EQ== +"@supabase/realtime-js@^2.8.4": + version "2.8.4" + resolved "https://registry.yarnpkg.com/@supabase/realtime-js/-/realtime-js-2.8.4.tgz#71de0874f38295ad1e780e0e6f3fbc6ae343e862" + integrity sha512-5C9slLTGikHnYmAnIBOaPogAgbcNY68vnIyE6GpqIKjHElVb6LIi4clwNcjHSj4z6szuvvzj8T/+ePEgGEGekw== dependencies: "@supabase/node-fetch" "^2.6.14" "@types/phoenix" "^1.5.4" @@ -1659,16 +1659,16 @@ dependencies: "@supabase/node-fetch" "^2.6.14" -"@supabase/supabase-js@^2.38.1": - version "2.38.1" - resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.38.1.tgz#496701cff5cc0c4971df31a73bf747470eec321d" - integrity sha512-WbdwKiZMMPiELL+8A4WJRHHq+xVKN+3tXxKnJWbR0XZG8HgeGVeQWhlchatTttaxsNKyx68gE7wWNvhin0V+Mg== +"@supabase/supabase-js@^2.38.4": + version "2.38.4" + resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.38.4.tgz#ca075f7aa5ad0e33cb39b0254053087c56323e4f" + integrity sha512-bYwxm/GosvRqOMIv6YP7qUTZWi/trgHtDWUEZDEmyRHW24d0JYIb1GOt6RaO2hsWlecn88DAJIpjoNbprocgRA== dependencies: "@supabase/functions-js" "^2.1.5" - "@supabase/gotrue-js" "^2.54.2" + "@supabase/gotrue-js" "^2.56.0" "@supabase/node-fetch" "^2.6.14" "@supabase/postgrest-js" "^1.8.5" - "@supabase/realtime-js" "^2.8.0" + "@supabase/realtime-js" "^2.8.4" "@supabase/storage-js" "^2.5.4" "@testing-library/dom@^8.0.0":