From b99f7b61fce07c1bd4f5cbc30bd74d672c2587b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 00:34:42 +0000 Subject: [PATCH] firebase: Update to version 11.21.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 58349ab428..8bd26b78dc 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.20.0", + "version": "11.21.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.20.0/firebase-tools-win.exe#/firebase.exe", - "hash": "af75255bcad42530f5135ff052c3b7cba5480be1fef9c5719052cdb15d993469" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.21.0/firebase-tools-win.exe#/firebase.exe", + "hash": "a3850a6c32898df9c265f0419d2a1279e4099f374de99bc24a2be55c9a4368e6" } }, "bin": "firebase.exe",