Skip to content

Commit

Permalink
Update dependencies to fix security issues
Browse files Browse the repository at this point in the history
Fixes #606
  • Loading branch information
crutchcorn authored and recrsn committed Jun 15, 2018
1 parent 9f6f44f commit fd70560
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -11,10 +11,10 @@
"crypto"
],
"main": "./bcrypt",
"version": "2.0.1",
"version": "3.0.0",
"author": "Nick Campbell (https://github.com/ncb000gt)",
"engines": {
"node": ">= 4.0.0"
"node": ">= 6.0.0"
},
"repository": {
"type": "git",
Expand All @@ -30,7 +30,7 @@
},
"dependencies": {
"nan": "2.10.0",
"node-pre-gyp": "0.9.1"
"node-pre-gyp": "0.10.0"
},
"devDependencies": {
"nodeunit": "~0.11.1"
Expand All @@ -53,7 +53,8 @@
"Nate Rajlich <nathan@tootallnate.net> (https://github.com/tootallnate)",
"Sean McArthur <sean.monstar@gmail.com> (https://github.com/seanmonstar)",
"Fanie Oosthuysen <fanie.oosthuysen@gmail.com> (https://github.com/weareu)",
"Amitosh Swain Mahapatra <amitosh.swain@gmail.com> (https://github.com/Agathver)"
"Amitosh Swain Mahapatra <amitosh.swain@gmail.com> (https://github.com/Agathver)",
"Corbin Crutchley <crutchcorn@gmail.com> (https://github.com/crutchcorn)"
],
"binary": {
"module_name": "bcrypt_lib",
Expand All @@ -62,4 +63,4 @@
"remote_path": "/kelektiv/node.bcrypt.js/releases/download/v{version}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz"
}
}
}

0 comments on commit fd70560

Please sign in to comment.