diff options
Diffstat (limited to 'deps/npm/node_modules/sshpk/package.json')
-rw-r--r-- | deps/npm/node_modules/sshpk/package.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deps/npm/node_modules/sshpk/package.json b/deps/npm/node_modules/sshpk/package.json index ae4bcb7f92..14d6658ceb 100644 --- a/deps/npm/node_modules/sshpk/package.json +++ b/deps/npm/node_modules/sshpk/package.json @@ -1,8 +1,8 @@ { "_from": "sshpk@^1.7.0", - "_id": "sshpk@1.14.1", + "_id": "sshpk@1.14.2", "_inBundle": false, - "_integrity": "sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s=", + "_integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=", "_location": "/sshpk", "_phantomChildren": {}, "_requested": { @@ -18,8 +18,8 @@ "_requiredBy": [ "/http-signature" ], - "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.1.tgz", - "_shasum": "130f5975eddad963f1d56f92b9ac6c51fa9f83eb", + "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz", + "_shasum": "c6fc61648a3d9c4e764fd3fcdf4ea105e492ba98", "_spec": "sshpk@^1.7.0", "_where": "/Users/rebecca/code/npm/node_modules/http-signature", "author": { @@ -56,6 +56,7 @@ "ecc-jsbn": "~0.1.1", "getpass": "^0.1.1", "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", "tweetnacl": "~0.14.0" }, "deprecated": false, @@ -96,5 +97,5 @@ "scripts": { "test": "tape test/*.js" }, - "version": "1.14.1" + "version": "1.14.2" } |