Skip to content

Commit c5b97d1

Browse files
committed
bump minimist to 1.2 to fix security issue
1 parent f2003bb commit c5b97d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "mkdirp",
33
"description": "Recursively mkdir, like `mkdir -p`",
44
"version": "0.5.1",
5+
"publishConfig": {
6+
"tag": "legacy"
7+
},
58
"author": "James Halliday <[email protected]> (http://substack.net)",
69
"main": "index.js",
710
"keywords": [
@@ -16,7 +19,7 @@
1619
"test": "tap test/*.js"
1720
},
1821
"dependencies": {
19-
"minimist": "0.0.8"
22+
"minimist": "^1.2.5"
2023
},
2124
"devDependencies": {
2225
"mock-fs": "^3.7.0",

0 commit comments

Comments
 (0)