Skip to content

Commit f66f3c0

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

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package.json

+1-1
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.30",
3232
"graphql": "0.13.1",
3333
"graphql-config": "2.0.1",
3434
"tslint": "5.9.1",

yarn.lock

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

120-
"@types/yargs@11.0.0":
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 "21.0.2"
122+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.2.tgz#7bd04c5da378496ef1695a1008bf8f71847a8b8b"
123+
integrity sha512-5qcvofLPbfjmBfKaLfj/+f+Sbd6pN4zl7w7VSVI5uz7m9QZTuB2aZAa2uo1wHFBNN2x6g/SoTkXmd8mQnQF2Cw==
124+
125+
"@types/yargs@17.0.30":
126+
version "17.0.30"
127+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.30.tgz#921094ec92faffd2cd7e5ddb02f95ba158ab5c1d"
128+
integrity sha512-3SJLzYk3yz3EgI9I8OLoH06B3PdXIoU2imrBZzaGqUtUXf5iUNDtmAfCGuQrny1bnmyjh/GM/YNts6WK5jR5Rw==
129+
dependencies:
130+
"@types/yargs-parser" "*"
123131

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

0 commit comments

Comments
 (0)