From dbb4412102571be5c13093782d8c33eafaa093d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:32:28 +0000 Subject: [PATCH] firebase: Update to version 13.0.3 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index d11a997810..443183e75e 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.0.2", + "version": "13.0.3", "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.2/firebase-tools-win.exe#/firebase.exe", - "hash": "102d91204ee88a59b555d6a15f328aebe114d3a111c38c52b0c3fcb7d84236ab" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.0.3/firebase-tools-win.exe#/firebase.exe", + "hash": "0da67688168401ee7319541dfc3d8b3e1151f01ea94d7d122b7325550f7617a0" } }, "bin": "firebase.exe",