From e7a77e06e18c0ed86a37acc03eb9e7975a489bab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 00:33:39 +0000 Subject: [PATCH] firebase: Update to version 12.0.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 618acc9b3d..dca34c817b 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.30.0", + "version": "12.0.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.30.0/firebase-tools-win.exe#/firebase.exe", - "hash": "22128bae7dd2da70cea6b61ee7d8f99e64b7cacc755a159487833c5ba9857eea" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.0.0/firebase-tools-win.exe#/firebase.exe", + "hash": "c0968685f6707c8d4a018b67c704b383f7142e964bc5d5319c60bc7f71c27bac" } }, "bin": "firebase.exe",