From 27243e0f19a4271db4167ab2ec726aa1da64553a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 00:34:19 +0000 Subject: [PATCH] firebase: Update to version 12.4.6 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index cb14c7e897..8f00174168 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.4.5", + "version": "12.4.6", "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.4.5/firebase-tools-win.exe#/firebase.exe", - "hash": "1bdf48a96eedc40a949fc591e3416631a3b67486f42c1ea781357e7039b76674" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.4.6/firebase-tools-win.exe#/firebase.exe", + "hash": "552a97db7fed24dc48aaa765cdd1dab1d935f40cc20a49d901d31a7d9ac18206" } }, "bin": "firebase.exe",