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