Skip to content

Commit 7bc59ef

Browse files
chore(deps): update dependency @types/yargs to v17.0.16 (ardatan#4893)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bab0be commit 7bc59ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/mkdirp": "1.0.2",
6969
"@types/rimraf": "3.0.2",
7070
"@types/ws": "8.5.3",
71-
"@types/yargs": "17.0.15"
71+
"@types/yargs": "17.0.16"
7272
},
7373
"publishConfig": {
7474
"access": "public",

packages/http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/mkdirp": "1.0.2",
4242
"@types/rimraf": "3.0.2",
4343
"@types/ws": "8.5.3",
44-
"@types/yargs": "17.0.15"
44+
"@types/yargs": "17.0.16"
4545
},
4646
"publishConfig": {
4747
"access": "public",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5831,10 +5831,10 @@
58315831
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"
58325832
integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==
58335833

5834-
"@types/[email protected].15", "@types/yargs@^17.0.8":
5835-
version "17.0.15"
5836-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.15.tgz#5b62c89fb049e2fc8378394a2861a593055f0866"
5837-
integrity sha512-ZHc4W2dnEQPfhn06TBEdWaiUHEZAocYaiVMfwOipY5jcJt/251wVrKCBWBetGZWO5CF8tdb7L3DmdxVlZ2BOIg==
5834+
"@types/[email protected].16", "@types/yargs@^17.0.8":
5835+
version "17.0.16"
5836+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.16.tgz#9ad7938c9dbe79a261e17adc1ed491de9999612c"
5837+
integrity sha512-Mh3OP0oh8X7O7F9m5AplC+XHYLBWuPKNkGVD3gIZFLFebBnuFI2Nz5Sf8WLvwGxECJ8YjifQvFdh79ubODkdug==
58385838
dependencies:
58395839
"@types/yargs-parser" "*"
58405840

0 commit comments

Comments
 (0)