From 75bd158c7d413419b0ecfd528727f73a179e4e14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:30:15 +0000 Subject: [PATCH] firebase: Update to version 13.21.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index ce15aa1206..5cc79a37a7 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.20.2", + "version": "13.21.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.20.2/firebase-tools-win.exe#/firebase.exe", - "hash": "64858142eff460961d9d56871eec83749e941bcae37c855552bab2a3807bbbc5" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.21.0/firebase-tools-win.exe#/firebase.exe", + "hash": "f4cf14f1e60edbdd22ee377d844c1b0dd25cb32edfa1e0b5fe5a25bc9822e863" } }, "bin": "firebase.exe",