From d5c60adadd22c8527a799d6b43bc8b2916943908 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:14:36 +0000 Subject: [PATCH] firebase: Update to version 13.6.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 0addf46d70..4ce901d632 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.6.0", + "version": "13.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/v13.6.0/firebase-tools-win.exe#/firebase.exe", - "hash": "493531067fba6f6bd5a9f7bf040886a658057705db7b537196faee0249e3445e" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.6.1/firebase-tools-win.exe#/firebase.exe", + "hash": "1e6cbb7759a7fd35ada8ea20376526fa19b4b51bf4c8308423733cd3b3e0fe4d" } }, "bin": "firebase.exe",