From b8a9af8c0a7f00505eb92b386495e2c084905443 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:27:34 +0000 Subject: [PATCH] firebase: Update to version 13.24.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 9a3d087219..e3df6d5b97 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.23.1", + "version": "13.24.0", "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.23.1/firebase-tools-win.exe#/firebase.exe", - "hash": "f223c8f9b0958f4700be972dab1d4c939c0d0364b31d22696f52e81aa16bbc89" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.24.0/firebase-tools-win.exe#/firebase.exe", + "hash": "3e6fd362d663e2f7636575313db04d1264b90dd06ae4589972e29e906d7982b7" } }, "bin": "firebase.exe",