Skip to content

Commit 94a3f56

Browse files
Merge pull request #3 from ui-router/dependabot/npm_and_yarn/yargs-11.0.0
build: bump yargs from 9.0.1 to 11.0.0
2 parents 319b41a + 34112c0 commit 94a3f56

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:
@@ -1272,7 +1280,7 @@ string-width@^1.0.1:
12721280
is-fullwidth-code-point "^1.0.0"
12731281
strip-ansi "^3.0.0"
12741282

1275-
string-width@^2.0.0:
1283+
string-width@^2.0.0, string-width@^2.1.1:
12761284
version "2.1.1"
12771285
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
12781286
dependencies:
@@ -1492,6 +1500,29 @@ yargs-parser@^7.0.0:
14921500
dependencies:
14931501
camelcase "^4.1.0"
14941502

1503+
yargs-parser@^9.0.2:
1504+
version "9.0.2"
1505+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
1506+
dependencies:
1507+
camelcase "^4.1.0"
1508+
1509+
yargs@^11.0.0:
1510+
version "11.0.0"
1511+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
1512+
dependencies:
1513+
cliui "^4.0.0"
1514+
decamelize "^1.1.1"
1515+
find-up "^2.1.0"
1516+
get-caller-file "^1.0.1"
1517+
os-locale "^2.0.0"
1518+
require-directory "^2.1.1"
1519+
require-main-filename "^1.0.1"
1520+
set-blocking "^2.0.0"
1521+
string-width "^2.0.0"
1522+
which-module "^2.0.0"
1523+
y18n "^3.2.1"
1524+
yargs-parser "^9.0.2"
1525+
14951526
yargs@^9.0.1:
14961527
version "9.0.1"
14971528
resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"

0 commit comments

Comments
 (0)