Skip to content

Commit

Permalink
[Deps] update rimraf, util.promisify, yargs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 31, 2020
1 parent 7e0db68 commit 7256f27
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"fs-copy-file": "^2.1.2",
"node-cleanup": "^2.1.2",
"object-inspect": "^1.7.0",
"rimraf": "^2.7.1",
"rimraf": "^3.0.1",
"semver": "^6.3.0",
"tmp": "^0.1.0",
"util.promisify": "^1.0.0",
"yargs": "^13.3.0"
"util.promisify": "^1.0.1",
"yargs": "^14.2.2"
},
"engines": {
"node": ">= 6"
Expand All @@ -62,7 +62,9 @@
},
"greenkeeper": {
"ignore": [
"semver"
"chalk",
"semver",
"yargs"
]
}
}

0 comments on commit 7256f27

Please sign in to comment.