From 19518551b59e656639390756bd50cd54076774ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:27:36 +0000 Subject: [PATCH] firebase: Update to version 12.9.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index a36b2ee7d2..87ba1c89bf 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.9.0", + "version": "12.9.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/v12.9.0/firebase-tools-win.exe#/firebase.exe", - "hash": "4eb851e9250669fd6889d5da51a50891f7653350458b03383191c3a66735a732" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.9.1/firebase-tools-win.exe#/firebase.exe", + "hash": "d8d1777c72704a6c78a699071852fb41b27f3cec365ceb53689acd2257dde339" } }, "bin": "firebase.exe",