From 3e3da6b90c025228f405b8b2e240b84ab07e4507 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:26:53 +0000 Subject: [PATCH] firebase: Update to version 11.29.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 105cd2751b..eebdbe222b 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.29.0", + "version": "11.29.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/v11.29.0/firebase-tools-win.exe#/firebase.exe", - "hash": "ed07ebabf5642c51e40576db13aa517c19e2cc2a1ced7124833ee9467a7c2650" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.29.1/firebase-tools-win.exe#/firebase.exe", + "hash": "577e2dedce7223ccac71dd52e6d0f2adcb55140a3518c4846b91faf2d8555f60" } }, "bin": "firebase.exe",