From 14a705dcc5c83f3c5b77216015c9d50605e3241b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 04:29:50 +0000 Subject: [PATCH] firebase: Update to version 10.1.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index e395c61551..7df818ad5f 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "10.1.0", + "version": "10.1.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.1.0/firebase-tools-win.exe#/firebase.exe", - "hash": "1d025b80e666ac8054a7efc8b316582dc9796c13c6943538b2241c109511f515" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.1.1/firebase-tools-win.exe#/firebase.exe", + "hash": "f8ef89ad71aba5a5f7cf4cf7f623ba2e770c66fc993f21f6cfb0b637f93a55e4" } }, "bin": "firebase.exe",