From 0bcb7f9d52be66f30eebfb324d6a3a791659595a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 00:33:46 +0000 Subject: [PATCH] firebase: Update to version 10.7.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index 34f1608f2a..5c64daff0a 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "10.6.0", + "version": "10.7.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/v10.6.0/firebase-tools-win.exe#/firebase.exe", - "hash": "5dfa5c0f9f385dc19f7e48d82d3e1381b91e3fb17f67370a89f6f9e0c80bac63" + "url": "https://github.com/firebase/firebase-tools/releases/download/v10.7.0/firebase-tools-win.exe#/firebase.exe", + "hash": "d1d5faa6dc08b671d70c1b3e93b71b2f4441fd1a905c50cca5967276987e5054" } }, "bin": "firebase.exe",