From beb95ba0c18cf67ff2b90869e514ae9f1188841c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:33:51 +0000 Subject: [PATCH] firebase: Update to version 13.8.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index ff6f089049..95b8ced67e 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.7.5", + "version": "13.8.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.7.5/firebase-tools-win.exe#/firebase.exe", - "hash": "ab196021d6695fb85b71cc9a0a0b7858fc155ccfb96857279a7e1dd14847ee38" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.8.0/firebase-tools-win.exe#/firebase.exe", + "hash": "233ca7434859abc1baf0fc1f1e4e0f339c1f5617b5a42a8eb24eddd4952606eb" } }, "bin": "firebase.exe",