diff --git a/src/package-lock.json b/src/package-lock.json index 21e6520..cde1a21 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", "@popperjs/core": "^2.11.8", - "@supabase/supabase-js": "^2.39.6", + "@supabase/supabase-js": "^2.49.4", "algoliasearch": "^4.23.2", "clsx": "^2.1.0", "date-fns": "^3.6.0", @@ -12798,9 +12798,9 @@ } }, "node_modules/@supabase/auth-js": { - "version": "2.68.0", - "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.68.0.tgz", - "integrity": "sha512-odG7nb7aOmZPUXk6SwL2JchSsn36Ppx11i2yWMIc/meUO2B2HK9YwZHPK06utD9Ql9ke7JKDbwGin/8prHKxxQ==", + "version": "2.69.1", + "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.69.1.tgz", + "integrity": "sha512-FILtt5WjCNzmReeRLq5wRs3iShwmnWgBvxHfqapC/VoljJl+W8hDAyFmf1NVw3zH+ZjZ05AKxiKxVeb0HNWRMQ==", "license": "MIT", "dependencies": { "@supabase/node-fetch": "^2.6.14" @@ -12828,9 +12828,9 @@ } }, "node_modules/@supabase/postgrest-js": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.19.2.tgz", - "integrity": "sha512-MXRbk4wpwhWl9IN6rIY1mR8uZCCG4MZAEji942ve6nMwIqnBgBnZhZlON6zTTs6fgveMnoCILpZv1+K91jN+ow==", + "version": "1.19.4", + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.19.4.tgz", + "integrity": "sha512-O4soKqKtZIW3olqmbXXbKugUtByD2jPa8kL2m2c1oozAO11uCcGrRhkZL0kVxjBLrXHE0mdSkFsMj7jDSfyNpw==", "license": "MIT", "dependencies": { "@supabase/node-fetch": "^2.6.14" @@ -12858,15 +12858,15 @@ } }, "node_modules/@supabase/supabase-js": { - "version": "2.49.1", - "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.49.1.tgz", - "integrity": "sha512-lKaptKQB5/juEF5+jzmBeZlz69MdHZuxf+0f50NwhL+IE//m4ZnOeWlsKRjjsM0fVayZiQKqLvYdBn0RLkhGiQ==", + "version": "2.49.4", + "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.49.4.tgz", + "integrity": "sha512-jUF0uRUmS8BKt37t01qaZ88H9yV1mbGYnqLeuFWLcdV+x1P4fl0yP9DGtaEhFPZcwSom7u16GkLEH9QJZOqOkw==", "license": "MIT", "dependencies": { - "@supabase/auth-js": "2.68.0", + "@supabase/auth-js": "2.69.1", "@supabase/functions-js": "2.4.4", "@supabase/node-fetch": "2.6.15", - "@supabase/postgrest-js": "1.19.2", + "@supabase/postgrest-js": "1.19.4", "@supabase/realtime-js": "2.11.2", "@supabase/storage-js": "2.7.1" } diff --git a/src/package.json b/src/package.json index cdbedd0..fbe8e44 100644 --- a/src/package.json +++ b/src/package.json @@ -13,7 +13,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", "@popperjs/core": "^2.11.8", - "@supabase/supabase-js": "^2.39.6", + "@supabase/supabase-js": "^2.49.4", "algoliasearch": "^4.23.2", "clsx": "^2.1.0", "date-fns": "^3.6.0",