From f8175b913ef6dfb0528f247315e5838c0eadff19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:28:25 +0000 Subject: [PATCH] firebase: Update to version 14.24.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 0b4447b54e..da93d9aafa 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "14.24.0", + "version": "14.24.1", "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/v14.24.0/firebase-tools-win.exe#/firebase.exe", - "hash": "1b9660489feab091768dfce2cf08e0b5602da6fe3c629ec1837f4a54ee1fcfd5" + "url": "https://github.com/firebase/firebase-tools/releases/download/v14.24.1/firebase-tools-win.exe#/firebase.exe", + "hash": "8d7a6bc5c1601c3f452ca9d1abda652aae7a6fa18d3eb23829bef51f979feea5" } }, "bin": "firebase.exe",