Skip to content

Commit

Permalink
build(deps-dev): bump @supabase/supabase-js from 1.11.15 to 1.12.0
Browse files Browse the repository at this point in the history
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](supabase/supabase-js@v1.11.15...v1.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 2, 2021
1 parent 7b37b92 commit bf6dd4c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"
Expand Down

0 comments on commit bf6dd4c

Please sign in to comment.