Skip to content

Commit

Permalink
chore(deps-dev): bump @supabase/supabase-js from 2.36.0 to 2.37.0 (#9756
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent f12e7ac commit b38d6c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"@mdn/minimalist": "^2.0.4",
"@playwright/test": "^1.38.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@supabase/supabase-js": "^2.36.0",
"@supabase/supabase-js": "^2.37.0",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.3.80",
"@testing-library/react": "^14.0.0",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2485,11 +2485,12 @@
dependencies:
"@supabase/node-fetch" "^2.6.14"

"@supabase/realtime-js@^2.7.4":
version "2.7.4"
resolved "https://registry.yarnpkg.com/@supabase/realtime-js/-/realtime-js-2.7.4.tgz#de41195bd3f2cdd6db82d9f93c4c5b8fae9f809b"
integrity sha512-FzSzs1k9ruh/uds5AJ95Nc3beiMCCIhougExJ3O98CX1LMLAKUKFy5FivKLvcNhXnNfUEL0XUfGMb4UH2J7alg==
"@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==
dependencies:
"@supabase/node-fetch" "^2.6.14"
"@types/phoenix" "^1.5.4"
"@types/websocket" "^1.0.3"
websocket "^1.0.34"
Expand All @@ -2501,16 +2502,16 @@
dependencies:
"@supabase/node-fetch" "^2.6.14"

"@supabase/supabase-js@^2.36.0":
version "2.36.0"
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.36.0.tgz#920a54032aa9ecbbdf71cfe541b13570c167d627"
integrity sha512-K9ze4BpQrOZsmYUvF2j9FfIkTfxR4K8GJx6F6DTOfJ8fZg4JSNjfzlGvhCVDwiV4w1NRrmEQ/F89THNt3eXXhg==
"@supabase/supabase-js@^2.37.0":
version "2.37.0"
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.37.0.tgz#3f56c3f6e2ec381162fb5fedb2245d3221d5f98a"
integrity sha512-kWXVvGWAkThQodHh3yaSQoNHNDm5bwp+H6f1BfC4tr0k096zzTb3ACMnZLQBS0qOXEEbuAnGxIWUv+RE8GaIhg==
dependencies:
"@supabase/functions-js" "^2.1.5"
"@supabase/gotrue-js" "^2.54.0"
"@supabase/node-fetch" "^2.6.14"
"@supabase/postgrest-js" "^1.8.4"
"@supabase/realtime-js" "^2.7.4"
"@supabase/realtime-js" "^2.8.0"
"@supabase/storage-js" "^2.5.4"

"@surma/rollup-plugin-off-main-thread@^2.2.3":
Expand Down

0 comments on commit b38d6c2

Please sign in to comment.