From 60a194d308843ec80598a8782dce88934fdd642c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 00:32:54 +0000 Subject: [PATCH] firebase: Update to version 12.4.8 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 96c00064b0..e614e6e609 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.4.7", + "version": "12.4.8", "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.7/firebase-tools-win.exe#/firebase.exe", - "hash": "b2bfe50842360e93e0cf77ae01a951128680656900315b73e031121567e0c9b0" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.4.8/firebase-tools-win.exe#/firebase.exe", + "hash": "7cc96b6dfb70d0571fbb1005e44cda74393240f9abe439f82d5a123754497f1f" } }, "bin": "firebase.exe",