Fix compilation of ecdh module by updating the nan dependency version
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details

This commit is contained in:
Lee Miller 2023-11-02 07:14:45 +02:00
parent 05523c569a
commit df46794269
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
"acorn": "7.1.1",
"elliptic": "6.5.4",
"es6-promise": "4.2.8",
"nan": "2.14.0"
"nan": "~2.15.0"
},
"optionalDependencies": {
"secp256k1": "3.7.1"