From bbad051639d7f656524c010fb5401c299211b1f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:33:38 +0000 Subject: [PATCH] firebase: Update to version 13.11.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index c43ed9cc7d..243a993b2a 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.11.0", + "version": "13.11.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.11.0/firebase-tools-win.exe#/firebase.exe", - "hash": "7a0aef24f4b3c1aac895e7c5fce6a67bd80712e5f608ca813eecb52d96182410" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.11.1/firebase-tools-win.exe#/firebase.exe", + "hash": "ad5a7b440d4e0ab3c0e47ed81f9086815efdc5d22cffccaa686d3b526db53551" } }, "bin": "firebase.exe",