From e23bd8b500adc0279ac379065e1c31d755b65000 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:32:32 +0000 Subject: [PATCH] firebase: Update to version 13.3.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 6ed341271a..21a3fc24b0 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.2.1", + "version": "13.3.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.2.1/firebase-tools-win.exe#/firebase.exe", - "hash": "4a9b213e2f30c8b7c9a11a406a64a025ba574dd4f979176d66991ec106d4fb61" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.3.0/firebase-tools-win.exe#/firebase.exe", + "hash": "755fa999c2eb3360ff27c8cb782459a31684932229401882ddac8f049b3a8fa9" } }, "bin": "firebase.exe",