Skip to content

Commit 34112c0

Browse files
build: bump yargs from 9.0.1 to 11.0.0
Bumps [yargs](https://github.com/yargs/yargs) from 9.0.1 to 11.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](yargs/yargs@v9.0.1...v11.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a02da4e commit 34112c0

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"typedoc-plugin-internal-external": "1.0.10",
4848
"typedoc-plugin-ui-router": "1.0.6",
4949
"ui-router-typedoc-themes": "1.0.2",
50-
"yargs": "^9.0.1"
50+
"yargs": "^11.0.0"
5151
}
5252
}

yarn.lock

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,14 @@ cliui@^3.2.0:
177177
strip-ansi "^3.0.1"
178178
wrap-ansi "^2.0.0"
179179

180+
cliui@^4.0.0:
181+
version "4.0.0"
182+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc"
183+
dependencies:
184+
string-width "^2.1.1"
185+
strip-ansi "^4.0.0"
186+
wrap-ansi "^2.0.0"
187+
180188
code-point-at@^1.0.0:
181189
version "1.1.0"
182190
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
@@ -454,7 +462,7 @@ find-up@^1.0.0:
454462
path-exists "^2.0.0"
455463
pinkie-promise "^2.0.0"
456464

457-
find-up@^2.0.0:
465+
find-up@^2.0.0, find-up@^2.1.0:
458466
version "2.1.0"
459467
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
460468
dependencies:
@@ -1249,7 +1257,7 @@ string-width@^1.0.1:
12491257
is-fullwidth-code-point "^1.0.0"
12501258
strip-ansi "^3.0.0"
12511259

1252-
string-width@^2.0.0:
1260+
string-width@^2.0.0, string-width@^2.1.1:
12531261
version "2.1.1"
12541262
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
12551263
dependencies:
@@ -1473,6 +1481,29 @@ yargs-parser@^7.0.0:
14731481
dependencies:
14741482
camelcase "^4.1.0"
14751483

1484+
yargs-parser@^9.0.2:
1485+
version "9.0.2"
1486+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
1487+
dependencies:
1488+
camelcase "^4.1.0"
1489+
1490+
yargs@^11.0.0:
1491+
version "11.0.0"
1492+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
1493+
dependencies:
1494+
cliui "^4.0.0"
1495+
decamelize "^1.1.1"
1496+
find-up "^2.1.0"
1497+
get-caller-file "^1.0.1"
1498+
os-locale "^2.0.0"
1499+
require-directory "^2.1.1"
1500+
require-main-filename "^1.0.1"
1501+
set-blocking "^2.0.0"
1502+
string-width "^2.0.0"
1503+
which-module "^2.0.0"
1504+
y18n "^3.2.1"
1505+
yargs-parser "^9.0.2"
1506+
14761507
yargs@^9.0.1:
14771508
version "9.0.1"
14781509
resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"

0 commit comments

Comments
 (0)