From faf7c6ba943b7ea4f7214d201b2e59a8bed4fe26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:27:22 +0000 Subject: [PATCH] firebase: Update to version 12.8.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 0f92721414..2838753f49 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.8.0", + "version": "12.8.1", "description": "Test, manage, and deploy Firebase project from the command line", "homepage": "https://github.com/firebase/firebase-tools", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/firebase/firebase-tools/releases/download/v12.8.0/firebase-tools-win.exe#/firebase.exe", - "hash": "1b2340fd9f253fc943a873bc698e51600086c642a1a31776572a73664c8e6814" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.8.1/firebase-tools-win.exe#/firebase.exe", + "hash": "bcd16febabe0c9dd83b4f533b33994f3ef9ac6ac7873294efe508543d45e0a1e" } }, "bin": "firebase.exe",