From 2d4c409eaca7e407fd6165a96bdd2ec988dc4926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 00:35:30 +0000 Subject: [PATCH] firebase: Update to version 11.4.2 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index a54e61a167..aa4d2433d2 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.4.1", + "version": "11.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/v11.4.1/firebase-tools-win.exe#/firebase.exe", - "hash": "f3100dcb2edc855790776b5286eea97bc2ccd3742ee67aa63b0bcae8c9fbc0bd" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.4.2/firebase-tools-win.exe#/firebase.exe", + "hash": "868ce65e6ba81b276463c3f5578c2da8612e537a72625438494d946453654fb8" } }, "bin": "firebase.exe",