|
31 | 31 | strip-ansi "^4.0.0" |
32 | 32 | supports-color "^5.1.0" |
33 | 33 |
|
34 | | -"@heroku-cli/command@^8.0.5", "@heroku-cli/command@^8.0.6": |
| 34 | +"@heroku-cli/command@^8.0.6": |
35 | 35 | version "8.0.6" |
36 | 36 | resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.6.tgz#ad17fd53250da2a31a6775879af6ea18a673801d" |
37 | 37 | dependencies: |
|
42 | 42 | http-call "^5.1.1" |
43 | 43 | netrc-parser "^3.1.4" |
44 | 44 |
|
45 | | -"@heroku-cli/plugin-apps@^2.4.38": |
46 | | - version "2.4.38" |
47 | | - resolved "https://registry.yarnpkg.com/@heroku-cli/plugin-apps/-/plugin-apps-2.4.38.tgz#0656543a0025431a9781187f5d6e741b92bbb49e" |
| 45 | +"@heroku-cli/command@^8.0.7": |
| 46 | + version "8.0.7" |
| 47 | + resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.7.tgz#c601e0d9f8ed8a8a98b1856b3b8e71c3c663bc44" |
48 | 48 | dependencies: |
49 | | - "@heroku-cli/command" "^8.0.5" |
| 49 | + "@oclif/errors" "^1.0.6" |
| 50 | + cli-ux "^3.4.1" |
| 51 | + debug "^3.1.0" |
| 52 | + heroku-client "3.0.6" |
| 53 | + http-call "^5.1.1" |
| 54 | + netrc-parser "^3.1.4" |
| 55 | + |
| 56 | +"@heroku-cli/plugin-apps@^2.4.39": |
| 57 | + version "2.4.39" |
| 58 | + resolved "https://registry.yarnpkg.com/@heroku-cli/plugin-apps/-/plugin-apps-2.4.39.tgz#ef7eff850cee7a2980389537dd3440b707b64a2e" |
| 59 | + dependencies: |
| 60 | + "@heroku-cli/command" "^8.0.6" |
50 | 61 | bluebird "^3.5.1" |
51 | 62 | co "^4.6.0" |
52 | 63 | co-wait "^0.0.0" |
53 | 64 | filesize "^3.5.11" |
| 65 | + fs-extra "^6.0.0" |
54 | 66 | heroku-cli-util "^8.0.6" |
55 | 67 | inquirer "^5.2.0" |
56 | 68 | lodash "^4.17.10" |
|
96 | 108 | call-me-maybe "^1.0.1" |
97 | 109 | glob-to-regexp "^0.3.0" |
98 | 110 |
|
99 | | -"@oclif/command@^1.4.17", "@oclif/command@^1.4.18": |
100 | | - version "1.4.18" |
101 | | - resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.18.tgz#1095bab6917287a5e87eb7529d4d39d7fc53d362" |
| 111 | +"@oclif/command@^1.4.19", "@oclif/command@^1.4.20": |
| 112 | + version "1.4.20" |
| 113 | + resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.20.tgz#7368c9c9f7f596fc8efffd7ec89118feed5203d8" |
102 | 114 | dependencies: |
103 | | - "@oclif/errors" "^1.0.6" |
| 115 | + "@oclif/errors" "^1.0.8" |
104 | 116 | "@oclif/parser" "^3.3.3" |
105 | 117 | debug "^3.1.0" |
106 | 118 | semver "^5.5.0" |
107 | 119 |
|
108 | | -"@oclif/config@^1.6.16": |
109 | | - version "1.6.16" |
110 | | - resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.16.tgz#6bcb03bf30ee54eeafa788777d965bf47bb5047d" |
| 120 | +"@oclif/config@^1.6.17": |
| 121 | + version "1.6.17" |
| 122 | + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.17.tgz#e9608f56e5acd49fcaf3bbfcc3e8818d81b1ba12" |
111 | 123 | dependencies: |
112 | 124 | debug "^3.1.0" |
113 | 125 |
|
114 | | -"@oclif/dev-cli@^1.13.12": |
115 | | - version "1.13.12" |
116 | | - resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.12.tgz#444edc1e4b4798ab369e90a797aa7a43534d6777" |
| 126 | +"@oclif/dev-cli@^1.13.14": |
| 127 | + version "1.13.14" |
| 128 | + resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.14.tgz#fcfb899f6da512c6cdaf21e01667ec58217c677a" |
117 | 129 | dependencies: |
118 | | - "@oclif/command" "^1.4.17" |
119 | | - "@oclif/config" "^1.6.16" |
120 | | - "@oclif/errors" "^1.0.6" |
121 | | - "@oclif/plugin-help" "^1.2.6" |
| 130 | + "@oclif/command" "^1.4.19" |
| 131 | + "@oclif/config" "^1.6.17" |
| 132 | + "@oclif/errors" "^1.0.8" |
| 133 | + "@oclif/plugin-help" "^1.2.7" |
122 | 134 | cli-ux "^3.4.1" |
123 | 135 | debug "^3.1.0" |
124 | | - fs-extra "^5.0.0" |
| 136 | + fs-extra "^6.0.0" |
125 | 137 | lodash "^4.17.10" |
126 | 138 | normalize-package-data "^2.4.0" |
127 | 139 | qqjs "^0.3.8" |
|
138 | 150 | strip-ansi "^4.0.0" |
139 | 151 | wrap-ansi "^3.0.1" |
140 | 152 |
|
| 153 | +"@oclif/errors@^1.0.8": |
| 154 | + version "1.0.8" |
| 155 | + resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.8.tgz#2f8239267506bb7c3f5fd776144c2686e5b7fff7" |
| 156 | + dependencies: |
| 157 | + clean-stack "^1.3.0" |
| 158 | + fs-extra "^6.0.0" |
| 159 | + indent-string "^3.2.0" |
| 160 | + strip-ansi "^4.0.0" |
| 161 | + wrap-ansi "^3.0.1" |
| 162 | + |
141 | 163 | "@oclif/linewrap@^1.0.0": |
142 | 164 | version "1.0.0" |
143 | 165 | resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" |
|
149 | 171 | "@oclif/linewrap" "^1.0.0" |
150 | 172 | chalk "^2.4.0" |
151 | 173 |
|
152 | | -"@oclif/plugin-help@^1.2.6": |
153 | | - version "1.2.6" |
154 | | - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.6.tgz#b5613b854711cce2f784dbb8c10072dd0bdeb2a9" |
| 174 | +"@oclif/plugin-help@^1.2.10", "@oclif/plugin-help@^1.2.7": |
| 175 | + version "1.2.10" |
| 176 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.10.tgz#c2bb2b8f09027bf5a55e96346b8525d4dcff8c3e" |
155 | 177 | dependencies: |
156 | | - "@oclif/command" "^1.4.17" |
| 178 | + "@oclif/command" "^1.4.20" |
157 | 179 | chalk "^2.4.1" |
158 | 180 | indent-string "^3.2.0" |
159 | 181 | lodash.template "^4.4.0" |
|
165 | 187 | version "1.0.2" |
166 | 188 | resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8" |
167 | 189 |
|
168 | | -"@oclif/test@^1.0.5": |
169 | | - version "1.0.5" |
170 | | - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.5.tgz#2b8e8384148a75c6cc6ef20df54cfa55cde15d4e" |
| 190 | +"@oclif/test@^1.0.6": |
| 191 | + version "1.0.6" |
| 192 | + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.6.tgz#45dbab5610caed9f178e33ff6b416f6ce2dc245c" |
171 | 193 | dependencies: |
172 | | - fancy-test "^1.0.5" |
| 194 | + fancy-test "^1.0.6" |
173 | 195 |
|
174 | 196 | "@oclif/tslint@^1.1.0": |
175 | 197 | version "1.1.0" |
|
189 | 211 | version "5.2.0" |
190 | 212 | resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.0.tgz#b3c8e69f038835db1a7fdc0b3d879fc50506e29e" |
191 | 213 |
|
192 | | -"@types/node@^10.0.2": |
193 | | - version "10.0.2" |
194 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.2.tgz#180046ebbc37de8b64777765c2486ebecb59448e" |
| 214 | +"@types/node@^10.0.3": |
| 215 | + version "10.0.3" |
| 216 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.3.tgz#1f89840c7aac2406cc43a2ecad98fc02a8e130e4" |
195 | 217 |
|
196 | 218 | "@types/semver@^5.5.0": |
197 | 219 | version "5.5.0" |
@@ -1086,7 +1108,7 @@ extract-stack@^1.0.0: |
1086 | 1108 | version "1.0.0" |
1087 | 1109 | resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa" |
1088 | 1110 |
|
1089 | | -fancy-test@^1.0.5: |
| 1111 | +fancy-test@^1.0.6: |
1090 | 1112 | version "1.0.6" |
1091 | 1113 | resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.6.tgz#e0a061ecdcfb9d8fbea1f86375ed26e258ed7243" |
1092 | 1114 | dependencies: |
|
0 commit comments