Skip to content

Commit

Permalink
Update dependencies (#45)
Browse files Browse the repository at this point in the history
* update minimist

* update mkdirp

* update node-abi

* update npm-run-path

* update nan

* Revert "update mkdirp"

This reverts commit a81f2ba.

* downgrade to mkdirp-classic

This hides the deprecation warning. Requested by prebuild maintainers.

* fix sorting of devDependencies

* downgrade npm-run-path

* do not install future 3.* patches for npm-run-path

Co-authored-by: Vincent Weevers <[email protected]>

Co-authored-by: Vincent Weevers <[email protected]>
  • Loading branch information
aminya and vweevers authored Jan 6, 2021
1 parent df2443a commit e843138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var os = require('os')
var path = require('path')
var fs = require('fs')
var abi = require('node-abi')
var mkdirp = require('mkdirp')
var mkdirp = require('mkdirp-classic')
var tar = require('tar-fs')
var pump = require('pump')
var npmRunPath = require('npm-run-path')
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"main": "index.js",
"dependencies": {
"execspawn": "^1.0.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-abi": "^2.0.0",
"mkdirp-classic": "^0.5.3",
"node-abi": "^2.19.1",
"npm-run-path": "^3.1.0",
"minimist": "^1.2.5",
"pump": "^3.0.0",
"tar-fs": "^2.1.0"
},
"devDependencies": {
"nan": "^2.5.1",
"nan": "^2.14.2",
"standard": "^13.0.1",
"tape": "^4.6.3"
},
Expand Down

0 comments on commit e843138

Please sign in to comment.