Skip to content

Commit 47d08ee

Browse files
committed
bump yargs
1 parent 81f308b commit 47d08ee

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

packages/jest-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jest-validate": "^24.9.0",
1818
"prompts": "^2.0.1",
1919
"realpath-native": "^1.1.0",
20-
"yargs": "^13.3.0"
20+
"yargs": "^14.0.0"
2121
},
2222
"devDependencies": {
2323
"@types/exit": "^0.1.30",

packages/jest-repl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"jest-runtime": "^24.9.0",
1717
"jest-validate": "^24.9.0",
1818
"repl": "^0.1.3",
19-
"yargs": "^13.3.0"
19+
"yargs": "^14.0.0"
2020
},
2121
"devDependencies": {
2222
"@types/yargs": "^13.0.0"

packages/jest-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"realpath-native": "^1.1.0",
3333
"slash": "^3.0.0",
3434
"strip-bom": "^4.0.0",
35-
"yargs": "^13.3.0"
35+
"yargs": "^14.0.0"
3636
},
3737
"devDependencies": {
3838
"@types/exit": "^0.1.30",

yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -14372,12 +14372,13 @@ yargs@^12.0.1, yargs@^12.0.5:
1437214372
y18n "^3.2.1 || ^4.0.0"
1437314373
yargs-parser "^11.1.1"
1437414374

14375-
yargs@^13.3.0:
14376-
version "13.3.0"
14377-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
14378-
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
14375+
yargs@^14.0.0:
14376+
version "14.0.0"
14377+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.0.0.tgz#ba4cacc802b3c0b3e36a9e791723763d57a85066"
14378+
integrity sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow==
1437914379
dependencies:
1438014380
cliui "^5.0.0"
14381+
decamelize "^1.2.0"
1438114382
find-up "^3.0.0"
1438214383
get-caller-file "^2.0.1"
1438314384
require-directory "^2.1.1"

0 commit comments

Comments
 (0)