From 6ba3808bd1d55e0160156edfd589b05dc04d07cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 04:29:21 +0000 Subject: [PATCH] firebase: Update to version 14.13.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index d9d39b815c..60a6655b32 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "14.12.1", + "version": "14.13.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/v14.12.1/firebase-tools-win.exe#/firebase.exe", - "hash": "1ff5fbd9c56c16ce1e890952e03d99d7515758760831ff04dcb844ad4f968293" + "url": "https://github.com/firebase/firebase-tools/releases/download/v14.13.0/firebase-tools-win.exe#/firebase.exe", + "hash": "0d90fcd5f68d898557de715c2548afa853d59f9a57ed5da92433c8fa664b839e" } }, "bin": "firebase.exe",