From 0f823971c6a3c451e8659b6a3402fbe785413e6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 04:58:30 +0000 Subject: [PATCH] firebase: Update to version 11.10.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index fe14f889ab..64cbe35ffd 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.9.0", + "version": "11.10.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.9.0/firebase-tools-win.exe#/firebase.exe", - "hash": "3dab05fa828d70b7cee69215fc189e7c8ffa91cf5194471279781b6ccf283d84" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.10.0/firebase-tools-win.exe#/firebase.exe", + "hash": "1b1fd45b180dbafad9673da5322b5ddc3214fe5b2f1f4c266910532ce2e4072d" } }, "bin": "firebase.exe",