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