From 96caa1d408d03bd59f38f1c976d5d2b2c64b3161 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Tue, 10 Sep 2024 18:43:15 +0100 Subject: [PATCH] fix: bump postgrest-js to v1.16.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3842194e..28b3c425 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@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" }, @@ -1197,9 +1197,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" } diff --git a/package.json b/package.json index eb064aea..d7e9f646 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@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" },