Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 18a71c8

Browse files
committed
Update dependencies
See #113
1 parent fab01e1 commit 18a71c8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
3636
},
3737
"dependencies": {
38-
"nan": "^2.10.0",
39-
"node-pre-gyp": "^0.10.2"
38+
"nan": "^2.14.2",
39+
"node-pre-gyp": "^0.10.3"
4040
},
4141
"devDependencies": {
42-
"aws-sdk": "^2.266.1",
42+
"@turf/difference": "^6.2.0",
43+
"aws-sdk": "^2.828.0",
4344
"geojson-coords": "0.0.0",
44-
"mocha": "^2.5.3",
45+
"mocha": "^7.2.0",
4546
"osm-testdata": "^1.0.0",
46-
"turf-difference": "^2.0.0",
4747
"wellknown": "^0.4.2"
4848
},
4949
"scripts": {

test/osm-testdata.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var flat = require('geojson-coords');
1010

1111
if (+process.versions.node.split('.')[0] != 0) {
1212

13-
var difference = require('turf-difference');
13+
var difference = require('@turf/difference');
1414

1515
var osmium = require('..');
1616

0 commit comments

Comments
 (0)