From d2c6a0acb169cf361ea71e664846655ca2f1f56c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:25:34 +0000 Subject: [PATCH] firebase: Update to version 13.13.2 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 1f7cff490f..bb49d51cd6 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.13.1", + "version": "13.13.2", "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.1/firebase-tools-win.exe#/firebase.exe", - "hash": "1b3ecae46780f2c88d88549ff614c49a8e02834b7ff491cf8e0459e774ff00c6" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.13.2/firebase-tools-win.exe#/firebase.exe", + "hash": "4801716d4832de9cdf366abe084194919a5e5cae4d6adfae5f58ae056748eaaf" } }, "bin": "firebase.exe",