From 5b11adfd05b2b45fd6270b1a99c9080d129b8f97 Mon Sep 17 00:00:00 2001 From: "Indospace.io" Date: Thu, 4 Oct 2018 03:34:15 -0700 Subject: [PATCH 1/2] package.json these dependencies are older than my underwear :-) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c90e3c9..2739549 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "author": "JP Richardson ", "license": "MIT", "dependencies": { - "cheerio": "^0.19.0", - "request": "^2.54.0" + "cheerio": "^1.0.0-rc.2", + "request": "^2.88.0" }, "devDependencies": { "mocha": "*", From b9557209bf35831d0a2a3fd3170cf8149569742e Mon Sep 17 00:00:00 2001 From: "Indospace.io" Date: Thu, 4 Oct 2018 03:37:02 -0700 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2739549..d9eac58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google", - "version": "2.1.0", + "version": "2.2.0", "description": "A module to search and scrape google. This is not sponsored, supported, or affiliated with Google Inc.", "homepage": "https://github.com/jprichardson/node-google", "repository": {