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