From 07b4593f855edb75d6de2fbac70ecb641ebd25f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:24:31 +0000 Subject: [PATCH] firebase: Update to version 12.5.2 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 2a82f3e911..09a92636f7 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.5.1", + "version": "12.5.2", "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.1/firebase-tools-win.exe#/firebase.exe", - "hash": "b10567b90efc29270387994bb8d883af7ca565582c14443506be20f9a57b3ed5" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.5.2/firebase-tools-win.exe#/firebase.exe", + "hash": "9dde101106bad9c05da1e026d1ffc16566fb775f1a45f27b894c2499d6f289a1" } }, "bin": "firebase.exe",