From e78a56712dae6a2111064c5d90884c7f19d3e2c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 20:25:35 +0000 Subject: [PATCH] firebase: Update to version 11.30.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index eebdbe222b..618acc9b3d 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.29.1", + "version": "11.30.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.29.1/firebase-tools-win.exe#/firebase.exe", - "hash": "577e2dedce7223ccac71dd52e6d0f2adcb55140a3518c4846b91faf2d8555f60" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.30.0/firebase-tools-win.exe#/firebase.exe", + "hash": "22128bae7dd2da70cea6b61ee7d8f99e64b7cacc755a159487833c5ba9857eea" } }, "bin": "firebase.exe",