From 53cb2dbef2604bbb35cf91fdce67531eaea63b12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 00:34:13 +0000 Subject: [PATCH] firebase: Update to version 11.22.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 8bd26b78dc..63b6ef0afa 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.21.0", + "version": "11.22.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/v11.21.0/firebase-tools-win.exe#/firebase.exe", - "hash": "a3850a6c32898df9c265f0419d2a1279e4099f374de99bc24a2be55c9a4368e6" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.22.0/firebase-tools-win.exe#/firebase.exe", + "hash": "075a0920776871c055fc5312a3a904b8338bfbedb16768168ccac799780c0f56" } }, "bin": "firebase.exe",