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