From 8a1b1c6b516d5f8f2fe3e6dcc42a0a0ea91b1720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 07:27:44 +0000 Subject: [PATCH] Bump @supabase/supabase-js from 2.47.10 to 2.48.1 Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js) from 2.47.10 to 2.48.1. - [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/v2.47.10...v2.48.1) --- updated-dependencies: - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4f3d71c..50da7ed 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@mui/utils": "^6.1.7", "@react-hook/resize-observer": "^2.0.2", "@supabase/ssr": "^0.5.2", - "@supabase/supabase-js": "^2.47.10", + "@supabase/supabase-js": "^2.48.1", "async-mutex": "^0.5.0", "firacode": "^6.2.0", "jotai": "^2.10.4", diff --git a/yarn.lock b/yarn.lock index 57734a9..3601684 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1049,10 +1049,10 @@ dependencies: whatwg-url "^5.0.0" -"@supabase/postgrest-js@1.17.7": - version "1.17.7" - resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-1.17.7.tgz#2c0cc07c34cfbafcdf15a27e36c42119095ab154" - integrity sha512-aOzOYaTADm/dVTNksyqv9KsbhVa1gHz1Hoxb2ZEF2Ed9H7qlWOfptECQWmkEmrrFjtNaiPrgiSaPECvzI/seDA== +"@supabase/postgrest-js@1.18.1": + version "1.18.1" + resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-1.18.1.tgz#7ceac0dfbe567d953343c5ae9750f848cc6db744" + integrity sha512-dWDnoC0MoDHKhaEOrsEKTadWQcBNknZVQcSgNE/Q2wXh05mhCL1ut/jthRUrSbYcqIw/CEjhaeIPp7dLarT0bg== dependencies: "@supabase/node-fetch" "^2.6.14" @@ -1081,15 +1081,15 @@ dependencies: "@supabase/node-fetch" "^2.6.14" -"@supabase/supabase-js@^2.47.10": - version "2.47.10" - resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.47.10.tgz#310ce81dc734116f9445dbce7f9341ae1c24d834" - integrity sha512-vJfPF820Ho5WILYHfKiBykDQ1SB9odTHrRZ0JxHfuLMC8GRvv21YLkUZQK7/rSVCkLvD6/ZwMWaOAfdUd//guw== +"@supabase/supabase-js@^2.48.1": + version "2.48.1" + resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.48.1.tgz#6bbe6bd799115bd1237510e1c2de6f8ccdd84cd0" + integrity sha512-VMD+CYk/KxfwGbI4fqwSUVA7CLr1izXpqfFerhnYPSi6LEKD8GoR4kuO5Cc8a+N43LnfSQwLJu4kVm2e4etEmA== dependencies: "@supabase/auth-js" "2.67.3" "@supabase/functions-js" "2.4.4" "@supabase/node-fetch" "2.6.15" - "@supabase/postgrest-js" "1.17.7" + "@supabase/postgrest-js" "1.18.1" "@supabase/realtime-js" "2.11.2" "@supabase/storage-js" "2.7.1"