Skip to content

Commit d65e8c7

Browse files
Fix bindings compilation on latest Node (#6416)
1 parent 5e5f1f4 commit d65e8c7

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
2-
2+
- Changes from 5.27.1
3+
- Misc:
4+
- FIXED: Fix bindings compilation issue on the latest Node. Update NAN to 2.17.0. [#6416](https://github.com/Project-OSRM/osrm-backend/pull/6416)
35
# 5.27.1
46
- Changes from 5.27.0
57
- Misc:

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@mapbox/node-pre-gyp": "^1.0.9",
88
"cheap-ruler": "^3.0.2",
99
"mkdirp": "^0.5.6",
10-
"nan": "^2.16.0",
10+
"nan": "^2.17.0",
1111
"node-cmake": "^2.5.1",
1212
"rimraf": "^2.7.1"
1313
},

0 commit comments

Comments
 (0)