From 7c8dc546fdf25770a5c52bdb83c0a11e1c203d1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 00:36:01 +0000 Subject: [PATCH] firebase: Update to version 12.2.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 2b302c02bd..f8e1e696a8 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.1.0", + "version": "12.2.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/v12.1.0/firebase-tools-win.exe#/firebase.exe", - "hash": "4ae324b5cd5aff32a12b5feefb0a6993031be1771b364fb3bcee41fa56a6bb02" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.2.0/firebase-tools-win.exe#/firebase.exe", + "hash": "03bdc15b0251b860319139f8fd2e98490e50f9055c38c0f8c823bdeaae30fcfe" } }, "bin": "firebase.exe",