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