From dfea80afe1f783d32740ac7891979bd575872e5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 04:28:23 +0000 Subject: [PATCH] firebase: Update to version 13.10.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index b40572f580..0cca6446de 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.9.0", + "version": "13.10.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.9.0/firebase-tools-win.exe#/firebase.exe", - "hash": "f5d254ccf2f01140f4de9285ea8be4ae486ac7608e354151e2721806b105793c" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.10.0/firebase-tools-win.exe#/firebase.exe", + "hash": "5eabc9616d15916563399554070f252b9972e286521ead266cac83d0a2f5e7b3" } }, "bin": "firebase.exe",