Skip to content

Commit ab3100e

Browse files
chore: update dependency @types/yargs to ^15.0.5 (#2087)
Co-authored-by: Renovate Bot <[email protected]>
1 parent db11bad commit ab3100e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

@commitlint/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/core": "^7.11.4",
4141
"@commitlint/test": "^10.0.0",
4242
"@commitlint/utils": "^10.0.0",
43-
"@types/yargs": "^15.0.3",
43+
"@types/yargs": "^15.0.5",
4444
"babel-preset-commitlint": "^10.0.0",
4545
"cross-env": "7.0.2",
4646
"execa": "^4.0.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2671,13 +2671,20 @@
26712671
resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
26722672
integrity sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==
26732673

2674-
"@types/yargs@^15.0.0", "@types/yargs@^15.0.3":
2674+
"@types/yargs@^15.0.0":
26752675
version "15.0.3"
26762676
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.3.tgz#41453a0bc7ab393e995d1f5451455638edbd2baf"
26772677
integrity sha512-XCMQRK6kfpNBixHLyHUsGmXrpEmFFxzMrcnSXFMziHd8CoNJo8l16FkHyQq4x+xbM7E2XL83/O78OD8u+iZTdQ==
26782678
dependencies:
26792679
"@types/yargs-parser" "*"
26802680

2681+
"@types/yargs@^15.0.5":
2682+
version "15.0.5"
2683+
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.5.tgz#947e9a6561483bdee9adffc983e91a6902af8b79"
2684+
integrity sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w==
2685+
dependencies:
2686+
"@types/yargs-parser" "*"
2687+
26812688
"@typescript-eslint/eslint-plugin@^3.0.0":
26822689
version "3.9.1"
26832690
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e"

0 commit comments

Comments
 (0)