From 7cf09cb08b144557900624798877c2c3c27aa211 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 20:25:24 +0000 Subject: [PATCH] firebase: Update to version 13.10.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 0cca6446de..24b55eb965 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.10.0", + "version": "13.10.1", "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.0/firebase-tools-win.exe#/firebase.exe", - "hash": "5eabc9616d15916563399554070f252b9972e286521ead266cac83d0a2f5e7b3" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.10.1/firebase-tools-win.exe#/firebase.exe", + "hash": "112a4c37385bbb34ee75dfa77e422c0c94fd3856e97a9f1dfb30bd2b1c9a3db7" } }, "bin": "firebase.exe",