Skip to content

Commit 1da0f44

Browse files
committedMar 11, 2018
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for kelektiv/node.bcrypt.js: https://snyk.io/test/github/kelektiv/node.bcrypt.js
1 parent 43734e3 commit 1da0f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"nan": "2.8.0",
33-
"node-pre-gyp": "0.6.39"
33+
"node-pre-gyp": "0.7.0"
3434
},
3535
"devDependencies": {
3636
"nodeunit": "~0.9.1"

0 commit comments

Comments
 (0)
Please sign in to comment.