From 9cb9b3f21d205ebc84f271f45e8fe4efb249503e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:05:33 +0000 Subject: [PATCH] firebase: Update to version 13.7.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 4ce901d632..696c403e16 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.6.1", + "version": "13.7.0", "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.1/firebase-tools-win.exe#/firebase.exe", - "hash": "1e6cbb7759a7fd35ada8ea20376526fa19b4b51bf4c8308423733cd3b3e0fe4d" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.7.0/firebase-tools-win.exe#/firebase.exe", + "hash": "65e3f820fd03f90be24f47d3c04233caf83492b845267c24dcc69cb175f08e73" } }, "bin": "firebase.exe",