Skip to content

Commit 571a3c7

Browse files
fix: update dependency yargs to v18
1 parent e9ef76c commit 571a3c7

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

@commitlint/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@commitlint/read": "^20.4.4",
5656
"@commitlint/types": "^20.4.4",
5757
"tinyexec": "^1.0.0",
58-
"yargs": "^17.0.0"
58+
"yargs": "^18.0.0"
5959
},
6060
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
6161
}

@packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"tar-fs": "^3.0.5",
5050
"tinyexec": "^1.0.0",
5151
"tmp": "^0.2.1",
52-
"yargs": "^17.0.0"
52+
"yargs": "^18.0.0"
5353
},
5454
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
5555
}

yarn.lock

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,6 +3134,15 @@ cliui@^8.0.1:
31343134
strip-ansi "^6.0.1"
31353135
wrap-ansi "^7.0.0"
31363136

3137+
cliui@^9.0.1:
3138+
version "9.0.1"
3139+
resolved "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
3140+
integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
3141+
dependencies:
3142+
string-width "^7.2.0"
3143+
strip-ansi "^7.1.0"
3144+
wrap-ansi "^9.0.0"
3145+
31373146
clone-deep@4.0.1:
31383147
version "4.0.1"
31393148
resolved "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
@@ -7243,7 +7252,7 @@ string-width@^5.0.1, string-width@^5.1.2:
72437252
emoji-regex "^9.2.2"
72447253
strip-ansi "^7.0.1"
72457254

7246-
string-width@^7.0.0:
7255+
string-width@^7.0.0, string-width@^7.2.0:
72477256
version "7.2.0"
72487257
resolved "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
72497258
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
@@ -8103,7 +8112,12 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.3:
81038112
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
81048113
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
81058114

8106-
yargs@17.7.2, yargs@^17.0.0, yargs@^17.6.2:
8115+
yargs-parser@^22.0.0:
8116+
version "22.0.0"
8117+
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
8118+
integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
8119+
8120+
yargs@17.7.2, yargs@^17.6.2:
81078121
version "17.7.2"
81088122
resolved "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
81098123
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
@@ -8129,6 +8143,18 @@ yargs@^16.2.0:
81298143
y18n "^5.0.5"
81308144
yargs-parser "^20.2.2"
81318145

8146+
yargs@^18.0.0:
8147+
version "18.0.0"
8148+
resolved "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
8149+
integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
8150+
dependencies:
8151+
cliui "^9.0.1"
8152+
escalade "^3.1.1"
8153+
get-caller-file "^2.0.5"
8154+
string-width "^7.2.0"
8155+
y18n "^5.0.5"
8156+
yargs-parser "^22.0.0"
8157+
81328158
yocto-queue@^0.1.0:
81338159
version "0.1.0"
81348160
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"

0 commit comments

Comments
 (0)