diff --git a/package-lock.json b/package-lock.json index ed7302ce4..57b261b61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@supabase/auth-js": "2.65.1", "@supabase/functions-js": "2.4.3", "@supabase/node-fetch": "2.6.15", - "@supabase/postgrest-js": "1.17.4", + "@supabase/postgrest-js": "1.17.5", "@supabase/realtime-js": "2.10.7", "@supabase/storage-js": "2.7.1" }, @@ -1196,9 +1196,9 @@ } }, "node_modules/@supabase/postgrest-js": { - "version": "1.17.4", - "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.17.4.tgz", - "integrity": "sha512-01YIUhmPhn4JeYVSF/LTZa4EXpxRXGPjjkghCxRlbm52nOR5yWL6rporLw3ubirh40oT8cGRXOkJU3/mZ2+/pA==", + "version": "1.17.5", + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.17.5.tgz", + "integrity": "sha512-dq04qmKQoz5vH/sfBYvYJSyaNcYzdEkhl01qCFHhmr1c0CwLyVVOpUbfO+viUCBqvA04XrIwzSSp2oR+nBY9+Q==", "license": "MIT", "dependencies": { "@supabase/node-fetch": "^2.6.14" diff --git a/package.json b/package.json index 5e94d150f..fdee1fe29 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@supabase/auth-js": "2.65.1", "@supabase/functions-js": "2.4.3", "@supabase/node-fetch": "2.6.15", - "@supabase/postgrest-js": "1.17.4", + "@supabase/postgrest-js": "1.17.5", "@supabase/realtime-js": "2.10.7", "@supabase/storage-js": "2.7.1" },