From ddac2ef81e644ffd0480c74d3fc8f7614df15d21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 00:33:53 +0000 Subject: [PATCH] firebase: Update to version 12.3.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index fb8f943ce8..c6372ea3bb 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.2.1", + "version": "12.3.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.2.1/firebase-tools-win.exe#/firebase.exe", - "hash": "bbc5cc9859060deca0106ef839c11bc66ba1d641a151470aa5d27c8866dc8dc9" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.3.0/firebase-tools-win.exe#/firebase.exe", + "hash": "0aea5023d96a4b65131b5181b92ed5ffcb979dbacf3985003e18b8068a579936" } }, "bin": "firebase.exe",