Skip to content

Commit d014fe0

Browse files
committed
up: upgrade commander
1 parent 2cc8369 commit d014fe0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "ava --verbose"
2727
},
2828
"dependencies": {
29-
"commander": "^2.20.0",
29+
"commander": "3.0.2",
3030
"csv-parse": "^4.4.3",
3131
"inquirer": "^6.5.0",
3232
"js-yaml": "^3.13.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -877,10 +877,10 @@ color-name@~1.1.4:
877877
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
878878
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
879879

880-
commander@^2.20.0:
881-
version "2.20.0"
882-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
883-
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
880+
commander@3.0.2:
881+
version "3.0.2"
882+
resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.2.tgz#6837c3fb677ad9933d1cfba42dd14d5117d6b39e"
883+
integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==
884884

885885
common-path-prefix@^1.0.0:
886886
version "1.0.0"

0 commit comments

Comments
 (0)