diff --git a/package.json b/package.json index 37668d5..03cfbb9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "An IMAP module for node.js that makes communicating with IMAP servers easy", "main": "./lib/Connection", "dependencies": { - "utf7": "1.0.0", + "utf7": ">=1.0.2", "readable-stream": "1.1.x" }, "scripts": {