From a1b0725264b2082c4bfa2040f1e06324ec5d31c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 00:34:06 +0000 Subject: [PATCH] firebase: Update to version 11.2.2 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 836c049e9a..8ab9bf42ea 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.2.1", + "version": "11.2.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.2.1/firebase-tools-win.exe#/firebase.exe", - "hash": "6253842a66f00f72cdfe9d247100dda170cb1ee58229fa39048e0d277de5d34b" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.2.2/firebase-tools-win.exe#/firebase.exe", + "hash": "f754e6c48e0beedb5f75fb3e58d7cffda0b43a98f578673d54a6bce5f43e9f49" } }, "bin": "firebase.exe",