From 0a9c5c032bb084dd5613c9f0a2bfae3c466c577d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:36:01 +0000 Subject: [PATCH] firebase: Update to version 13.13.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index dfffc16117..1f7cff490f 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.13.0", + "version": "13.13.1", "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.0/firebase-tools-win.exe#/firebase.exe", - "hash": "2459270f638dd2e6e685dd391c4c99ffc2b7715c32ee78830d80c0d543cdedfd" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.13.1/firebase-tools-win.exe#/firebase.exe", + "hash": "1b3ecae46780f2c88d88549ff614c49a8e02834b7ff491cf8e0459e774ff00c6" } }, "bin": "firebase.exe",