From 48e90163c09946ad3ed00f8301f61e47b70312f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 05:07:31 +0000 Subject: [PATCH] supabase: Update to version 1.151.1 --- bucket/supabase.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/supabase.json b/bucket/supabase.json index 992cafcf5c..9d3be9350a 100644 --- a/bucket/supabase.json +++ b/bucket/supabase.json @@ -1,16 +1,16 @@ { - "version": "1.150.0", + "version": "1.151.1", "description": "An open-source Firebase alternative.", "homepage": "https://supabase.com/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/supabase/cli/releases/download/v1.150.0/supabase_windows_amd64.tar.gz", - "hash": "3e8e7844092ee935c479a209a44dd8abdc51aee2b20491b170566e028565067a" + "url": "https://github.com/supabase/cli/releases/download/v1.151.1/supabase_windows_amd64.tar.gz", + "hash": "da3745188b366c7ab6ac7b8c3beec92df877663dc7c36e9915c7d7cea606f30e" }, "arm64": { - "url": "https://github.com/supabase/cli/releases/download/v1.150.0/supabase_windows_arm64.tar.gz", - "hash": "317d61cd32d92d76b083c6d6bb41fc23e54f416dab08a3f76272d4f264314fc6" + "url": "https://github.com/supabase/cli/releases/download/v1.151.1/supabase_windows_arm64.tar.gz", + "hash": "ce774fd672b84da8d209a417332f26e12048ca1b6bbea738e290317e59601935" } }, "bin": "supabase.exe",