From 8a0828e2bda112a0beb0c58c951759b8766aee9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 00:36:33 +0000 Subject: [PATCH] firebase: Update to version 12.4.2 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index e78b5a7138..cff9c34c87 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.4.1", + "version": "12.4.2", "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.4.1/firebase-tools-win.exe#/firebase.exe", - "hash": "13f4ef63d42b95ad91afdded56497ce768aab04408ceb5e74944e55059dde06a" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.4.2/firebase-tools-win.exe#/firebase.exe", + "hash": "c89c8549d43a376a837c2e0cb209c670d96735ecc4f317c1553294a70af78564" } }, "bin": "firebase.exe",