Skip to content

Commit 7022eb7

Browse files
committed
Update dependency yargs to v17
1 parent 509c18f commit 7022eb7

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
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",
@@ -153,7 +153,7 @@
153153
"typescript": "4.2.2",
154154
"watch": "1.0.2",
155155
"webpack": "4.46.0",
156-
"yargs": "16.2.0"
156+
"yargs": "17.1.1"
157157
},
158158
"husky": {
159159
"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: 17 additions & 4 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

@@ -17149,6 +17149,19 @@ [email protected], yargs@^16.0.3, yargs@^16.1.1, yargs@^16.2.0:
1714917149
y18n "^5.0.5"
1715017150
yargs-parser "^20.2.2"
1715117151

17152+
17153+
version "17.1.1"
17154+
resolved "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"
17155+
integrity sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==
17156+
dependencies:
17157+
cliui "^7.0.2"
17158+
escalade "^3.1.1"
17159+
get-caller-file "^2.0.5"
17160+
require-directory "^2.1.1"
17161+
string-width "^4.2.0"
17162+
y18n "^5.0.5"
17163+
yargs-parser "^20.2.2"
17164+
1715217165
yargs@^15.0.2, yargs@^15.1.0:
1715317166
version "15.4.1"
1715417167
resolved "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"

0 commit comments

Comments
 (0)