From 99429975bc59c32120333a58e1e6ec0c42ed0ff9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 04:29:37 +0000 Subject: [PATCH] firebase: Update to version 10.0.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 9442723a44..711e24486b 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "9.23.2", + "version": "10.0.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/v9.23.2/firebase-tools-win.exe#/firebase.exe", - "hash": "dc68979146edc758375831995b2c4ba18c3b54c60c13df511ddf48b437dc692c" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.0.0/firebase-tools-win.exe#/firebase.exe", + "hash": "fb6080da5afdefbddc64ebcd1a6e4b42615ab4f390d6229f9463e818d1266ac0" } }, "bin": "firebase.exe",