From eb4924dfc8a426ee51f907a5fece7fa3da38085c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:34:03 +0000 Subject: [PATCH] firebase: Update to version 13.7.4 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 16ec3c7267..c2a792b0a7 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.7.3", + "version": "13.7.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.7.3/firebase-tools-win.exe#/firebase.exe", - "hash": "b7dce736ce43539bca17b0f65ed3bafded32de01a1f68cf249caa8e0993b4cfb" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.7.4/firebase-tools-win.exe#/firebase.exe", + "hash": "281db71f4d6e7d448ee936a579fef32a06287e60f2d18c8fa32c67cddf08fddd" } }, "bin": "firebase.exe",