Skip to content

Commit d1632fa

Browse files
committed
bump yargs
1 parent d287db1 commit d1632fa

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
@@ -14353,12 +14353,13 @@ yargs@^12.0.1, yargs@^12.0.5:
1435314353
y18n "^3.2.1 || ^4.0.0"
1435414354
yargs-parser "^11.1.1"
1435514355

14356-
yargs@^13.3.0:
14357-
version "13.3.0"
14358-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
14359-
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
14356+
yargs@^14.0.0:
14357+
version "14.0.0"
14358+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.0.0.tgz#ba4cacc802b3c0b3e36a9e791723763d57a85066"
14359+
integrity sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow==
1436014360
dependencies:
1436114361
cliui "^5.0.0"
14362+
decamelize "^1.2.0"
1436214363
find-up "^3.0.0"
1436314364
get-caller-file "^2.0.1"
1436414365
require-directory "^2.1.1"

0 commit comments

Comments
 (0)