From e7d3e5f98e55891e0063f2d245c8ace6cfe3cedc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 20:26:09 +0000 Subject: [PATCH] firebase: Update to version 13.9.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 128a2ec33d..b40572f580 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.8.3", + "version": "13.9.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.8.3/firebase-tools-win.exe#/firebase.exe", - "hash": "dc447142c6241844e308204e7e46596aa2674e50295f667f946d4075e3d78b22" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.9.0/firebase-tools-win.exe#/firebase.exe", + "hash": "f5d254ccf2f01140f4de9285ea8be4ae486ac7608e354151e2721806b105793c" } }, "bin": "firebase.exe",