From 942cbe0560bf64d639acf2d43afae650eb0d7bb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 00:48:24 +0000 Subject: [PATCH] firebase: Update to version 11.13.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 3d13416317..b843aee766 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.12.0", + "version": "11.13.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/v11.12.0/firebase-tools-win.exe#/firebase.exe", - "hash": "7ce4ec5ae8c1eb17496a226fb82a091b812733e6ac2a41c2144580c12c895692" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.13.0/firebase-tools-win.exe#/firebase.exe", + "hash": "ed36d3e662ec8fad3ca725614b430ccb32d68031a85ec311c9af16dbe97b05ed" } }, "bin": "firebase.exe",