From 75e1630147b1fa988b5e393e3787cf07a0e3a1cc Mon Sep 17 00:00:00 2001 From: Ivan Starkov Date: Tue, 1 Oct 2024 14:08:27 +0300 Subject: [PATCH] chore: Upgrade postgrest (#4187) --- packages/postgrest/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/postgrest/package.json b/packages/postgrest/package.json index e9cc2c3e577d..6cc0ab2054b2 100644 --- a/packages/postgrest/package.json +++ b/packages/postgrest/package.json @@ -21,7 +21,7 @@ "db-test": "docker run --rm --network host -v ./supabase/tests:/tests -e PGOPTIONS='--search_path=pgtap,public' supabase/pg_prove:3.36 pg_prove -d ${DIRECT_URL:-postgresql://postgres:pass@localhost/webstudio} --ext .sql /tests" }, "dependencies": { - "@supabase/postgrest-js": "^1.16.0" + "@supabase/postgrest-js": "^1.16.2" }, "devDependencies": { "@webstudio-is/tsconfig": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e53f92b2867b..4d41323a7271 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1697,8 +1697,8 @@ importers: packages/postgrest: dependencies: '@supabase/postgrest-js': - specifier: ^1.16.0 - version: 1.16.0 + specifier: ^1.16.2 + version: 1.16.2 devDependencies: '@webstudio-is/tsconfig': specifier: workspace:* @@ -4783,8 +4783,8 @@ packages: resolution: {integrity: sha512-1ibVeYUacxWYi9i0cf5efil6adJ9WRyZBLivgjs+AUpewx1F3xPi7gLgaASI2SmIQxPoCEjAsLAzKPgMJVgOUQ==} engines: {node: 4.x || >=6.0.0} - '@supabase/postgrest-js@1.16.0': - resolution: {integrity: sha512-HQkldynOiKQMwD7ZhRsXyt777hE26YQ2UANx7SKux+io4VzMwC5DxwxKZwp7ceI4qAJ28DsuRx2HqCGJfjZTiw==} + '@supabase/postgrest-js@1.16.2': + resolution: {integrity: sha512-dA/CIrSO2YDQ6ABNpbvEg9DwBMMbuKfWaFuZAU9c66PenoLSoIoyXk1Yq/wC2XISgEIqaMHmTrDAAsO80kjHqg==} '@svgo/jsx@0.4.2': resolution: {integrity: sha512-0e4B41q+GnS8TI+SWHQw78ziW6V07Li2TMLS8FwbvKOTIJL0ua1Sat1AI0AFAjHlAePz9b+1VtyJzv1516edJw==} @@ -12164,7 +12164,7 @@ snapshots: dependencies: whatwg-url: 5.0.0 - '@supabase/postgrest-js@1.16.0': + '@supabase/postgrest-js@1.16.2': dependencies: '@supabase/node-fetch': 2.6.15