From da9dc114fe32063a9f19e0551a6c6cc46c78e1fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 04:26:29 +0000 Subject: [PATCH] firebase: Update to version 12.6.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index ac608f4487..0a66f8820a 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.5.4", + "version": "12.6.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/v12.5.4/firebase-tools-win.exe#/firebase.exe", - "hash": "5e707252f45ed2f5f53b2d98867af12e923507915e4045cc6624c6332ae16f0e" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.6.0/firebase-tools-win.exe#/firebase.exe", + "hash": "29d901f342b6c043c8dfc06242d4a6d36327fc5ef4ddbe335c81b7d196043c33" } }, "bin": "firebase.exe",