diff --git a/package.json b/package.json index 88bae40..5924ca4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/nil2022/js-basics.git#readme", "dependencies": { - "@supabase/supabase-js": "^2.43.0", + "@supabase/supabase-js": "^2.44.2", "bcrypt": "^5.1.1", "cookie-parser": "^1.4.6", "cors": "^2.8.5", diff --git a/yarn.lock b/yarn.lock index 395a8d5..d31e8ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -600,10 +600,10 @@ dependencies: "@supabase/node-fetch" "^2.6.14" -"@supabase/functions-js@2.3.1": - version "2.3.1" - resolved "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.3.1.tgz" - integrity sha512-QyzNle/rVzlOi4BbVqxLSH828VdGY1RElqGFAj+XeVypj6+PVtMlD21G8SDnsPQDtlqqTtoGRgdMlQZih5hTuw== +"@supabase/functions-js@2.4.1": + version "2.4.1" + resolved "https://registry.yarnpkg.com/@supabase/functions-js/-/functions-js-2.4.1.tgz#373e75f8d3453bacd71fb64f88d7a341d7b53ad7" + integrity sha512-8sZ2ibwHlf+WkHDUZJUXqqmPvWQ3UHN0W30behOJngVh/qHHekhJLCFbh0AjkE9/FqqXtf9eoVvmYgfCLk5tNA== dependencies: "@supabase/node-fetch" "^2.6.14" @@ -614,41 +614,41 @@ dependencies: whatwg-url "^5.0.0" -"@supabase/postgrest-js@1.15.2": - version "1.15.2" - resolved "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.15.2.tgz" - integrity sha512-9/7pUmXExvGuEK1yZhVYXPZnLEkDTwxgMQHXLrN5BwPZZm4iUCL1YEyep/Z2lIZah8d8M433mVAUEGsihUj5KQ== +"@supabase/postgrest-js@1.15.7": + version "1.15.7" + resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-1.15.7.tgz#6c169c413969aa87009e001b313613ae1365fdd6" + integrity sha512-TJztay5lcnnKuXjIO/X/aaajOsP8qNeW0k3MqIFoOtRolj5MEAIy8rixNakRk3o23eVCdsuP3iMLYPvOOruH6Q== dependencies: "@supabase/node-fetch" "^2.6.14" -"@supabase/realtime-js@2.9.5": - version "2.9.5" - resolved "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.9.5.tgz" - integrity sha512-TEHlGwNGGmKPdeMtca1lFTYCedrhTAv3nZVoSjrKQ+wkMmaERuCe57zkC5KSWFzLYkb5FVHW8Hrr+PX1DDwplQ== +"@supabase/realtime-js@2.10.2": + version "2.10.2" + resolved "https://registry.yarnpkg.com/@supabase/realtime-js/-/realtime-js-2.10.2.tgz#c2b42d17d723d2d2a9146cfad61dc3df1ce3127e" + integrity sha512-qyCQaNg90HmJstsvr2aJNxK2zgoKh9ZZA8oqb7UT2LCh3mj9zpa3Iwu167AuyNxsxrUE8eEJ2yH6wLCij4EApA== dependencies: "@supabase/node-fetch" "^2.6.14" "@types/phoenix" "^1.5.4" "@types/ws" "^8.5.10" ws "^8.14.2" -"@supabase/storage-js@2.5.5": - version "2.5.5" - resolved "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.5.5.tgz" - integrity sha512-OpLoDRjFwClwc2cjTJZG8XviTiQH4Ik8sCiMK5v7et0MDu2QlXjCAW3ljxJB5+z/KazdMOTnySi+hysxWUPu3w== +"@supabase/storage-js@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@supabase/storage-js/-/storage-js-2.6.0.tgz#0fa5e04db760ed7f78e4394844a6d409e537adc5" + integrity sha512-REAxr7myf+3utMkI2oOmZ6sdplMZZ71/2NEIEMBZHL9Fkmm3/JnaOZVSRqvG4LStYj2v5WhCruCzuMn6oD/Drw== dependencies: "@supabase/node-fetch" "^2.6.14" -"@supabase/supabase-js@^2.43.0": - version "2.43.4" - resolved "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.43.4.tgz" - integrity sha512-/pLPaxiIsn5Vaz3s32HC6O/VNwfeddnzS0bZRpOW0AKcPuXroD8pT9G8mpiBlZfpKsMmq6k7tlhW7Sr1PAQ1lw== +"@supabase/supabase-js@^2.44.2": + version "2.44.2" + resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.44.2.tgz#483fc18c1b603eac8231c669ae03edfd9a470486" + integrity sha512-fouCwL1OxqftOwLNgdDUPlNnFuCnt30nS4kLcnTpe6NYKn1PmjxRRBFmKscgHs6FjWyU+32ZG4uBJ29+/BWiDw== dependencies: "@supabase/auth-js" "2.64.2" - "@supabase/functions-js" "2.3.1" + "@supabase/functions-js" "2.4.1" "@supabase/node-fetch" "2.6.15" - "@supabase/postgrest-js" "1.15.2" - "@supabase/realtime-js" "2.9.5" - "@supabase/storage-js" "2.5.5" + "@supabase/postgrest-js" "1.15.7" + "@supabase/realtime-js" "2.10.2" + "@supabase/storage-js" "2.6.0" "@types/babel__core@^7.1.14": version "7.20.5"