Repository: couchdb-nano Updated Branches: refs/heads/master 596e9d1c6 -> 939c980ac
version bump for dependencies Project: http://git-wip-us.apache.org/repos/asf/couchdb-nano/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-nano/commit/04386c17 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-nano/tree/04386c17 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-nano/diff/04386c17 Branch: refs/heads/master Commit: 04386c17cdf66233b2c50b42e0bef1f59485d400 Parents: 596e9d1 Author: Glynn Bird <[email protected]> Authored: Wed Oct 26 10:51:56 2016 +0100 Committer: Glynn Bird <[email protected]> Committed: Wed Oct 26 10:51:56 2016 +0100 ---------------------------------------------------------------------- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-nano/blob/04386c17/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 7517baf..3f7c092 100644 --- a/package.json +++ b/package.json @@ -17,19 +17,19 @@ "database" ], "dependencies": { - "request": "^2.53.0", + "request": "^2.76.0", "follow": "^0.12.1", - "errs": "^0.3.0", - "underscore": "^1.7.0", - "debug": "^2.0.0" + "errs": "^0.3.2", + "underscore": "^1.8.3", + "debug": "^2.2.0" }, "devDependencies": { - "async": "^0.9.0", - "tape": "^3.0.0", - "istanbul": "^0.3.2", - "jshint": "^2.5.6", - "jscs": "^1.7.0", - "nock": "^0.48.1", + "async": "^2.1.2", + "tape": "^4.6.2", + "istanbul": "^0.4.5", + "jshint": "^2.9.4", + "jscs": "^3.0.7", + "nock": "^9.0.0", "endswith": "^0.0.0", "tape-it": "^0.3.1" },
