From 03058979c08d099c9b52c80def91afe55a1f9216 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 00:32:45 +0000 Subject: [PATCH] firebase: Update to version 13.0.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 281b6c66f4..bf1279778c 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.0.0", + "version": "13.0.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.0.0/firebase-tools-win.exe#/firebase.exe", - "hash": "96af799c214ce95c062b567b4d54cda99f84c74c9bd523e1be582d8b392e81a6" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.0.1/firebase-tools-win.exe#/firebase.exe", + "hash": "54f96cf810a99f6c6ade64039826380f88efae85d9a075f44fb300c80647271b" } }, "bin": "firebase.exe",