Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit 963fc49

Browse files
committed
fix: updated deps
1 parent 99eecdb commit 963fc49

2 files changed

Lines changed: 48 additions & 30 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
},
99
"bugs": "https://github.com/oclif/dev-cli/issues",
1010
"dependencies": {
11-
"@oclif/command": "^1.4.17",
11+
"@oclif/command": "^1.4.18",
1212
"@oclif/config": "^1.6.16",
13-
"@oclif/errors": "^1.0.6",
14-
"@oclif/plugin-help": "^1.2.6",
13+
"@oclif/errors": "^1.0.7",
14+
"@oclif/plugin-help": "^1.2.7",
1515
"cli-ux": "^3.4.1",
1616
"debug": "^3.1.0",
17-
"fs-extra": "^5.0.0",
17+
"fs-extra": "^6.0.0",
1818
"lodash": "^4.17.10",
1919
"normalize-package-data": "^2.4.0",
2020
"qqjs": "^0.3.8",
2121
"require-resolve": "^0.0.2",
2222
"tslib": "^1.9.0"
2323
},
2424
"devDependencies": {
25-
"@oclif/plugin-legacy": "^1.0.11",
25+
"@oclif/plugin-legacy": "^1.0.13",
2626
"@oclif/test": "^1.0.5",
2727
"@oclif/tslint": "^1.1.0",
2828
"@types/chai": "^4.1.3",
@@ -32,7 +32,7 @@
3232
"@types/lodash": "^4.14.108",
3333
"@types/lodash.template": "^4.4.3",
3434
"@types/mocha": "^5.2.0",
35-
"@types/node": "^10.0.1",
35+
"@types/node": "^10.0.2",
3636
"@types/supports-color": "^5.3.0",
3737
"@types/write-json-file": "^2.2.1",
3838
"aws-sdk": "^2.230.1",

yarn.lock

Lines changed: 42 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
strip-ansi "^4.0.0"
2828
supports-color "^5.1.0"
2929

30-
"@heroku-cli/command@^8.0.5":
31-
version "8.0.5"
32-
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.5.tgz#eb7e596c5a17557339f227e058fa700d4c0821e6"
30+
"@heroku-cli/command@^8.0.6":
31+
version "8.0.6"
32+
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.6.tgz#ad17fd53250da2a31a6775879af6ea18a673801d"
3333
dependencies:
34-
"@oclif/errors" "^1.0.4"
35-
cli-ux "^3.3.30"
34+
"@oclif/errors" "^1.0.6"
35+
cli-ux "^3.4.1"
3636
debug "^3.1.0"
3737
heroku-client "3.0.6"
38-
http-call "^5.1.0"
38+
http-call "^5.1.1"
3939
netrc-parser "^3.1.4"
4040

4141
"@mrmlnc/readdir-enhanced@^2.2.1":
@@ -45,9 +45,9 @@
4545
call-me-maybe "^1.0.1"
4646
glob-to-regexp "^0.3.0"
4747

48-
"@oclif/command@^1.4.13", "@oclif/command@^1.4.17":
49-
version "1.4.17"
50-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.17.tgz#1c4173d258b174fd2f965edcefc53afb1d06797d"
48+
"@oclif/command@^1.4.18":
49+
version "1.4.18"
50+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.18.tgz#1095bab6917287a5e87eb7529d4d39d7fc53d362"
5151
dependencies:
5252
"@oclif/errors" "^1.0.6"
5353
"@oclif/parser" "^3.3.3"
@@ -60,7 +60,7 @@
6060
dependencies:
6161
debug "^3.1.0"
6262

63-
"@oclif/errors@^1.0.4", "@oclif/errors@^1.0.6":
63+
"@oclif/errors@^1.0.6":
6464
version "1.0.6"
6565
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.6.tgz#76b17906ac1beea252add52e8e8ed78229c33a7b"
6666
dependencies:
@@ -70,6 +70,16 @@
7070
strip-ansi "^4.0.0"
7171
wrap-ansi "^3.0.1"
7272

73+
"@oclif/errors@^1.0.7":
74+
version "1.0.7"
75+
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.7.tgz#13d7205801944c341534370e65140d21ab929e24"
76+
dependencies:
77+
clean-stack "^1.3.0"
78+
fs-extra "^6.0.0"
79+
indent-string "^3.2.0"
80+
strip-ansi "^4.0.0"
81+
wrap-ansi "^3.0.1"
82+
7383
"@oclif/linewrap@^1.0.0":
7484
version "1.0.0"
7585
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
@@ -81,25 +91,25 @@
8191
"@oclif/linewrap" "^1.0.0"
8292
chalk "^2.4.0"
8393

84-
"@oclif/plugin-help@^1.2.6":
85-
version "1.2.6"
86-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.6.tgz#b5613b854711cce2f784dbb8c10072dd0bdeb2a9"
94+
"@oclif/plugin-help@^1.2.7":
95+
version "1.2.7"
96+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.7.tgz#4fdfa9cfe53b8bc68b6fabba1126e13debebc87b"
8797
dependencies:
88-
"@oclif/command" "^1.4.17"
98+
"@oclif/command" "^1.4.18"
8999
chalk "^2.4.1"
90100
indent-string "^3.2.0"
91101
lodash.template "^4.4.0"
92102
string-width "^2.1.1"
93103
widest-line "^2.0.0"
94104
wrap-ansi "^3.0.1"
95105

96-
"@oclif/plugin-legacy@^1.0.11":
97-
version "1.0.11"
98-
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.11.tgz#023d00e8c0bcfcd4b838221b097a7659b4a6ecc8"
106+
"@oclif/plugin-legacy@^1.0.13":
107+
version "1.0.13"
108+
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.13.tgz#c06e51f2fa3fe55c65da00a3038748418917e379"
99109
dependencies:
100110
"@heroku-cli/color" "^1.1.3"
101-
"@heroku-cli/command" "^8.0.5"
102-
"@oclif/command" "^1.4.13"
111+
"@heroku-cli/command" "^8.0.6"
112+
"@oclif/command" "^1.4.18"
103113
ansi-escapes "^3.1.0"
104114
debug "^3.1.0"
105115
semver "^5.5.0"
@@ -176,9 +186,9 @@
176186
version "8.10.11"
177187
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.11.tgz#971ea8cb91adbe0b74e3fbd867dec192d5893a5f"
178188

179-
"@types/node@^10.0.1":
180-
version "10.0.1"
181-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.1.tgz#9095e8b9b10d1de6d49a939b2f65c2872a47afd9"
189+
"@types/node@^10.0.2":
190+
version "10.0.2"
191+
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.2.tgz#180046ebbc37de8b64777765c2486ebecb59448e"
182192

183193
"@types/supports-color@^5.3.0":
184194
version "5.3.0"
@@ -444,7 +454,7 @@ clean-stack@^1.3.0:
444454
version "1.3.0"
445455
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"
446456

447-
cli-ux@^3.3.30, cli-ux@^3.4.1:
457+
cli-ux@^3.4.1:
448458
version "3.4.1"
449459
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.4.1.tgz#bfa17e75cd1a60547a11c515166117b05ea89cdd"
450460
dependencies:
@@ -733,6 +743,14 @@ fs-extra@^5.0.0:
733743
jsonfile "^4.0.0"
734744
universalify "^0.1.0"
735745

746+
fs-extra@^6.0.0:
747+
version "6.0.0"
748+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
749+
dependencies:
750+
graceful-fs "^4.1.2"
751+
jsonfile "^4.0.0"
752+
universalify "^0.1.0"
753+
736754
fs.realpath@^1.0.0:
737755
version "1.0.0"
738756
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -851,7 +869,7 @@ hosted-git-info@^2.1.4:
851869
version "2.6.0"
852870
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.6.0.tgz#23235b29ab230c576aab0d4f13fc046b0b038222"
853871

854-
http-call@^5.1.0, http-call@^5.1.1:
872+
http-call@^5.1.1:
855873
version "5.1.1"
856874
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.1.tgz#0110095d455b876c64cc9fe820b3f836cc552ea7"
857875
dependencies:

0 commit comments

Comments
 (0)