diff --git a/package.json b/package.json index 57cfb2d..e2f4764 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "imap", - "version": "0.8.3", + "version": "0.8.4", "author": "Brian White ", "description": "An IMAP module for node.js that makes communicating with IMAP servers easy", "main": "./lib/Connection", "dependencies": { "utf7": "1.0.0", - "readable-stream": "1.1.7" + "readable-stream": "1.1.9" }, "scripts": { "test": "node test/test.js"