From bf6dd4ccf9ee966556a11e3105ea1a07114b192d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:03:16 +0000 Subject: [PATCH] build(deps-dev): bump @supabase/supabase-js from 1.11.15 to 1.12.0 Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js) from 1.11.15 to 1.12.0. - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v1.11.15...v1.12.0) Signed-off-by: dependabot[bot] --- packages/auth/package.json | 2 +- yarn.lock | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index b50cfefa9159..32710e0cec70 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -9,7 +9,7 @@ "license": "MIT", "devDependencies": { "@auth0/auth0-spa-js": "1.14.0", - "@supabase/supabase-js": "1.11.15", + "@supabase/supabase-js": "1.12.0", "@types/netlify-identity-widget": "1.9.1", "@types/react": "17.0.6", "firebase": "8.6.2", diff --git a/yarn.lock b/yarn.lock index 64b9a55daa02..a37e70278061 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4139,17 +4139,17 @@ resolve-from "^5.0.0" store2 "^2.7.1" -"@supabase/gotrue-js@^1.15.1": - version "1.15.4" - resolved "https://registry.yarnpkg.com/@supabase/gotrue-js/-/gotrue-js-1.15.4.tgz#a21ec6aaac18af7b50242d0d358297960a144c52" - integrity sha512-FfjlMFgDqs+nxQKbRIOjz1CQL8nf2AzC6lJ0h6baF89/nhWw9VDhNpirw7k6o4ftCAdyVd0T11Qdd5tZzVX0EA== +"@supabase/gotrue-js@^1.16.1": + version "1.16.2" + resolved "https://registry.yarnpkg.com/@supabase/gotrue-js/-/gotrue-js-1.16.2.tgz#38fc262ddbcdb6020109cef2ed7e6f2770365ad9" + integrity sha512-zIVPYTN2f4rDQA/6nK9OPxzWNZ0N9gJzd/U1cu2ugZnwM0L7oiqk3/3ijxC2huLYveTOwqC9NMpKYWsQsLf6Bg== dependencies: cross-fetch "^3.0.6" -"@supabase/postgrest-js@^0.28.4": - version "0.28.4" - resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-0.28.4.tgz#6696cc55ed16c024e7c08d8b9c62cdad45837b5f" - integrity sha512-WTjkq6Nl/BBwBApmXEywEqE972qJiLF7Ct36do+u3zePhLqod9vO/7g6dpU4VTFb0+8VmloaVFK7FhY7EUPfiQ== +"@supabase/postgrest-js@^0.29.0": + version "0.29.0" + resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-0.29.0.tgz#3d49b6675930b5010c7f36f0844f5797ce4d1d14" + integrity sha512-QvpzatmcOwPTbgCJacLqpwPPsbJ2erEA2ysS4+7avJIXT8C/WbmsM7KsQHD9JcEc6fqocMpqCm7YXJIFfUZTBw== dependencies: cross-fetch "^3.0.6" @@ -4161,22 +4161,22 @@ "@types/websocket" "^1.0.1" websocket "^1.0.34" -"@supabase/storage-js@^1.0.3": +"@supabase/storage-js@^1.0.4": version "1.0.4" resolved "https://registry.yarnpkg.com/@supabase/storage-js/-/storage-js-1.0.4.tgz#12ede57c85d3d2fbd5707d0e3a050ec868d3fa93" integrity sha512-la4YAqTpuBiIwqEPhe60a0N64Qd3I/TI1ls3cfhECmi3i4et2T8XeSrqnfZkzXmrBqh6p88Sru0e9KdwWSbw9g== dependencies: cross-fetch "^3.1.0" -"@supabase/supabase-js@1.11.15": - version "1.11.15" - resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-1.11.15.tgz#649fa926b35b27ec14c953b5947908182c91f994" - integrity sha512-Yns4ba4WC1BoWpCnaQnm+oIs32xYAx3+S/5ua6BprAGHO4f2fx44l6zGElNMJ8da4M6C02uC8o+dA4zfFITwhg== +"@supabase/supabase-js@1.12.0": + version "1.12.0" + resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-1.12.0.tgz#4d1d50e0c8d676c26e3e3dc4e7f237f2d77b3602" + integrity sha512-WTnevfkRgM5N594deKPjIxUmXKS14o9yipYt2PHvrwTew2fNBuhRHR8XaJ1SuVPfF3uCeZJucQ836DOY+QhAbA== dependencies: - "@supabase/gotrue-js" "^1.15.1" - "@supabase/postgrest-js" "^0.28.4" + "@supabase/gotrue-js" "^1.16.1" + "@supabase/postgrest-js" "^0.29.0" "@supabase/realtime-js" "^1.0.9" - "@supabase/storage-js" "^1.0.3" + "@supabase/storage-js" "^1.0.4" "@szmarczak/http-timer@^1.1.2": version "1.1.2"