From 2d33aab6eb92c94c6db5ef2b333b207ab9f5c8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:06:43 +0000 Subject: [PATCH] Bump @supabase/supabase-js from 2.45.3 to 2.45.4 Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js) from 2.45.3 to 2.45.4. - [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.45.3...v2.45.4) --- updated-dependencies: - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49d367e3c..36e7b7b21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@shopify/react-intersection-observer": "^4.0.4", "@stripe/react-stripe-js": "^2.7.3", "@stripe/stripe-js": "^4.5.0", - "@supabase/supabase-js": "^2.45.3", + "@supabase/supabase-js": "^2.45.4", "i18n-iso-countries": "^7.11.3", "i18next": "^23.15.1", "i18next-extract": "^0.1.3", @@ -2993,9 +2993,9 @@ } }, "node_modules/@supabase/postgrest-js": { - "version": "1.15.8", - "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.15.8.tgz", - "integrity": "sha512-YunjXpoQjQ0a0/7vGAvGZA2dlMABXFdVI/8TuVKtlePxyT71sl6ERl6ay1fmIeZcqxiuFQuZw/LXUuStUG9bbg==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.16.1.tgz", + "integrity": "sha512-EOSEZFm5pPuCPGCmLF1VOCS78DfkSz600PBuvBND/IZmMciJ1pmsS3ss6TkB6UkuvTybYiBh7gKOYyxoEO3USA==", "dependencies": { "@supabase/node-fetch": "^2.6.14" } @@ -3040,14 +3040,14 @@ } }, "node_modules/@supabase/supabase-js": { - "version": "2.45.3", - "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.45.3.tgz", - "integrity": "sha512-4wAux6cuVMrdH/qUjKn6p3p3L9AtAO3Une6ojIrtpCj1RaXKVoyIATiacSRAI+pKff6XZBVCGC29v+z4Jo/uSw==", + "version": "2.45.4", + "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.45.4.tgz", + "integrity": "sha512-E5p8/zOLaQ3a462MZnmnz03CrduA5ySH9hZyL03Y+QZLIOO4/Gs8Rdy4ZCKDHsN7x0xdanVEWWFN3pJFQr9/hg==", "dependencies": { "@supabase/auth-js": "2.65.0", "@supabase/functions-js": "2.4.1", "@supabase/node-fetch": "2.6.15", - "@supabase/postgrest-js": "1.15.8", + "@supabase/postgrest-js": "1.16.1", "@supabase/realtime-js": "2.10.2", "@supabase/storage-js": "2.7.0" } diff --git a/package.json b/package.json index 3bf468073..2cd407c08 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@shopify/react-intersection-observer": "^4.0.4", "@stripe/react-stripe-js": "^2.7.3", "@stripe/stripe-js": "^4.5.0", - "@supabase/supabase-js": "^2.45.3", + "@supabase/supabase-js": "^2.45.4", "i18n-iso-countries": "^7.11.3", "i18next": "^23.15.1", "i18next-extract": "^0.1.3",