Skip to content

Commit 0ee1196

Browse files
renovate[bot]renovate-botaurelien-reeves
authored
fix(deps): update dependency commander to v8 (#1720)
* fix(deps): update dependency commander to v8 * Fix commander upgrade issue Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: aurelien-reeves <[email protected]>
1 parent a3aab75 commit 0ee1196

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"capital-case": "^1.0.4",
181181
"cli-table3": "^0.6.0",
182182
"colors": "^1.4.0",
183-
"commander": "^7.0.0",
183+
"commander": "^8.0.0",
184184
"create-require": "^1.1.1",
185185
"duration": "^0.2.2",
186186
"durations": "^3.4.2",

src/cli/argv_parser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const ArgvParser = {
227227
})
228228

229229
program.parse(argv)
230-
const options = program.opts() as IParsedArgvOptions
230+
const options: IParsedArgvOptions = program.opts()
231231
ArgvParser.validateRetryOptions(options)
232232

233233
return {

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -1205,11 +1205,16 @@ colors@^1.0.3, colors@^1.1.2, colors@^1.4.0:
12051205
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
12061206
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
12071207

1208-
[email protected], commander@^7.0.0:
1208+
12091209
version "7.2.0"
12101210
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
12111211
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
12121212

1213+
commander@^8.0.0:
1214+
version "8.0.0"
1215+
resolved "https://registry.yarnpkg.com/commander/-/commander-8.0.0.tgz#1da2139548caef59bd23e66d18908dfb54b02258"
1216+
integrity sha512-Xvf85aAtu6v22+E5hfVoLHqyul/jyxh91zvqk/ioJTQuJR7Z78n7H558vMPKanPSRgIEeZemT92I2g9Y8LPbSQ==
1217+
12131218
commondir@^1.0.1:
12141219
version "1.0.1"
12151220
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"

0 commit comments

Comments
 (0)