From c16061b219120ecfb4fe77d9f6b619ea0c17d0e5 Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Fri, 12 Apr 2024 03:58:47 +0700 Subject: [PATCH] fix(postgrest-js): bump to 1.15.2 --- 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 86f3d2cba..babd0d139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@supabase/auth-js": "2.63.0", "@supabase/functions-js": "2.2.2", "@supabase/node-fetch": "2.6.15", - "@supabase/postgrest-js": "1.15.1", + "@supabase/postgrest-js": "1.15.2", "@supabase/realtime-js": "2.9.3", "@supabase/storage-js": "2.5.5" }, @@ -1189,9 +1189,9 @@ } }, "node_modules/@supabase/postgrest-js": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.15.1.tgz", - "integrity": "sha512-H/4PABAAgMrEIo7oewUZiZMy422Pgc19OLVjU8Vwopcvfr3GD7h8Re4VXtiaPPZqc/2z/k3PnyguFnoKIB7fkA==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.15.2.tgz", + "integrity": "sha512-9/7pUmXExvGuEK1yZhVYXPZnLEkDTwxgMQHXLrN5BwPZZm4iUCL1YEyep/Z2lIZah8d8M433mVAUEGsihUj5KQ==", "dependencies": { "@supabase/node-fetch": "^2.6.14" } diff --git a/package.json b/package.json index 9e81d9bc0..74c3d7a0b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@supabase/auth-js": "2.63.0", "@supabase/functions-js": "2.2.2", "@supabase/node-fetch": "2.6.15", - "@supabase/postgrest-js": "1.15.1", + "@supabase/postgrest-js": "1.15.2", "@supabase/realtime-js": "2.9.3", "@supabase/storage-js": "2.5.5" },