From 06d2e672edfa4ae5b62e981ddd7438cee6268c16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 00:35:03 +0000 Subject: [PATCH] firebase: Update to version 13.24.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index e3df6d5b97..df8b009564 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.24.0", + "version": "13.24.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/v13.24.0/firebase-tools-win.exe#/firebase.exe", - "hash": "3e6fd362d663e2f7636575313db04d1264b90dd06ae4589972e29e906d7982b7" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.24.1/firebase-tools-win.exe#/firebase.exe", + "hash": "08b9523f174bc544a18f9e2628223b9e94418073e322dae03746258bd1d06ac4" } }, "bin": "firebase.exe",