From 823f8861f43b391342c8978ed95183adfc93d1b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:33:42 +0000 Subject: [PATCH] firebase: Update to version 13.2.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 6a7c79715b..cf048e2220 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.1.0", + "version": "13.2.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.1.0/firebase-tools-win.exe#/firebase.exe", - "hash": "dd5fc418e831caaa851efe52388378286091e9556e9899fd9489fa42e956ce1f" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.2.0/firebase-tools-win.exe#/firebase.exe", + "hash": "c5ad6fc4c7557b69bac9e2cefd85841f745b6f12f6d322fed0a7718b783b2506" } }, "bin": "firebase.exe",