Skip to content

Commit 8bb20a6

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 d1a1f16 commit 8bb20a6

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.0",

yarn.lock

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,6 +1469,15 @@ cliui@^8.0.1:
14691469
strip-ansi "^6.0.1"
14701470
wrap-ansi "^7.0.0"
14711471

1472+
cliui@^9.0.1:
1473+
version "9.0.1"
1474+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
1475+
integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
1476+
dependencies:
1477+
string-width "^7.2.0"
1478+
strip-ansi "^7.1.0"
1479+
wrap-ansi "^9.0.0"
1480+
14721481
clone@^1.0.2:
14731482
version "1.0.4"
14741483
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
@@ -4684,10 +4693,10 @@ string-width@^5.0.1, string-width@^5.1.2:
46844693
emoji-regex "^9.2.2"
46854694
strip-ansi "^7.0.1"
46864695

4687-
string-width@^7.0.0:
4688-
version "7.1.0"
4689-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.1.0.tgz#d994252935224729ea3719c49f7206dc9c46550a"
4690-
integrity sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==
4696+
string-width@^7.0.0, string-width@^7.2.0:
4697+
version "7.2.0"
4698+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
4699+
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
46914700
dependencies:
46924701
emoji-regex "^10.3.0"
46934702
get-east-asian-width "^1.0.0"
@@ -5220,6 +5229,11 @@ yargs-parser@^21.1.1:
52205229
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
52215230
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
52225231

5232+
yargs-parser@^22.0.0:
5233+
version "22.0.0"
5234+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
5235+
integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
5236+
52235237
yargs@^16.0.0:
52245238
version "16.2.0"
52255239
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
@@ -5246,6 +5260,18 @@ yargs@^17.0.0, yargs@^17.5.1, yargs@^17.7.2:
52465260
y18n "^5.0.5"
52475261
yargs-parser "^21.1.1"
52485262

5263+
yargs@^18.0.0:
5264+
version "18.0.0"
5265+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
5266+
integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
5267+
dependencies:
5268+
cliui "^9.0.1"
5269+
escalade "^3.1.1"
5270+
get-caller-file "^2.0.5"
5271+
string-width "^7.2.0"
5272+
y18n "^5.0.5"
5273+
yargs-parser "^22.0.0"
5274+
52495275
yocto-queue@^0.1.0:
52505276
version "0.1.0"
52515277
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"

0 commit comments

Comments
 (0)