From d07778deb4a96adb52d439ce8b5e06d59eadbb65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:33:10 +0000 Subject: [PATCH] firebase: Update to version 12.8.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index e87c6e06c2..0f92721414 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.7.0", + "version": "12.8.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.7.0/firebase-tools-win.exe#/firebase.exe", - "hash": "33c3b65fc732aba8939ead3f8725511fd4b6ce50d82a20f4427cc18786ceeb12" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.8.0/firebase-tools-win.exe#/firebase.exe", + "hash": "1b2340fd9f253fc943a873bc698e51600086c642a1a31776572a73664c8e6814" } }, "bin": "firebase.exe",