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