From 717c29a90674dab052b4b3ba2ca0ae42834aebe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:33:37 +0000 Subject: [PATCH] firebase: Update to version 13.5.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 524e0af2d7..12e01b07a6 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.5.0", + "version": "13.5.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.5.0/firebase-tools-win.exe#/firebase.exe", - "hash": "40b16c2a727fadea033a4773c14436a58e1a99e5ba05673e7c656fcd4400fec1" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.5.1/firebase-tools-win.exe#/firebase.exe", + "hash": "2c4a08f501d255b774d3637bb46574aa601839ca8cfeffe60d4e6b8fa2f68335" } }, "bin": "firebase.exe",