Skip to content

Commit

Permalink
build(deps): upgrade mkdirp to 0.5.4 for security
Browse files Browse the repository at this point in the history
This is actually a security issue in minimist, which is not actually
used in this module. This module only uses the API of mkdirp, not the
CLI (which is where minimist is used). So this is really a red herring.

Closes #85.
Closes #86.
  • Loading branch information
malept committed Mar 24, 2020
1 parent 2b2a84e commit 30ab06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"concat-stream": "1.6.2",
"debug": "2.6.9",
"mkdirp": "0.5.1",
"mkdirp": "0.5.4",
"yauzl": "2.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 30ab06c

Please sign in to comment.