From 3c01c56a285be4cd6add2cce37c3b00d2bc48279 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 04:29:10 +0000 Subject: [PATCH] firebase: Update to version 10.1.5 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index a683a16e27..7a867c7b59 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "10.1.4", + "version": "10.1.5", "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.4/firebase-tools-win.exe#/firebase.exe", - "hash": "fb00bba1bb26db4badef829dab7cc2e9dc6102a9a7f2f7bcb28b28c9db3511f7" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.1.5/firebase-tools-win.exe#/firebase.exe", + "hash": "b4d05e53d4a16409486e2e7cfa1d2097e4edbf9ce3e371f3527d6f8df627759d" } }, "bin": "firebase.exe",