Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump minimist to 1.2 to fix security issue
  • Loading branch information
isaacs committed Mar 17, 2020
1 parent f2003bb commit c5b97d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -2,6 +2,9 @@
"name": "mkdirp",
"description": "Recursively mkdir, like `mkdir -p`",
"version": "0.5.1",
"publishConfig": {
"tag": "legacy"
},
"author": "James Halliday <mail@substack.net> (http://substack.net)",
"main": "index.js",
"keywords": [
Expand All @@ -16,7 +19,7 @@
"test": "tap test/*.js"
},
"dependencies": {
"minimist": "0.0.8"
"minimist": "^1.2.5"
},
"devDependencies": {
"mock-fs": "^3.7.0",
Expand Down

0 comments on commit c5b97d1

Please sign in to comment.