Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit c8d55bb

Browse files
Merge pull request #601 from amclin/dependabot/npm_and_yarn/commander-7.0.0
fix(deps): bump commander from 6.2.1 to 7.0.0
2 parents 4941aeb + 12e3e80 commit c8d55bb

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const { log, error } = require('./helpers/logger')
1414
let projectPath
1515

1616
const program = new Command()
17+
.storeOptionsAsProperties() // TODO: Remove this and use Commander 7.0 opts() https://github.com/tj/commander.js/pull/1409
1718
.name(packageJson.name)
1819
.version(packageJson.version)
1920
.arguments('[project-directory]')

package-lock.json

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
],
174174
"dependencies": {
175175
"chalk": "^4.0.0",
176-
"commander": "^6.1.0",
176+
"commander": "^7.0.0",
177177
"cpy": "^8.1.0",
178178
"cross-spawn": "7.0.3",
179179
"deepmerge": "^4.1.1",

0 commit comments

Comments
 (0)