From 55bb0e154fc2ee313ad9931f8a9f080ad9d16d89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 20:29:52 +0000 Subject: [PATCH] firebase: Update to version 11.9.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 3a5f8a8f4c..fe14f889ab 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.8.1", + "version": "11.9.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.8.1/firebase-tools-win.exe#/firebase.exe", - "hash": "034d132da2bd1903129a24dd43628cb7bcaf915457743cc797c1f6d558de29f2" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.9.0/firebase-tools-win.exe#/firebase.exe", + "hash": "3dab05fa828d70b7cee69215fc189e7c8ffa91cf5194471279781b6ccf283d84" } }, "bin": "firebase.exe",