From 1ed40aacbba0b05841b726eceb29cd5ef7155cd4 Mon Sep 17 00:00:00 2001 From: Crutchcorn Date: Tue, 8 May 2018 20:26:24 -0700 Subject: [PATCH] Update dependancies to fix security issues --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 41cb2051..c1561028 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" @@ -53,7 +53,8 @@ "Nate Rajlich (https://github.com/tootallnate)", "Sean McArthur (https://github.com/seanmonstar)", "Fanie Oosthuysen (https://github.com/weareu)", - "Amitosh Swain Mahapatra (https://github.com/Agathver)" + "Amitosh Swain Mahapatra (https://github.com/Agathver)", + "Corbin Crutchley (https://github.com/crutchcorn)" ], "binary": { "module_name": "bcrypt_lib", @@ -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" } -} \ No newline at end of file +}