Skip to content

Commit dfe3c20

Browse files
renovate[bot]renovate-bot
authored andcommitted
Update dependency @types/yargs to v15 (#60)
Co-authored-by: Renovate Bot <[email protected]>
1 parent da97552 commit dfe3c20

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/json5": "^0.0.30",
4545
"@types/node": "^12.6.8",
4646
"@types/prettier": "^1.18.1",
47-
"@types/yargs": "^13.0.2",
47+
"@types/yargs": "^15.0.0",
4848
"@typescript-eslint/eslint-plugin": "^2.12.0",
4949
"@typescript-eslint/parser": "^2.12.0",
5050
"@typescript-eslint/typescript-estree": "^2.12.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,13 +532,20 @@
532532
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
533533
integrity sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==
534534

535-
"@types/yargs@^13.0.0", "@types/yargs@^13.0.2":
535+
"@types/yargs@^13.0.0":
536536
version "13.0.3"
537537
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.3.tgz#76482af3981d4412d65371a318f992d33464a380"
538538
integrity sha512-K8/LfZq2duW33XW/tFwEAfnZlqIfVsoyRB3kfXdPXYhl0nfM8mmh7GS0jg7WrX2Dgq/0Ha/pR1PaR+BvmWwjiQ==
539539
dependencies:
540540
"@types/yargs-parser" "*"
541541

542+
"@types/yargs@^15.0.0":
543+
version "15.0.0"
544+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.0.tgz#26aa57277eec9ab9c5fce61bddec20ecc9a4cfb7"
545+
integrity sha512-TITCsNxRSDVmq3kPGuUdKZTPTfHeswsUGIjxSe8SB4EBKTPA0DO0y4yWI95kZ2hfqJAYxmu+gxzjOwdumB5S0g==
546+
dependencies:
547+
"@types/yargs-parser" "*"
548+
542549
"@typescript-eslint/eslint-plugin@^2.12.0":
543550
version "2.12.0"
544551
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.12.0.tgz#0da7cbca7b24f4c6919e9eb31c704bfb126f90ad"

0 commit comments

Comments
 (0)