From df3ab5da6571d64116408a648cc9a6507b8dd9cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:28:13 +0000 Subject: [PATCH] firebase: Update to version 13.18.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 58d91a3abc..19ce21996c 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.17.0", + "version": "13.18.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.17.0/firebase-tools-win.exe#/firebase.exe", - "hash": "8f2ee194df39f9fc67e9d8c9b6aff794c9272d4f468e5ac1dbc9dd4f586d78d3" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.18.0/firebase-tools-win.exe#/firebase.exe", + "hash": "72232fee5265cefa28501675a7107ac15e02f6378052ecd519cdcf3bc2955efe" } }, "bin": "firebase.exe",