Skip to content

Commit 30ab06c

Browse files
committed
build(deps): upgrade mkdirp to 0.5.4 for security
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.
1 parent 2b2a84e commit 30ab06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"concat-stream": "1.6.2",
2222
"debug": "2.6.9",
23-
"mkdirp": "0.5.1",
23+
"mkdirp": "0.5.4",
2424
"yauzl": "2.4.1"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)