Description: Replace through with node-through2, which is better
 maintained.
Forwarded: not-needed
Author: Paolo Greppi <paolo.greppi@libpf.com>

Index: node-inquirer/lib/ui/bottom-bar.js
===================================================================
--- node-inquirer.orig/lib/ui/bottom-bar.js
+++ node-inquirer/lib/ui/bottom-bar.js
@@ -3,7 +3,7 @@
  */
 
 var util = require('util');
-var through = require('through');
+var through = require('through2');
 var Base = require('./baseUI');
 var rlUtils = require('../utils/readline');
 var _ = require('lodash');
