Skip to content

Commit b5beef0

Browse files
committedMay 1, 2018
fix: updated command and fs-extra
1 parent 3f32fdd commit b5beef0

File tree

2 files changed

+66
-74
lines changed

2 files changed

+66
-74
lines changed
 

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {
88
"@heroku-cli/color": "^1.1.3",
9-
"@oclif/command": "^1.4.16",
9+
"@oclif/command": "^1.4.18",
1010
"chalk": "^2.4.1",
1111
"cli-ux": "^3.4.1",
1212
"debug": "^3.1.0",
13-
"fs-extra": "^5.0.0",
13+
"fs-extra": "^6.0.0",
1414
"http-call": "^5.1.1",
1515
"load-json-file": "^4.0.0",
1616
"npm-run-path": "^2.0.2",
@@ -19,25 +19,25 @@
1919
"yarn": "^1.6.0"
2020
},
2121
"devDependencies": {
22-
"@oclif/config": "^1.6.13",
23-
"@oclif/dev-cli": "^1.13.8",
24-
"@oclif/errors": "^1.0.6",
25-
"@oclif/plugin-help": "^1.2.5",
22+
"@oclif/config": "^1.6.16",
23+
"@oclif/dev-cli": "^1.13.12",
24+
"@oclif/errors": "^1.0.7",
25+
"@oclif/plugin-help": "^1.2.7",
2626
"@oclif/test": "^1.0.5",
2727
"@oclif/tslint": "^1.1.0",
2828
"@types/chai": "^4.1.3",
2929
"@types/fs-extra": "^5.0.2",
3030
"@types/load-json-file": "^2.0.7",
3131
"@types/mocha": "^5.2.0",
32-
"@types/node": "^9.6.6",
32+
"@types/node": "^10.0.2",
3333
"@types/semver": "^5.5.0",
3434
"@types/supports-color": "^5.3.0",
3535
"chai": "^4.1.2",
3636
"concurrently": "^3.5.1",
37-
"fancy-test": "^1.0.5",
37+
"fancy-test": "^1.0.6",
3838
"globby": "^8.0.1",
3939
"mocha": "^5.1.1",
40-
"ts-node": "6.0.1",
40+
"ts-node": "6.0.2",
4141
"tslint": "^5.9.1",
4242
"typescript": "^2.8.3"
4343
},

‎yarn.lock

+57-65
Original file line numberDiff line numberDiff line change
@@ -34,63 +34,54 @@
3434
call-me-maybe "^1.0.1"
3535
glob-to-regexp "^0.3.0"
3636

37-
"@oclif/command@^1.4.13":
38-
version "1.4.13"
39-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.13.tgz#2ed3c42142307d20337ec04eabd1be410dfa2a5e"
40-
dependencies:
41-
"@oclif/errors" "^1.0.4"
42-
"@oclif/parser" "^3.3.2"
43-
debug "^3.1.0"
44-
semver "^5.5.0"
45-
46-
"@oclif/command@^1.4.15", "@oclif/command@^1.4.16":
47-
version "1.4.16"
48-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.16.tgz#4e1cdae611d1eac28bfd3481797b38b8638767c0"
37+
"@oclif/command@^1.4.17", "@oclif/command@^1.4.18":
38+
version "1.4.18"
39+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.18.tgz#1095bab6917287a5e87eb7529d4d39d7fc53d362"
4940
dependencies:
5041
"@oclif/errors" "^1.0.6"
5142
"@oclif/parser" "^3.3.3"
5243
debug "^3.1.0"
5344
semver "^5.5.0"
5445

55-
"@oclif/config@^1.6.13":
56-
version "1.6.13"
57-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.13.tgz#fa4688a8a32afe49fd353a13aac6061b96eac1be"
46+
"@oclif/config@^1.6.16":
47+
version "1.6.16"
48+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.16.tgz#6bcb03bf30ee54eeafa788777d965bf47bb5047d"
5849
dependencies:
5950
debug "^3.1.0"
6051

61-
"@oclif/dev-cli@^1.13.8":
62-
version "1.13.8"
63-
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.8.tgz#6b8db116d210740152443f8759cc4ad65125da6e"
52+
"@oclif/dev-cli@^1.13.12":
53+
version "1.13.12"
54+
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.12.tgz#444edc1e4b4798ab369e90a797aa7a43534d6777"
6455
dependencies:
65-
"@oclif/command" "^1.4.15"
66-
"@oclif/config" "^1.6.13"
56+
"@oclif/command" "^1.4.17"
57+
"@oclif/config" "^1.6.16"
6758
"@oclif/errors" "^1.0.6"
68-
"@oclif/plugin-help" "^1.2.5"
59+
"@oclif/plugin-help" "^1.2.6"
6960
cli-ux "^3.4.1"
7061
debug "^3.1.0"
7162
fs-extra "^5.0.0"
72-
lodash "^4.17.5"
63+
lodash "^4.17.10"
7364
normalize-package-data "^2.4.0"
74-
qqjs "^0.3.7"
65+
qqjs "^0.3.8"
7566
require-resolve "^0.0.2"
7667
tslib "^1.9.0"
7768

78-
"@oclif/errors@^1.0.4":
79-
version "1.0.4"
80-
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.4.tgz#8e34386ede530484ae3c98bc21d818c416214c66"
69+
"@oclif/errors@^1.0.6":
70+
version "1.0.6"
71+
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.6.tgz#76b17906ac1beea252add52e8e8ed78229c33a7b"
8172
dependencies:
8273
clean-stack "^1.3.0"
8374
fs-extra "^5.0.0"
8475
indent-string "^3.2.0"
8576
strip-ansi "^4.0.0"
8677
wrap-ansi "^3.0.1"
8778

88-
"@oclif/errors@^1.0.6":
89-
version "1.0.6"
90-
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.6.tgz#76b17906ac1beea252add52e8e8ed78229c33a7b"
79+
"@oclif/errors@^1.0.7":
80+
version "1.0.7"
81+
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.7.tgz#13d7205801944c341534370e65140d21ab929e24"
9182
dependencies:
9283
clean-stack "^1.3.0"
93-
fs-extra "^5.0.0"
84+
fs-extra "^6.0.0"
9485
indent-string "^3.2.0"
9586
strip-ansi "^4.0.0"
9687
wrap-ansi "^3.0.1"
@@ -99,26 +90,19 @@
9990
version "1.0.0"
10091
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
10192

102-
"@oclif/parser@^3.3.2":
103-
version "3.3.2"
104-
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.2.tgz#81af56d4f97beae376abb59e461005489abd9e19"
105-
dependencies:
106-
"@oclif/linewrap" "^1.0.0"
107-
chalk "^2.3.2"
108-
10993
"@oclif/parser@^3.3.3":
11094
version "3.3.3"
11195
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.3.tgz#bfde499b836178eee2b6b29ccb7fb3f95851d3c6"
11296
dependencies:
11397
"@oclif/linewrap" "^1.0.0"
11498
chalk "^2.4.0"
11599

116-
"@oclif/plugin-help@^1.2.5":
117-
version "1.2.5"
118-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.5.tgz#5a184cdac3d0cf9c12b444e693e5102b288bde24"
100+
"@oclif/plugin-help@^1.2.6", "@oclif/plugin-help@^1.2.7":
101+
version "1.2.7"
102+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.7.tgz#4fdfa9cfe53b8bc68b6fabba1126e13debebc87b"
119103
dependencies:
120-
"@oclif/command" "^1.4.13"
121-
chalk "^2.4.0"
104+
"@oclif/command" "^1.4.18"
105+
chalk "^2.4.1"
122106
indent-string "^3.2.0"
123107
lodash.template "^4.4.0"
124108
string-width "^2.1.1"
@@ -163,9 +147,9 @@
163147
version "9.6.5"
164148
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.5.tgz#ee700810fdf49ac1c399fc5980b7559b3e5a381d"
165149

166-
"@types/node@^9.6.6":
167-
version "9.6.6"
168-
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.6.tgz#439b91f9caf3983cad2eef1e11f6bedcbf9431d2"
150+
"@types/node@^10.0.2":
151+
version "10.0.2"
152+
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.2.tgz#180046ebbc37de8b64777765c2486ebecb59448e"
169153

170154
"@types/semver@^5.5.0":
171155
version "5.5.0"
@@ -374,7 +358,7 @@ chalk@^1.1.3:
374358
strip-ansi "^3.0.0"
375359
supports-color "^2.0.0"
376360

377-
chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.0:
361+
chalk@^2.3.0, chalk@^2.4.0:
378362
version "2.4.0"
379363
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.0.tgz#a060a297a6b57e15b61ca63ce84995daa0fe6e52"
380364
dependencies:
@@ -670,6 +654,13 @@ fancy-test@^1.0.5:
670654
lodash "^4.17.5"
671655
stdout-stderr "^0.1.9"
672656

657+
fancy-test@^1.0.6:
658+
version "1.0.6"
659+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.6.tgz#e0a061ecdcfb9d8fbea1f86375ed26e258ed7243"
660+
dependencies:
661+
lodash "^4.17.10"
662+
stdout-stderr "^0.1.9"
663+
673664
fast-glob@^2.0.2:
674665
version "2.2.0"
675666
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.0.tgz#e9d032a69b86bef46fc03d935408f02fb211d9fc"
@@ -713,6 +704,14 @@ fs-extra@^5.0.0:
713704
jsonfile "^4.0.0"
714705
universalify "^0.1.0"
715706

707+
fs-extra@^6.0.0:
708+
version "6.0.0"
709+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
710+
dependencies:
711+
graceful-fs "^4.1.2"
712+
jsonfile "^4.0.0"
713+
universalify "^0.1.0"
714+
716715
fs.realpath@^1.0.0:
717716
version "1.0.0"
718717
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -834,17 +833,6 @@ hosted-git-info@^2.1.4:
834833
version "2.6.0"
835834
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.6.0.tgz#23235b29ab230c576aab0d4f13fc046b0b038222"
836835

837-
http-call@^5.1.0:
838-
version "5.1.0"
839-
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.0.tgz#699847d9bcd635eb4e3fdfe3084456a9c89d716d"
840-
dependencies:
841-
content-type "^1.0.4"
842-
debug "^3.1.0"
843-
is-retry-allowed "^1.1.0"
844-
is-stream "^1.1.0"
845-
tslib "^1.9.0"
846-
tunnel-agent "^0.6.0"
847-
848836
http-call@^5.1.1:
849837
version "5.1.1"
850838
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.1.tgz#0110095d455b876c64cc9fe820b3f836cc552ea7"
@@ -1100,6 +1088,10 @@ lodash.templatesettings@^4.0.0:
11001088
dependencies:
11011089
lodash._reinterpolate "~3.0.0"
11021090

1091+
lodash@^4.17.10:
1092+
version "4.17.10"
1093+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
1094+
11031095
lodash@^4.17.5, lodash@^4.5.1:
11041096
version "4.17.5"
11051097
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
@@ -1367,18 +1359,18 @@ pump@^1.0.0:
13671359
end-of-stream "^1.1.0"
13681360
once "^1.3.1"
13691361

1370-
qqjs@^0.3.7:
1371-
version "0.3.7"
1372-
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.7.tgz#eb7d481d3cf3e8c9744da0d21d917d1a4b2080d9"
1362+
qqjs@^0.3.8:
1363+
version "0.3.8"
1364+
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.8.tgz#8374d5cb53a2fa51104a3abd2e7371708b7ad913"
13731365
dependencies:
1374-
chalk "^2.3.2"
1366+
chalk "^2.4.1"
13751367
debug "^3.1.0"
13761368
execa "^0.10.0"
13771369
fs-extra "^5.0.0"
13781370
get-stream "^3.0.0"
13791371
glob "^7.1.2"
13801372
globby "^8.0.1"
1381-
http-call "^5.1.0"
1373+
http-call "^5.1.1"
13821374
load-json-file "^4.0.0"
13831375
pkg-dir "^2.0.0"
13841376
tar-fs "^1.16.0"
@@ -1722,9 +1714,9 @@ tree-kill@^1.1.0:
17221714
version "1.2.0"
17231715
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36"
17241716

1725-
ts-node@6.0.1:
1726-
version "6.0.1"
1727-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-6.0.1.tgz#e2dd65abcadae530d2b2109cfd19202ba9f90402"
1717+
ts-node@6.0.2:
1718+
version "6.0.2"
1719+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-6.0.2.tgz#e132d530e53173bc6a8c21ea65f64d8b47bc573e"
17281720
dependencies:
17291721
arrify "^1.0.0"
17301722
chalk "^2.3.0"

0 commit comments

Comments
 (0)
Please sign in to comment.