From 69f27d65023ca35a358ed7c9f60ad3364299783b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 20:27:42 +0000 Subject: [PATCH] firebase: Update to version 9.23.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 318aa2cf1d..bfc16d3ac0 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "9.23.0", + "version": "9.23.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/v9.23.0/firebase-tools-win.exe#/firebase.exe", - "hash": "7b935830914c74bba75ab95c68c952e9c80e4298a78ef78734bf4536e482f1fd" + "url": "https://github.com/firebase/firebase-tools/releases/download/v9.23.1/firebase-tools-win.exe#/firebase.exe", + "hash": "0338252fb06d8080c9843eb3130eed72349f3d4c97f842f6a168d9050709fc32" } }, "bin": "firebase.exe",