From 343a6b02e102e98cd8097279d211d96664ffb558 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 04:27:37 +0000 Subject: [PATCH] firebase: Update to version 12.4.5 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 799939c660..cb14c7e897 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.4.4", + "version": "12.4.5", "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.4/firebase-tools-win.exe#/firebase.exe", - "hash": "a05f46b690ad766a2736e75bb864f8a8695018bfcfa7f0136fbed163250e03db" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.4.5/firebase-tools-win.exe#/firebase.exe", + "hash": "1bdf48a96eedc40a949fc591e3416631a3b67486f42c1ea781357e7039b76674" } }, "bin": "firebase.exe",