From d6f2f18584365e8c32ebde83daf316333b98abd0 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 9 Feb 2017 12:50:45 +0100 Subject: [PATCH 1/1] Update readline-sync --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ff96bbb..cf0d34d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1027,9 +1027,9 @@ "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz" }, "readline-sync": { - "version": "1.4.1", - "from": "readline-sync@>=1.4.1 <2.0.0", - "resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.1.tgz" + "version": "1.4.6", + "from": "readline-sync@latest", + "resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.6.tgz" }, "request": { "version": "2.69.0", diff --git a/package.json b/package.json index e2e0488..d303b4f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "passport": "^0.2.2", "passport-http-bearer": "^1.0.1", "passport-ldapjs": "^1.0.2", - "readline-sync": "^1.4.1", + "readline-sync": "^1.4.6", "request": "^2.69.0", "safetydance": "^0.1.1", "serve-index": "^1.8.0", -- 2.41.0