From 6106b49058c0578c56d35985e822794dd13605ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:33:09 +0000 Subject: [PATCH] firebase: Update to version 13.5.2 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 12e01b07a6..e4b8a60d6a 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.5.1", + "version": "13.5.2", "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.5.1/firebase-tools-win.exe#/firebase.exe", - "hash": "2c4a08f501d255b774d3637bb46574aa601839ca8cfeffe60d4e6b8fa2f68335" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.5.2/firebase-tools-win.exe#/firebase.exe", + "hash": "3abaac6714a8fe247a2dedc31537051e00173970946844a2d4fea78d54549141" } }, "bin": "firebase.exe",