Skip to content

Commit 0d6fd02

Browse files
committed
upgrade minimist to ^1.1.0
1 parent 04b41d5 commit 0d6fd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "parse arguments with recursive contexts",
55
"main": "index.js",
66
"dependencies": {
7-
"minimist": "~0.0.7"
7+
"minimist": "^1.1.0"
88
},
99
"devDependencies": {
1010
"tape": "~2.3.2"

0 commit comments

Comments
 (0)