Skip to content

Commit 48a00eb

Browse files
update libs
1 parent f2fcac7 commit 48a00eb

File tree

2 files changed

+34
-12
lines changed

2 files changed

+34
-12
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"git-semver-tags": "^1.2.1",
3636
"lodash": "^4.17.5",
3737
"node-cleanup": "^2.1.2",
38-
"npm-run-all": "^4.1.1",
38+
"npm-run-all": "^4.1.3",
3939
"open": "^0.0.5",
4040
"readline-sync": "^1.4.7",
41-
"shelljs": "^0.8.1",
41+
"shelljs": "^0.8.2",
4242
"shx": "^0.2.2",
4343
"tmp": "^0.0.33",
4444
"tweak-sourcemap-paths": "0.0.3",
@@ -47,7 +47,7 @@
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-
"yalc": "^1.0.0-pre.21",
50+
"yalc": "^1.0.0-pre.22",
5151
"yargs": "^11.0.0"
5252
}
5353
}

yarn.lock

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -387,14 +387,24 @@ core-util-is@~1.0.0:
387387
version "1.0.2"
388388
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
389389

390-
cross-spawn@^5.0.1, cross-spawn@^5.1.0:
390+
cross-spawn@^5.0.1:
391391
version "5.1.0"
392392
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
393393
dependencies:
394394
lru-cache "^4.0.1"
395395
shebang-command "^1.2.0"
396396
which "^1.2.9"
397397

398+
cross-spawn@^6.0.4:
399+
version "6.0.5"
400+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
401+
dependencies:
402+
nice-try "^1.0.4"
403+
path-key "^2.0.1"
404+
semver "^5.5.0"
405+
shebang-command "^1.2.0"
406+
which "^1.2.9"
407+
398408
currently-unhandled@^0.4.1:
399409
version "0.4.1"
400410
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -1065,6 +1075,10 @@ modify-values@^1.0.0:
10651075
version "1.0.0"
10661076
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.0.tgz#e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2"
10671077

1078+
nice-try@^1.0.4:
1079+
version "1.0.4"
1080+
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.4.tgz#d93962f6c52f2c1558c0fbda6d512819f1efe1c4"
1081+
10681082
node-cleanup@^2.1.2:
10691083
version "2.1.2"
10701084
resolved "https://registry.yarnpkg.com/node-cleanup/-/node-cleanup-2.1.2.tgz#7ac19abd297e09a7f72a71545d951b517e4dde2c"
@@ -1078,13 +1092,13 @@ normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-
10781092
semver "2 || 3 || 4 || 5"
10791093
validate-npm-package-license "^3.0.1"
10801094

1081-
npm-run-all@^4.1.1:
1082-
version "4.1.2"
1083-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.2.tgz#90d62d078792d20669139e718621186656cea056"
1095+
npm-run-all@^4.1.3:
1096+
version "4.1.3"
1097+
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.3.tgz#49f15b55a66bb4101664ce270cb18e7103f8f185"
10841098
dependencies:
10851099
ansi-styles "^3.2.0"
10861100
chalk "^2.1.0"
1087-
cross-spawn "^5.1.0"
1101+
cross-spawn "^6.0.4"
10881102
memorystream "^0.3.1"
10891103
minimatch "^3.0.4"
10901104
ps-tree "^1.1.0"
@@ -1204,7 +1218,7 @@ path-is-inside@^1.0.1:
12041218
version "1.0.2"
12051219
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
12061220

1207-
path-key@^2.0.0:
1221+
path-key@^2.0.0, path-key@^2.0.1:
12081222
version "2.0.1"
12091223
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
12101224

@@ -1472,6 +1486,14 @@ shelljs@^0.8.1:
14721486
interpret "^1.0.0"
14731487
rechoir "^0.6.2"
14741488

1489+
shelljs@^0.8.2:
1490+
version "0.8.2"
1491+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.2.tgz#345b7df7763f4c2340d584abb532c5f752ca9e35"
1492+
dependencies:
1493+
glob "^7.0.0"
1494+
interpret "^1.0.0"
1495+
rechoir "^0.6.2"
1496+
14751497
shx@^0.2.2:
14761498
version "0.2.2"
14771499
resolved "https://registry.yarnpkg.com/shx/-/shx-0.2.2.tgz#0a304d020b0edf1306ad81570e80f0346df58a39"
@@ -1774,9 +1796,9 @@ y18n@^3.2.1:
17741796
version "3.2.1"
17751797
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
17761798

1777-
yalc@^1.0.0-pre.21:
1778-
version "1.0.0-pre.21"
1779-
resolved "https://registry.yarnpkg.com/yalc/-/yalc-1.0.0-pre.21.tgz#281c1d203c8fd59acfe1ed981ab3375245fa9092"
1799+
yalc@^1.0.0-pre.22:
1800+
version "1.0.0-pre.22"
1801+
resolved "https://registry.yarnpkg.com/yalc/-/yalc-1.0.0-pre.22.tgz#03aa1a59826bbcfafefcf36d44ceb5be84a04922"
17801802
dependencies:
17811803
del "^2.2.2"
17821804
fs-extra "^4.0.2"

0 commit comments

Comments
 (0)