From 4adc6bdbb62641c0f9e783f77ef981812cfc7583 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 00:35:10 +0000 Subject: [PATCH] firebase: Update to version 12.3.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index c6372ea3bb..fcfa96ce3e 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.3.0", + "version": "12.3.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.3.0/firebase-tools-win.exe#/firebase.exe", - "hash": "0aea5023d96a4b65131b5181b92ed5ffcb979dbacf3985003e18b8068a579936" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.3.1/firebase-tools-win.exe#/firebase.exe", + "hash": "25f47e4a69b0e5edbd0319cb06a9859cdc78926d46d8431dc836ae45bd1cd724" } }, "bin": "firebase.exe",