From 80120395b0e0cf33c8fbecb3f5a5ee79d7058b71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:24:49 +0000 Subject: [PATCH] firebase: Update to version 12.6.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 0a66f8820a..6304ed474a 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.6.0", + "version": "12.6.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.6.0/firebase-tools-win.exe#/firebase.exe", - "hash": "29d901f342b6c043c8dfc06242d4a6d36327fc5ef4ddbe335c81b7d196043c33" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.6.1/firebase-tools-win.exe#/firebase.exe", + "hash": "7487d06087cb5b29165de2afcc89d1590bd55423de29caffc909d50b957780a0" } }, "bin": "firebase.exe",