From d30e7add7f698b10002f816c826f26f033c1272e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:30:47 +0000 Subject: [PATCH] firebase: Update to version 12.7.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index fb7a222f7c..e87c6e06c2 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "12.6.2", + "version": "12.7.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.6.2/firebase-tools-win.exe#/firebase.exe", - "hash": "7174ba1732b89659e2146f5c976cddc97ac97072c8e8b16ef55557ec1a2a44a1" + "url": "https://github.com/firebase/firebase-tools/releases/download/v12.7.0/firebase-tools-win.exe#/firebase.exe", + "hash": "33c3b65fc732aba8939ead3f8725511fd4b6ce50d82a20f4427cc18786ceeb12" } }, "bin": "firebase.exe",