From 71a626a3face79dd138ace47a13addf2dde7db8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 00:32:32 +0000 Subject: [PATCH] firebase: Update to version 13.1.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 443183e75e..6a7c79715b 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.0.3", + "version": "13.1.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.0.3/firebase-tools-win.exe#/firebase.exe", - "hash": "0da67688168401ee7319541dfc3d8b3e1151f01ea94d7d122b7325550f7617a0" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.1.0/firebase-tools-win.exe#/firebase.exe", + "hash": "dd5fc418e831caaa851efe52388378286091e9556e9899fd9489fa42e956ce1f" } }, "bin": "firebase.exe",