Skip to content

Commit 8ed9883

Browse files
chore(deps): bump yargs from 17.7.2 to 18.0.0
Bumps [yargs](https://github.com/yargs/yargs) from 17.7.2 to 18.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v17.7.2...v18.0.0) --- updated-dependencies: - dependency-name: yargs dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f9269e commit 8ed9883

2 files changed

Lines changed: 31 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"chalk": "^5.4.1",
2929
"concat-with-sourcemaps": "^1.1.0",
3030
"fast-glob": "^3.3.3",
31-
"yargs": "^17.7.2"
31+
"yargs": "^18.0.0"
3232
},
3333
"devDependencies": {
3434
"@commitlint/cli": "^19.8.1",

yarn.lock

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,15 @@ cliui@^8.0.1:
14641464
strip-ansi "^6.0.1"
14651465
wrap-ansi "^7.0.0"
14661466

1467+
cliui@^9.0.1:
1468+
version "9.0.1"
1469+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
1470+
integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
1471+
dependencies:
1472+
string-width "^7.2.0"
1473+
strip-ansi "^7.1.0"
1474+
wrap-ansi "^9.0.0"
1475+
14671476
clone@^1.0.2:
14681477
version "1.0.4"
14691478
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
@@ -4672,10 +4681,10 @@ string-width@^5.0.1, string-width@^5.1.2:
46724681
emoji-regex "^9.2.2"
46734682
strip-ansi "^7.0.1"
46744683

4675-
string-width@^7.0.0:
4676-
version "7.1.0"
4677-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.1.0.tgz#d994252935224729ea3719c49f7206dc9c46550a"
4678-
integrity sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==
4684+
string-width@^7.0.0, string-width@^7.2.0:
4685+
version "7.2.0"
4686+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
4687+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
46794688
dependencies:
46804689
emoji-regex "^10.3.0"
46814690
get-east-asian-width "^1.0.0"
@@ -5203,6 +5212,11 @@ yargs-parser@^21.1.1:
52035212
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
52045213
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
52055214

5215+
yargs-parser@^22.0.0:
5216+
version "22.0.0"
5217+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
5218+
integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
5219+
52065220
yargs@^16.0.0:
52075221
version "16.2.0"
52085222
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
@@ -5229,6 +5243,18 @@ yargs@^17.0.0, yargs@^17.5.1, yargs@^17.7.2:
52295243
y18n "^5.0.5"
52305244
yargs-parser "^21.1.1"
52315245

5246+
yargs@^18.0.0:
5247+
version "18.0.0"
5248+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
5249+
integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
5250+
dependencies:
5251+
cliui "^9.0.1"
5252+
escalade "^3.1.1"
5253+
get-caller-file "^2.0.5"
5254+
string-width "^7.2.0"
5255+
y18n "^5.0.5"
5256+
yargs-parser "^22.0.0"
5257+
52325258
yocto-queue@^0.1.0:
52335259
version "0.1.0"
52345260
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"

0 commit comments

Comments
 (0)