From d41b72350ae707c5bfe80899d8c5b9fac56cadf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 00:34:28 +0000 Subject: [PATCH] firebase: Update to version 12.2.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index f8e1e696a8..fb8f943ce8 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.2.0", + "version": "12.2.1", "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/v12.2.0/firebase-tools-win.exe#/firebase.exe", - "hash": "03bdc15b0251b860319139f8fd2e98490e50f9055c38c0f8c823bdeaae30fcfe" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.2.1/firebase-tools-win.exe#/firebase.exe", + "hash": "bbc5cc9859060deca0106ef839c11bc66ba1d641a151470aa5d27c8866dc8dc9" } }, "bin": "firebase.exe",