diff --git a/package.json b/package.json index c90e3c9..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": { @@ -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": "*",