From 53d9f01e3749c7ae57ab2ff6062f8cdb89ca97a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 00:39:01 +0000 Subject: [PATCH] firebase: Update to version 11.14.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index b843aee766..5545243733 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.13.0", + "version": "11.14.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.13.0/firebase-tools-win.exe#/firebase.exe", - "hash": "ed36d3e662ec8fad3ca725614b430ccb32d68031a85ec311c9af16dbe97b05ed" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.14.0/firebase-tools-win.exe#/firebase.exe", + "hash": "22ae3238a1204573451bd28344d3d22f5a31322927c5eefd76e634a78495cc38" } }, "bin": "firebase.exe",