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