From da7f1c39b1c920cad0075b12eeaff5f437f4a68c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:30:02 +0000 Subject: [PATCH] firebase: Update to version 13.17.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index cf9ebdf891..58d91a3abc 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.16.0", + "version": "13.17.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.16.0/firebase-tools-win.exe#/firebase.exe", - "hash": "14501df5254c11aae1f4e41d704d8ff94726f3e0737335650625f2e973594286" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.17.0/firebase-tools-win.exe#/firebase.exe", + "hash": "8f2ee194df39f9fc67e9d8c9b6aff794c9272d4f468e5ac1dbc9dd4f586d78d3" } }, "bin": "firebase.exe",