From 3e8bbac4bfdd46f89eb50019f6d5516e0afa9124 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 20:25:41 +0000 Subject: [PATCH] firebase: Update to version 10.2.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index ab9c2e1535..b52048082c 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "10.2.0", + "version": "10.2.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.2.0/firebase-tools-win.exe#/firebase.exe", - "hash": "1d112c3ec00d40281c5e87b7bb003f3ff639253e73eb5df9b5d04a40117ad0b5" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.2.1/firebase-tools-win.exe#/firebase.exe", + "hash": "5f7f91b0814efc0450a59c66c8dba649f7fa8337635a363a50c861faddd6e5f3" } }, "bin": "firebase.exe",