You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2019/05/02 14:40:17 UTC

[couchdb-nano] 01/05: prepare for v8.1.0 - dependency version bump

This is an automated email from the ASF dual-hosted git repository.

glynnbird pushed a commit to branch prepare8.1.0
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git

commit 80c8d77885a2c932ce00edd7745ce3700efbc281
Author: Glynn Bird <gl...@gmail.com>
AuthorDate: Thu May 2 15:33:59 2019 +0100

    prepare for v8.1.0 - dependency version bump
---
 package.json | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/package.json b/package.json
index 668df6c..ba02fd9 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "license": "Apache-2.0",
   "homepage": "http://github.com/apache/couchdb-nano",
   "repository": "http://github.com/apache/couchdb-nano",
-  "version": "8.0.1",
+  "version": "8.1.0",
   "author": "Apache CouchDB <de...@couchdb.apache.org> (http://couchdb.apache.org)",
   "keywords": [
     "couchdb",
@@ -18,17 +18,17 @@
   ],
   "dependencies": {
     "@types/request": "^2.47.1",
-    "cloudant-follow": "^0.18.0",
-    "debug": "^2.2.0",
+    "cloudant-follow": "^0.18.1",
+    "debug": "^4.1.1",
     "errs": "^0.3.2",
-    "request": "^2.85.0"
+    "request": "^2.88.0"
   },
   "devDependencies": {
-    "async": "^2.1.2",
+    "async": "^2.6.2",
     "istanbul": "^0.4.5",
-    "nock": "^9.6.1",
-    "standard": "^11.0.1",
-    "tape": "^4.6.2"
+    "nock": "^10.0.6",
+    "standard": "^12.0.1",
+    "tape": "^4.10.1"
   },
   "scripts": {
     "standard": "standard --fix",