Skip to content

Commit

Permalink
deps(yargs-parser): upgrade to 21.0.0 (#13597)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Jan 27, 2022
1 parent ad1231f commit 8670ea4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -127,7 +127,7 @@
"@types/tabulator-tables": "^4.9.1",
"@types/ws": "^7.0.0",
"@types/yargs": "^17.0.8",
"@types/yargs-parser": "^15.0.0",
"@types/yargs-parser": "^20.2.1",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"acorn": "^8.5.0",
Expand Down Expand Up @@ -211,7 +211,7 @@
"third-party-web": "^0.12.7",
"ws": "^7.0.0",
"yargs": "^17.3.1",
"yargs-parser": "^20.2.4"
"yargs-parser": "^21.0.0"
},
"resolutions": {

This comment has been minimized.

Copy link
@Deaton21

Deaton21 Feb 8, 2022

"puppeteer/**/devtools-protocol": "0.0.963043"
Expand Down
9 changes: 7 additions & 2 deletions yarn.lock
Expand Up @@ -1703,11 +1703,16 @@
dependencies:
"@types/node" "*"

"@types/yargs-parser@*", "@types/yargs-parser@^15.0.0":
"@types/yargs-parser@*":
version "15.0.0"

This comment has been minimized.

Copy link
@Deaton21

Deaton21 Feb 8, 2022

C

resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==

"@types/yargs-parser@^20.2.1":
version "20.2.1"
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==

"@types/yargs@^15.0.0":
version "15.0.11"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.11.tgz#361d7579ecdac1527687bcebf9946621c12ab78c"
Expand Down Expand Up @@ -8155,7 +8160,7 @@ yargs-parser@^18.1.2:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@^20.0.0, yargs-parser@^20.2.2, yargs-parser@^20.2.4:
yargs-parser@^20.0.0, yargs-parser@^20.2.2:
version "20.2.4"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
Expand Down

0 comments on commit 8670ea4

Please sign in to comment.