From 54759d3aa93cd9172b798b8a7d8d6974d384a1a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:38:17 +0000 Subject: [PATCH] firebase: Update to version 11.25.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 4824036206..5f6a3a25da 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.24.1", + "version": "11.25.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/v11.24.1/firebase-tools-win.exe#/firebase.exe", - "hash": "0f46e3f1ee46063ff7e46aa4917faa05a4bae06c10becc64999750d4b9515b9b" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.25.1/firebase-tools-win.exe#/firebase.exe", + "hash": "ac3cbaaa655423b1a8b2afb7ceab1087733b693ed0036c5cc16c7a95690556c6" } }, "bin": "firebase.exe",