From 0c3996cf0d41db4995b4c54d8c355cc99db3d85f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 04:29:30 +0000 Subject: [PATCH] firebase: Update to version 11.23.1 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 07d8a02823..ccb8386186 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "11.23.0", + "version": "11.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/v11.23.0/firebase-tools-win.exe#/firebase.exe", - "hash": "9b9ca3226940cb83116be62c7a74f3dcd76a8aea66fa7d9c6797006c1793c20e" + "url": "https://github.com/firebase/firebase-tools/releases/download/v11.23.1/firebase-tools-win.exe#/firebase.exe", + "hash": "c402f3ae6bd0a98e108edfe34de0e9f935c6bc92497a3e4964b42494572c0e05" } }, "bin": "firebase.exe",