From f04bd4abba326b130c7baaa3814181cd3e4f2565 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 00:34:00 +0000 Subject: [PATCH] firebase: Update to version 10.0.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 711e24486b..7dcf2d2846 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "10.0.0", + "version": "10.0.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/v10.0.0/firebase-tools-win.exe#/firebase.exe", - "hash": "fb6080da5afdefbddc64ebcd1a6e4b42615ab4f390d6229f9463e818d1266ac0" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.0.1/firebase-tools-win.exe#/firebase.exe", + "hash": "616a3552b2692cf5b5aeab4885f3c0a8a2546891b0f3753913a5bc97f859d8a8" } }, "bin": "firebase.exe",