From dd514b9fb59bacf5936866beab8af475ba5141de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:36:29 +0000 Subject: [PATCH] firebase: Update to version 13.26.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 269f0d372f..7a80520a33 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.25.0", + "version": "13.26.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.25.0/firebase-tools-win.exe#/firebase.exe", - "hash": "e0e47cb2403ee5bb1078f6659a0592574155d64387b46e585f78077621614d16" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.26.0/firebase-tools-win.exe#/firebase.exe", + "hash": "aa3722e2bf832cefbab32efdf0bd48b6a2af50fd4451661cea5de935f81b870f" } }, "bin": "firebase.exe",