Skip to content

Commit 8316d31

Browse files
committed
Update dependency yargs to v17
1 parent dca28a1 commit 8316d31

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@types/sinon": "9.0.10",
8282
"@types/sinon-chai": "3.2.5",
8383
"@types/tmp": "0.2.0",
84-
"@types/yargs": "16.0.0",
84+
"@types/yargs": "17.0.2",
8585
"@types/js-yaml": "4.0.0",
8686
"@typescript-eslint/eslint-plugin": "4.28.0",
8787
"@typescript-eslint/eslint-plugin-tslint": "4.28.0",
@@ -152,7 +152,7 @@
152152
"typescript": "4.2.2",
153153
"watch": "1.0.2",
154154
"webpack": "4.46.0",
155-
"yargs": "16.2.0"
155+
"yargs": "17.1.1"
156156
},
157157
"husky": {
158158
"hooks": {

repo-scripts/size-analysis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"tmp": "0.2.1",
3535
"typescript": "4.2.2",
3636
"terser": "5.7.0",
37-
"yargs": "16.2.0",
37+
"yargs": "17.1.1",
3838
"@firebase/util": "1.3.0",
3939
"gzip-size": "6.0.0",
4040
"glob": "7.1.6"

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,10 +3116,10 @@
31163116
resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"
31173117
integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==
31183118

3119-
"@types/yargs@16.0.0":
3120-
version "16.0.0"
3121-
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.0.tgz#0e033b23452da5d61b6c44747612cb80ac528751"
3122-
integrity sha512-2nN6AGeMwe8+O6nO9ytQfbMQOJy65oi1yK2y/9oReR08DaXSGtMsrLyCM1ooKqfICpCx4oITaR4LkOmdzz41Ww==
3119+
"@types/yargs@17.0.2":
3120+
version "17.0.2"
3121+
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.2.tgz#8fb2e0f4cdc7ab2a1a570106e56533f31225b584"
3122+
integrity sha512-JhZ+pNdKMfB0rXauaDlrIvm+U7V4m03PPOSVoPS66z8gf+G4Z/UW8UlrVIj2MRQOBzuoEvYtjS0bqYwnpZaS9Q==
31233123
dependencies:
31243124
"@types/yargs-parser" "*"
31253125

@@ -8167,7 +8167,7 @@ [email protected]:
81678167
once "^1.3.0"
81688168
path-is-absolute "^1.0.0"
81698169

8170-
glob@^7.0.0, glob@^7.0.3, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
8170+
glob@7.1.7, glob@^7.0.0, glob@^7.0.3, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
81718171
version "7.1.7"
81728172
resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
81738173
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -16881,6 +16881,19 @@ [email protected], yargs@^16.0.3, yargs@^16.1.1, yargs@^16.2.0:
1688116881
y18n "^5.0.5"
1688216882
yargs-parser "^20.2.2"
1688316883

16884+
16885+
version "17.1.1"
16886+
resolved "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"
16887+
integrity sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==
16888+
dependencies:
16889+
cliui "^7.0.2"
16890+
escalade "^3.1.1"
16891+
get-caller-file "^2.0.5"
16892+
require-directory "^2.1.1"
16893+
string-width "^4.2.0"
16894+
y18n "^5.0.5"
16895+
yargs-parser "^20.2.2"
16896+
1688416897
yargs@^15.0.2, yargs@^15.1.0:
1688516898
version "15.4.1"
1688616899
resolved "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"

0 commit comments

Comments
 (0)