From c2a43fc2d4efdfe97cc93cfe0fd68db2770166e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:27:42 +0000 Subject: [PATCH] firebase: Update to version 13.15.4 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 8eaf90b7c8..b3fcb76636 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.15.3", + "version": "13.15.4", "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/v13.15.3/firebase-tools-win.exe#/firebase.exe", - "hash": "53fe6b93c9ffbe7924e25471ff5e47f61575ca86593c8f281998780368bf3d41" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.15.4/firebase-tools-win.exe#/firebase.exe", + "hash": "faa67084ab9fa41ac7af55ff84e3616ad76cf485afbac0c0cc8b6ce654edc5f7" } }, "bin": "firebase.exe",