From 726ab7e102fbe791fd92d01a586ac135c50b0161 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:34:46 +0000 Subject: [PATCH] firebase: Update to version 13.24.2 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index df8b009564..d728b00b73 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.24.1", + "version": "13.24.2", "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.24.1/firebase-tools-win.exe#/firebase.exe", - "hash": "08b9523f174bc544a18f9e2628223b9e94418073e322dae03746258bd1d06ac4" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.24.2/firebase-tools-win.exe#/firebase.exe", + "hash": "41eb8b8e5f90ea8a05004edfde87f48e2d4e4e9fca1d13a71856ceca292fe5c2" } }, "bin": "firebase.exe",