From 02dba7aff19d24b5923e82ebd6d91ab039155c58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 00:34:05 +0000 Subject: [PATCH] firebase: Update to version 11.24.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index ccb8386186..705dc02b13 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.23.1", + "version": "11.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/v11.23.1/firebase-tools-win.exe#/firebase.exe", - "hash": "c402f3ae6bd0a98e108edfe34de0e9f935c6bc92497a3e4964b42494572c0e05" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.24.0/firebase-tools-win.exe#/firebase.exe", + "hash": "3c9d05a90432986dd262f1c3d14c12623b0faf7afc526927eed3a01f719b48dc" } }, "bin": "firebase.exe",