From 9d215e811112a5040e1a8a4ddab4e15a5f06e312 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 00:35:16 +0000 Subject: [PATCH] firebase: Update to version 10.1.2 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 7df818ad5f..a01053a3af 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "10.1.1", + "version": "10.1.2", "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.1/firebase-tools-win.exe#/firebase.exe", - "hash": "f8ef89ad71aba5a5f7cf4cf7f623ba2e770c66fc993f21f6cfb0b637f93a55e4" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.1.2/firebase-tools-win.exe#/firebase.exe", + "hash": "aeb40eecbded9f4b6e9db25d874a508ca5eaf91cd37bcec022520775a686ca8f" } }, "bin": "firebase.exe",