From 118f12a21e4005a6e0165fbea2dc54795cc68500 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 00:34:48 +0000 Subject: [PATCH] firebase: Update to version 13.22.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index b2caa2e514..a5b5e7f416 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.22.0", + "version": "13.22.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.22.0/firebase-tools-win.exe#/firebase.exe", - "hash": "a3c3dc7e577249a67a792b017d4ffa24690c65cb6a1b40fa5b7d24023af84f6d" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.22.1/firebase-tools-win.exe#/firebase.exe", + "hash": "3360f7e3858d738af21e06796f6456bea44e27906ec019caadf27904e8f308c9" } }, "bin": "firebase.exe",