Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v17.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 18, 2022
1 parent 656a0bd commit 1d47380
Showing 1 changed file with 35 additions and 8 deletions.
43 changes: 35 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1434,11 +1434,11 @@ __metadata:
linkType: hard

"@types/yargs@npm:^17.0.2":
version: 17.0.3
resolution: "@types/yargs@npm:17.0.3"
version: 17.0.10
resolution: "@types/yargs@npm:17.0.10"
dependencies:
"@types/yargs-parser": "*"
checksum: 8c4e01f893f0b372a37efb2da2191b63793a25126e0b468c7eb8886176fec2a10f063d9718fa75f1fa00e82fbed4a614bb06661d968e4233be8a00468b94ac60
checksum: f0673cbfc08e17239dc58952a88350d6c4db04a027a28a06fbad27d87b670e909f9cd9e66f9c64cebdd5071d1096261e33454a55868395f125297e5c50992ca8
languageName: node
linkType: hard

Expand Down Expand Up @@ -5032,6 +5032,17 @@ resolve@^1.3.2:
languageName: node
linkType: hard

"string-width@npm:^4.2.3":
version: 4.2.3
resolution: "string-width@npm:4.2.3"
dependencies:
emoji-regex: ^8.0.0
is-fullwidth-code-point: ^3.0.0
strip-ansi: ^6.0.1
checksum: e52c10dc3fbfcd6c3a15f159f54a90024241d0f149cf8aed2982a2d801d2e64df0bf1dc351cf8e95c3319323f9f220c16e740b06faecd53e2462df1d2b5443fb
languageName: node
linkType: hard

"string_decoder@npm:~1.1.1":
version: 1.1.1
resolution: "string_decoder@npm:1.1.1"
Expand Down Expand Up @@ -5068,6 +5079,15 @@ resolve@^1.3.2:
languageName: node
linkType: hard

"strip-ansi@npm:^6.0.1":
version: 6.0.1
resolution: "strip-ansi@npm:6.0.1"
dependencies:
ansi-regex: ^5.0.1
checksum: f3cd25890aef3ba6e1a74e20896c21a46f482e93df4a06567cebf2b57edabb15133f1f94e57434e0a958d61186087b1008e89c94875d019910a213181a14fc8c
languageName: node
linkType: hard

"strip-bom@npm:^4.0.0":
version: 4.0.0
resolution: "strip-bom@npm:4.0.0"
Expand Down Expand Up @@ -5764,6 +5784,13 @@ [email protected]:
languageName: node
linkType: hard

"yargs-parser@npm:^21.0.0":
version: 21.0.1
resolution: "yargs-parser@npm:21.0.1"
checksum: c3ea2ed12cad0377ce3096b3f138df8267edf7b1aa7d710cd502fe16af417bafe4443dd71b28158c22fcd1be5dfd0e86319597e47badf42ff83815485887323a
languageName: node
linkType: hard

"yargs@npm:^16.2.0":
version: 16.2.0
resolution: "yargs@npm:16.2.0"
Expand All @@ -5780,17 +5807,17 @@ [email protected]:
linkType: hard

"yargs@npm:^17.1.1":
version: 17.2.1
resolution: "yargs@npm:17.2.1"
version: 17.3.1
resolution: "yargs@npm:17.3.1"
dependencies:
cliui: ^7.0.2
escalade: ^3.1.1
get-caller-file: ^2.0.5
require-directory: ^2.1.1
string-width: ^4.2.0
string-width: ^4.2.3
y18n: ^5.0.5
yargs-parser: ^20.2.2
checksum: 451aac46f82da776f436018feed0244bc0e7b4355f7e397bcb53d34c691b177c0d71db3dda9653760e1bc240254d8b763a252ff918ef9e235a8d202e2909c4eb
yargs-parser: ^21.0.0
checksum: 64fc2e32c56739f1d14d2d24acd17a6944c3c8e3e3558f09fc1953ac112e868cc16013d282886b9d5be22187f8b9ed4f60741a6b1011f595ce2718805a656852
languageName: node
linkType: hard

Expand Down

0 comments on commit 1d47380

Please sign in to comment.