From fc742202e7a851255e6ccaa24cc22f8524bf425f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:32:37 +0000 Subject: [PATCH] firebase: Update to version 10.6.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index ddbe75db58..34f1608f2a 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "10.5.0", + "version": "10.6.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.5.0/firebase-tools-win.exe#/firebase.exe", - "hash": "8e5b0a9ab2a15f2a644ad795679868fdbd94949a98fd3078947ff1aae812794b" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.6.0/firebase-tools-win.exe#/firebase.exe", + "hash": "5dfa5c0f9f385dc19f7e48d82d3e1381b91e3fb17f67370a89f6f9e0c80bac63" } }, "bin": "firebase.exe",