Skip to content

Commit 1bde62c

Browse files
committed
Update node-pre-gyp to 0.15.0
Fixes #796
1 parent 40770d6 commit 1bde62c

File tree

3 files changed

+33
-92
lines changed

3 files changed

+33
-92
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
It is uncommon but it's a bug nevertheless. Previous attempts to fix the bug
55
was unsuccessful.
66
* Experimental support for z/OS
7+
* Fix a bug related to NUL in password input
8+
* Update `node-pre-gyp` to 0.15.0
79

810
# 4.0.1 (2020-02-27)
911

package-lock.json

+30-91
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"install": "node-pre-gyp install --fallback-to-build"
3030
},
3131
"dependencies": {
32-
"node-pre-gyp": "0.14.0",
32+
"node-pre-gyp": "0.15.0",
3333
"node-addon-api": "^3.0.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)