From f0e7611bc39b4f214c491d73b7b48116b0024e54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 01:15:17 +0000 Subject: [PATCH] firebase: Update to version 13.7.3 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 9a944dd6b5..16ec3c7267 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.7.2", + "version": "13.7.3", "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.2/firebase-tools-win.exe#/firebase.exe", - "hash": "dcae50ad1ab57781f075ba9499eac1f4fa3dbedebbff2bbc7b3b2bf5945e4df2" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.7.3/firebase-tools-win.exe#/firebase.exe", + "hash": "b7dce736ce43539bca17b0f65ed3bafded32de01a1f68cf249caa8e0993b4cfb" } }, "bin": "firebase.exe",