From e80b276aa0df4162f2adff1855a6458395856cfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 00:34:05 +0000 Subject: [PATCH] firebase: Update to version 13.8.3 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index be95faa62b..128a2ec33d 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.8.2", + "version": "13.8.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.8.2/firebase-tools-win.exe#/firebase.exe", - "hash": "bf6c7bbde82949bb3c9b1be20d9c2525425cd5547b43fce3aa228c7658e1dd2f" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.8.3/firebase-tools-win.exe#/firebase.exe", + "hash": "dc447142c6241844e308204e7e46596aa2674e50295f667f946d4075e3d78b22" } }, "bin": "firebase.exe",