From eb697efd0a1f2d0fea1fabf9a8f6cd71bc3c7251 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 19 Nov 2021 00:00:58 +0000 Subject: [PATCH] firebase: Update to version 9.23.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 9530250b31..318aa2cf1d 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "9.22.0", + "version": "9.23.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.22.0/firebase-tools-win.exe#/firebase.exe", - "hash": "d7c9df4bc0f8336b918134bd1752b3ee0e3428a041567aec71b5ca72a3193fbf" + "url": "https://github.com/firebase/firebase-tools/releases/download/v9.23.0/firebase-tools-win.exe#/firebase.exe", + "hash": "7b935830914c74bba75ab95c68c952e9c80e4298a78ef78734bf4536e482f1fd" } }, "bin": "firebase.exe",