From f594dadc1d08132bc99d55391f5f8b2fa922fc30 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 23 Mar 2015 12:40:38 -0700 Subject: [PATCH] Bump Cheerio to ^0.19.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 530c486..8bfda4c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "bluebird": "^2.9.12", "body-parser": "^1.12.0", "chalk": "^1.0.0", - "cheerio": "^0.18.0", + "cheerio": "^0.19.0", "commander": "^2.6.0", "debug": "^2.1.1", "express": "^4.11.2",