From 1ed34ed68639a727090366da2225745cef12acff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:26:14 +0000 Subject: [PATCH] firebase: Update to version 13.11.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index ce16e46546..c43ed9cc7d 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.10.2", + "version": "13.11.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.10.2/firebase-tools-win.exe#/firebase.exe", - "hash": "b02f4dee944d2a7ede9ebaeff59fa14c72ef074e1761b63bec5bef9fab0e14e1" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.11.0/firebase-tools-win.exe#/firebase.exe", + "hash": "7a0aef24f4b3c1aac895e7c5fce6a67bd80712e5f608ca813eecb52d96182410" } }, "bin": "firebase.exe",