From b7e6a354d73b8de5294219e56d9784ec9883b9f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 00:32:21 +0000 Subject: [PATCH] firebase: Update to version 10.5.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 74daff9be4..ddbe75db58 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "10.4.2", + "version": "10.5.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/v10.4.2/firebase-tools-win.exe#/firebase.exe", - "hash": "44aa97a57ba58ebe9e4247f3f6583b2a149aac8220af537711d838fbbb4b818f" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.5.0/firebase-tools-win.exe#/firebase.exe", + "hash": "8e5b0a9ab2a15f2a644ad795679868fdbd94949a98fd3078947ff1aae812794b" } }, "bin": "firebase.exe",