From 27b0df695dc1957604ed1166dc15cfa09b605660 Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 15 Sep 2016 21:01:48 -0400 Subject: [PATCH] bump utf7 dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {