From 5756911c358ef46ff30568e6edd4e0fbea630152 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:32:32 +0000 Subject: [PATCH] firebase: Update to version 12.5.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 3396e3ceb2..2a82f3e911 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.5.0", + "version": "12.5.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.5.0/firebase-tools-win.exe#/firebase.exe", - "hash": "af6bcb043bf28e629e1a1834c3e8426f65f966bfe1135d2d261debce4ecbb2f9" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.5.1/firebase-tools-win.exe#/firebase.exe", + "hash": "b10567b90efc29270387994bb8d883af7ca565582c14443506be20f9a57b3ed5" } }, "bin": "firebase.exe",