From adf36f5e76e149aab0478b7471160657349a6c9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:25:02 +0000 Subject: [PATCH] firebase: Update to version 12.4.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index fcfa96ce3e..3249464a86 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.3.1", + "version": "12.4.0", "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.3.1/firebase-tools-win.exe#/firebase.exe", - "hash": "25f47e4a69b0e5edbd0319cb06a9859cdc78926d46d8431dc836ae45bd1cd724" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.4.0/firebase-tools-win.exe#/firebase.exe", + "hash": "2502b2d150a91101b2934af7bf6902fda8fee5c16268112acabbef5fba7fa806" } }, "bin": "firebase.exe",