From 05d94d5f1863c9f4f0fe9a1ca168c625779e8687 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:28:26 +0000 Subject: [PATCH] firebase: Update to version 13.19.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 19ce21996c..d7498a16e4 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.18.0", + "version": "13.19.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.18.0/firebase-tools-win.exe#/firebase.exe", - "hash": "72232fee5265cefa28501675a7107ac15e02f6378052ecd519cdcf3bc2955efe" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.19.0/firebase-tools-win.exe#/firebase.exe", + "hash": "7155349510efd081ba54f954d37b1e72365cb64d1557534d7fa2195e5cae0520" } }, "bin": "firebase.exe",