From 5b394fff7ebd0f231c62b93122ab9c975d13161f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:34:08 +0000 Subject: [PATCH] firebase: Update to version 13.14.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index aca8dae8c1d30..43bce4ffbf1fc 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.13.3", + "version": "13.14.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.13.3/firebase-tools-win.exe#/firebase.exe", - "hash": "584af9a0f2d49b07fa1b0512f091aaed295810736cb0983e88b45c78d76812ae" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.14.0/firebase-tools-win.exe#/firebase.exe", + "hash": "a8f8b9a9ac1fe45cc95cae56d7bc586d836c3d75c6c181523473221664efad85" } }, "bin": "firebase.exe",