Skip to content

Commit 6c360d4

Browse files
committed
chore(deps): update dependency @types/yargs to v17
1 parent 968405a commit 6c360d4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/fs-extra": "5.0.1",
2929
"@types/inquirer": "0.0.36",
3030
"@types/node": "9.4.6",
31-
"@types/yargs": "11.0.0",
31+
"@types/yargs": "17.0.4",
3232
"graphql": "0.13.1",
3333
"graphql-config": "2.0.1",
3434
"tslint": "5.9.1",

yarn.lock

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,17 @@
117117
dependencies:
118118
"@types/node" "*"
119119

120-
121-
version "11.0.0"
122-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-11.0.0.tgz#124b9ed9c65b7091cc36da59ae12cbd47d8745ea"
120+
"@types/yargs-parser@*":
121+
version "20.2.1"
122+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
123+
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
124+
125+
126+
version "17.0.4"
127+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.4.tgz#d7ad5c311aaca3d7daebba169e1ecf35be97ceee"
128+
integrity sha512-D/wihO9WFYqwsmJI0e0qS+U09wIQtYRSBJlXWjTFGjouEuOCy0BU4N/ZK5utb00S5lW/9LO7vOpvGDd8M06NvQ==
129+
dependencies:
130+
"@types/yargs-parser" "*"
123131

124132
ansi-regex@^2.0.0:
125133
version "2.1.1"

0 commit comments

Comments
 (0)