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

Commit ffa87a0

Browse files
committed
fix: updated deps
1 parent cd552f2 commit ffa87a0

2 files changed

Lines changed: 73 additions & 63 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"bugs": "https://github.com/oclif/dev-cli/issues",
1010
"dependencies": {
11-
"@oclif/command": "^1.4.21",
12-
"@oclif/config": "^1.6.17",
13-
"@oclif/errors": "^1.0.11",
14-
"@oclif/plugin-help": "^1.2.10",
15-
"cli-ux": "^4.2.0",
11+
"@oclif/command": "^1.4.30",
12+
"@oclif/config": "^1.6.18",
13+
"@oclif/errors": "^1.1.1",
14+
"@oclif/plugin-help": "^1.2.11",
15+
"cli-ux": "^4.3.0",
1616
"debug": "^3.1.0",
1717
"fs-extra": "^6.0.1",
1818
"lodash": "^4.17.10",
1919
"normalize-package-data": "^2.4.0",
20-
"qqjs": "^0.3.8",
20+
"qqjs": "^0.3.9",
2121
"require-resolve": "^0.0.2",
22-
"tslib": "^1.9.0"
22+
"tslib": "^1.9.1"
2323
},
2424
"devDependencies": {
2525
"@oclif/plugin-legacy": "^1.0.15",
@@ -32,10 +32,10 @@
3232
"@types/lodash": "^4.14.108",
3333
"@types/lodash.template": "^4.4.3",
3434
"@types/mocha": "^5.2.0",
35-
"@types/node": "^10.0.6",
35+
"@types/node": "^10.0.9",
3636
"@types/supports-color": "^5.3.0",
3737
"@types/write-json-file": "^2.2.1",
38-
"aws-sdk": "^2.236.1",
38+
"aws-sdk": "^2.239.1",
3939
"chai": "^4.1.2",
4040
"globby": "^8.0.1",
4141
"mocha": "^5.1.1",

yarn.lock

Lines changed: 64 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,21 @@
5454
debug "^3.1.0"
5555
semver "^5.5.0"
5656

57-
"@oclif/command@^1.4.21":
58-
version "1.4.21"
59-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.21.tgz#e45f252f8c375ad6e24a0a5f908e6aa692c5c56a"
57+
"@oclif/command@^1.4.29", "@oclif/command@^1.4.30":
58+
version "1.4.30"
59+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.30.tgz#631eb423182517dc38711d6270aecb621bfa24a9"
6060
dependencies:
61-
"@oclif/errors" "^1.0.9"
62-
"@oclif/parser" "^3.3.3"
61+
"@oclif/errors" "^1.1.1"
62+
"@oclif/parser" "^3.4.0"
6363
debug "^3.1.0"
6464
semver "^5.5.0"
6565

66-
"@oclif/config@^1.6.17":
67-
version "1.6.17"
68-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.17.tgz#e9608f56e5acd49fcaf3bbfcc3e8818d81b1ba12"
66+
"@oclif/config@^1.6.18":
67+
version "1.6.18"
68+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.18.tgz#25693cb4badb81489a8c5f846761630dca8c516c"
6969
dependencies:
7070
debug "^3.1.0"
7171

72-
"@oclif/errors@^1.0.11":
73-
version "1.0.11"
74-
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.11.tgz#567785e311cb076b8e323ebec377d4fa7146d53d"
75-
dependencies:
76-
clean-stack "^1.3.0"
77-
fs-extra "^6.0.0"
78-
indent-string "^3.2.0"
79-
strip-ansi "^4.0.0"
80-
wrap-ansi "^3.0.1"
81-
8272
"@oclif/errors@^1.0.6":
8373
version "1.0.6"
8474
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.6.tgz#76b17906ac1beea252add52e8e8ed78229c33a7b"
@@ -99,12 +89,12 @@
9989
strip-ansi "^4.0.0"
10090
wrap-ansi "^3.0.1"
10191

102-
"@oclif/errors@^1.0.9":
103-
version "1.0.9"
104-
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.9.tgz#6fe3afd8e7683c436df63674550899adec10c81c"
92+
"@oclif/errors@^1.1.1":
93+
version "1.1.1"
94+
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.1.1.tgz#2ff4ea9043491ae548e0c8545b91e260c6c0d64f"
10595
dependencies:
10696
clean-stack "^1.3.0"
107-
fs-extra "^6.0.0"
97+
fs-extra "^6.0.1"
10898
indent-string "^3.2.0"
10999
strip-ansi "^4.0.0"
110100
wrap-ansi "^3.0.1"
@@ -120,11 +110,18 @@
120110
"@oclif/linewrap" "^1.0.0"
121111
chalk "^2.4.0"
122112

123-
"@oclif/plugin-help@^1.2.10":
124-
version "1.2.10"
125-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.10.tgz#c2bb2b8f09027bf5a55e96346b8525d4dcff8c3e"
113+
"@oclif/parser@^3.4.0":
114+
version "3.4.0"
115+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.4.0.tgz#bf61399c70f75a96070153df2fcbb7e7115c7fd9"
126116
dependencies:
127-
"@oclif/command" "^1.4.20"
117+
"@oclif/linewrap" "^1.0.0"
118+
chalk "^2.4.1"
119+
120+
"@oclif/plugin-help@^1.2.11":
121+
version "1.2.11"
122+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.11.tgz#e6413a6009519230bc4c7e7fe45d8e139939e657"
123+
dependencies:
124+
"@oclif/command" "^1.4.29"
128125
chalk "^2.4.1"
129126
indent-string "^3.2.0"
130127
lodash.template "^4.4.0"
@@ -215,9 +212,9 @@
215212
version "8.10.11"
216213
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.11.tgz#971ea8cb91adbe0b74e3fbd867dec192d5893a5f"
217214

218-
"@types/node@^10.0.6":
219-
version "10.0.6"
220-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.6.tgz#c0bce8e539bf34c1b850c13ff46bead2fecc2e58"
215+
"@types/node@^10.0.9":
216+
version "10.0.9"
217+
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.9.tgz#7cb73a6ef9cf4e41e5354e114e824bfdfd96a6b4"
221218

222219
"@types/supports-color@^5.3.0":
223220
version "5.3.0"
@@ -305,9 +302,9 @@ atob@^2.0.0:
305302
version "2.1.1"
306303
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.1.tgz#ae2d5a729477f289d60dd7f96a6314a22dd6c22a"
307304

308-
aws-sdk@^2.236.1:
309-
version "2.236.1"
310-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.236.1.tgz#93c45f9ff1b622580c61fe45f2b732b68770e0ab"
305+
aws-sdk@^2.239.1:
306+
version "2.239.1"
307+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.239.1.tgz#299a3e611e5c47b39230bd1f51e2d25d1fbdb345"
311308
dependencies:
312309
buffer "4.9.1"
313310
events "1.1.1"
@@ -318,7 +315,6 @@ aws-sdk@^2.236.1:
318315
url "0.10.3"
319316
uuid "3.1.0"
320317
xml2js "0.4.17"
321-
xmlbuilder "4.2.1"
322318

323319
babel-code-frame@^6.22.0:
324320
version "6.26.0"
@@ -513,9 +509,9 @@ cli-ux@^3.4.1:
513509
strip-ansi "^4.0.0"
514510
supports-color "^5.4.0"
515511

516-
cli-ux@^4.2.0:
517-
version "4.2.0"
518-
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.2.0.tgz#b25bb5a646cad9bb99494e189c9cf052d0732065"
512+
cli-ux@^4.3.0:
513+
version "4.3.0"
514+
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.3.0.tgz#048f6334ef50cc5ab7cc0d51725c3888c75cbc41"
519515
dependencies:
520516
"@oclif/linewrap" "^1.0.0"
521517
"@oclif/screen" "^1.0.2"
@@ -524,11 +520,11 @@ cli-ux@^4.2.0:
524520
chalk "^2.4.1"
525521
clean-stack "^1.3.0"
526522
extract-stack "^1.0.0"
527-
fs-extra "^6.0.0"
523+
fs-extra "^6.0.1"
528524
hyperlinker "^1.0.0"
529525
indent-string "^3.2.0"
530526
lodash "^4.17.10"
531-
password-prompt "^1.0.5"
527+
password-prompt "^1.0.6"
532528
semver "^5.5.0"
533529
strip-ansi "^4.0.0"
534530
supports-color "^5.4.0"
@@ -948,6 +944,16 @@ http-call@^5.1.1:
948944
is-stream "^1.1.0"
949945
tunnel-agent "^0.6.0"
950946

947+
http-call@^5.1.2:
948+
version "5.1.2"
949+
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.2.tgz#2320e1aef65f01574723a697aca31748ce578f9d"
950+
dependencies:
951+
content-type "^1.0.4"
952+
debug "^3.1.0"
953+
is-retry-allowed "^1.1.0"
954+
is-stream "^1.1.0"
955+
tunnel-agent "^0.6.0"
956+
951957
hyperlinker@^1.0.0:
952958
version "1.0.0"
953959
resolved "https://registry.yarnpkg.com/hyperlinker/-/hyperlinker-1.0.0.tgz#23dc9e38a206b208ee49bc2d6c8ef47027df0c0e"
@@ -1176,9 +1182,9 @@ kind-of@^6.0.0, kind-of@^6.0.2:
11761182
version "6.0.2"
11771183
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
11781184

1179-
load-json-file@^4.0.0:
1180-
version "4.0.0"
1181-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
1185+
load-json-file@^5.0.0:
1186+
version "5.0.0"
1187+
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.0.0.tgz#5b5ef7cb6e1e337408e02fe01fe679ccc0cd18d5"
11821188
dependencies:
11831189
graceful-fs "^4.1.2"
11841190
parse-json "^4.0.0"
@@ -1420,9 +1426,9 @@ password-prompt@^1.0.4:
14201426
ansi-escapes "^3.0.0"
14211427
cross-spawn "^5.1.0"
14221428

1423-
password-prompt@^1.0.5:
1424-
version "1.0.5"
1425-
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.0.5.tgz#d2f2effd89bf26d359c87a4678339804ce782b87"
1429+
password-prompt@^1.0.6:
1430+
version "1.0.6"
1431+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.0.6.tgz#d657a16c80ae3932f55f38a51fee9f872a8e9b17"
14261432
dependencies:
14271433
ansi-escapes "^3.1.0"
14281434
cross-spawn "^6.0.5"
@@ -1494,21 +1500,21 @@ [email protected]:
14941500
version "1.3.2"
14951501
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
14961502

1497-
qqjs@^0.3.8:
1498-
version "0.3.8"
1499-
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.8.tgz#8374d5cb53a2fa51104a3abd2e7371708b7ad913"
1503+
qqjs@^0.3.9:
1504+
version "0.3.9"
1505+
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.9.tgz#8993e0be58aaf2e5b842a732b33de991d7edb625"
15001506
dependencies:
15011507
chalk "^2.4.1"
15021508
debug "^3.1.0"
15031509
execa "^0.10.0"
1504-
fs-extra "^5.0.0"
1510+
fs-extra "^6.0.1"
15051511
get-stream "^3.0.0"
15061512
glob "^7.1.2"
15071513
globby "^8.0.1"
1508-
http-call "^5.1.1"
1509-
load-json-file "^4.0.0"
1514+
http-call "^5.1.2"
1515+
load-json-file "^5.0.0"
15101516
pkg-dir "^2.0.0"
1511-
tar-fs "^1.16.0"
1517+
tar-fs "^1.16.2"
15121518
tmp "^0.0.33"
15131519
write-json-file "^2.3.0"
15141520

@@ -1801,7 +1807,7 @@ supports-hyperlinks@^1.0.1:
18011807
has-flag "^2.0.0"
18021808
supports-color "^5.0.0"
18031809

1804-
tar-fs@^1.16.0:
1810+
tar-fs@^1.16.2:
18051811
version "1.16.2"
18061812
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-1.16.2.tgz#17e5239747e399f7e77344f5f53365f04af53577"
18071813
dependencies:
@@ -1867,10 +1873,14 @@ ts-node@^6.0.3:
18671873
source-map-support "^0.5.3"
18681874
yn "^2.0.0"
18691875

1870-
[email protected], tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
1876+
[email protected], tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1:
18711877
version "1.9.0"
18721878
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
18731879

1880+
tslib@^1.9.1:
1881+
version "1.9.1"
1882+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
1883+
18741884
tslint-consistent-codestyle@^1.11.0:
18751885
version "1.13.0"
18761886
resolved "https://registry.yarnpkg.com/tslint-consistent-codestyle/-/tslint-consistent-codestyle-1.13.0.tgz#82abf230bf39e01159b4e9af721d489dd5ae0e6c"
@@ -2051,7 +2061,7 @@ [email protected]:
20512061
sax ">=0.6.0"
20522062
xmlbuilder "^4.1.0"
20532063

2054-
xmlbuilder@4.2.1, xmlbuilder@^4.1.0:
2064+
xmlbuilder@^4.1.0:
20552065
version "4.2.1"
20562066
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-4.2.1.tgz#aa58a3041a066f90eaa16c2f5389ff19f3f461a5"
20572067
dependencies:

0 commit comments

Comments
 (0)