From 0cb91c7b254135ae363581c9ffdf764e5587fc87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:29:16 +0000 Subject: [PATCH] firebase: Update to version 13.23.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index a5b5e7f416..040cbb58eb 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.22.1", + "version": "13.23.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/v13.22.1/firebase-tools-win.exe#/firebase.exe", - "hash": "3360f7e3858d738af21e06796f6456bea44e27906ec019caadf27904e8f308c9" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.23.0/firebase-tools-win.exe#/firebase.exe", + "hash": "ea0f570adcd5f4450601f8947f1c114a5511eecfa3fa7d389f713792440feb64" } }, "bin": "firebase.exe",