Skip to content

Commit 1dac105

Browse files
committed
chore(deps): update dependency yargs to v14
1 parent c851936 commit 1dac105

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"typedoc": "0.15.0",
7171
"ts-node": "8.3.0",
7272
"typescript": "3.5.3",
73-
"yargs": "13.3.0"
73+
"yargs": "14.0.0"
7474
}
7575
}

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"tslint": "5.19.0",
8181
"typescript": "3.5.3",
8282
"webpack": "4.39.3",
83-
"yargs": "13.3.0",
83+
"yargs": "14.0.0",
8484
"eslint": "5.16.0",
8585
"@typescript-eslint/parser": "1.13.0",
8686
"@typescript-eslint/eslint-plugin": "1.13.0",

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tslint": "5.19.0",
5555
"typescript": "3.5.3",
5656
"webpack": "4.39.3",
57-
"yargs": "13.3.0",
57+
"yargs": "14.0.0",
5858
"eslint": "5.16.0",
5959
"@typescript-eslint/parser": "1.13.0",
6060
"@typescript-eslint/eslint-plugin": "1.13.0",

packages/rxfire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ts-node": "8.3.0",
7070
"tslint": "5.19.0",
7171
"webpack": "4.39.3",
72-
"yargs": "13.3.0",
72+
"yargs": "14.0.0",
7373
"eslint": "5.16.0",
7474
"@typescript-eslint/parser": "1.13.0",
7575
"@typescript-eslint/eslint-plugin": "1.13.0",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15579,12 +15579,13 @@ [email protected]:
1557915579
y18n "^4.0.0"
1558015580
yargs-parser "^13.1.0"
1558115581

15582-
yargs@13.3.0:
15583-
version "13.3.0"
15584-
resolved "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
15585-
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
15582+
yargs@14.0.0:
15583+
version "14.0.0"
15584+
resolved "https://registry.npmjs.org/yargs/-/yargs-14.0.0.tgz#ba4cacc802b3c0b3e36a9e791723763d57a85066"
15585+
integrity sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow==
1558615586
dependencies:
1558715587
cliui "^5.0.0"
15588+
decamelize "^1.2.0"
1558815589
find-up "^3.0.0"
1558915590
get-caller-file "^2.0.1"
1559015591
require-directory "^2.1.1"

0 commit comments

Comments
 (0)