From 844832f6456f0bf7402def10acab88213910954d Mon Sep 17 00:00:00 2001 From: Yevhen Vydolob Date: Thu, 2 May 2019 12:24:33 +0300 Subject: [PATCH] Fix build according to Theia upstream changes Signed-off-by: Yevhen Vydolob --- ...kspace-hosted-plugin-uri-post-processor.ts | 5 + yarn.lock | 1171 +++++++++-------- 2 files changed, 642 insertions(+), 534 deletions(-) diff --git a/extensions/che-theia-hosted-plugin-manager-extension/src/node/che-workspace-hosted-plugin-uri-post-processor.ts b/extensions/che-theia-hosted-plugin-manager-extension/src/node/che-workspace-hosted-plugin-uri-post-processor.ts index b0cdeed67..00acfb5d4 100644 --- a/extensions/che-theia-hosted-plugin-manager-extension/src/node/che-workspace-hosted-plugin-uri-post-processor.ts +++ b/extensions/che-theia-hosted-plugin-manager-extension/src/node/che-workspace-hosted-plugin-uri-post-processor.ts @@ -16,6 +16,7 @@ import { che } from '@eclipse-che/api'; @injectable() export class CheWorkspaceHostedPluginUriPostProcessor implements HostedPluginUriPostProcessor { + protected restApiClient: IRemoteAPI; constructor() { @@ -76,4 +77,8 @@ export class CheWorkspaceHostedPluginUriPostProcessor implements HostedPluginUri return await this.restApiClient.getById(workspaceId); } + async processOptions(options: object): Promise { + return options; + } + } diff --git a/yarn.lock b/yarn.lock index 61406ccc9..15ce39dd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19,21 +19,26 @@ js-tokens "^4.0.0" "@babel/runtime@^7.1.2": - version "7.4.3" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.3.tgz#79888e452034223ad9609187a0ad1fe0d2ad4bdc" - integrity sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA== + version "7.4.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d" + integrity sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg== dependencies: regenerator-runtime "^0.13.2" -"@eclipse-che/api@^6.16.1", "@eclipse-che/api@latest": +"@eclipse-che/api@^6.16.1": version "6.17.1" resolved "https://registry.yarnpkg.com/@eclipse-che/api/-/api-6.17.1.tgz#bae00a5ac60501566759ff07b134867996ce8964" integrity sha512-kXrUsNJWUkoZfw9wOKgtZH8KYntjXqkyIHNduXMyELFizpV8n94PWBvSj6MeyeKqogKO5QmeC5xvFZS5/I1fkg== +"@eclipse-che/api@latest": + version "7.0.0-beta-3.0" + resolved "https://registry.yarnpkg.com/@eclipse-che/api/-/api-7.0.0-beta-3.0.tgz#e7305e31844c0e05af993238dfe0769f279adc5d" + integrity sha512-F/6xYVHyM3iyKoaBJkIcRuUMRCCjNkDNdrB6EvcQsNiTbgif8/A856L2++DUWjZMFWrHzQAxWGgl1rCnqFPJeg== + "@eclipse-che/plugin@latest": - version "0.0.1-1555407168" - resolved "https://registry.yarnpkg.com/@eclipse-che/plugin/-/plugin-0.0.1-1555407168.tgz#fb57cc7833356376a507ebc68367327c3e79ea34" - integrity sha512-tEOey9mbyGkhjLmSIGJDntGDmseSDDcn1x/pkrqr0l2fSvQo+wLXOzW7cBrodTwkjetGxJ4YykCDVam8PBLRJA== + version "0.0.1-1556611518" + resolved "https://registry.yarnpkg.com/@eclipse-che/plugin/-/plugin-0.0.1-1556611518.tgz#d0685176c33934078dcd8b22dc4e5026d7019a11" + integrity sha512-z+oQsElrnt5pyIepl7Uj2Xh9HeVnVER13xVrfB2xE8mbv5sSP+k5RPZ2/u9p17FOGg3ReE/rFvkZYOKxa3DUPA== dependencies: "@eclipse-che/api" latest @@ -52,14 +57,14 @@ resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.6.3.tgz#61c122c420d7a91613f393d6a06e5a4c6ae6abf3" integrity sha512-s5PLdI9NYgjBvfrv6rhirPHlAHWx+Sfo/IjsAeiXYfmemC/GSjwsyz1wLnGPazbLPXWfk62ks980o9AmsxYUEQ== -"@lerna/add@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.13.1.tgz#2cd7838857edb3b43ed73e3c21f69a20beb9b702" - integrity sha512-cXk42YbuhzEnADCK8Qte5laC9Qo03eJLVnr0qKY85jQUM/T4URe3IIUemqpg0CpVATrB+Vz+iNdeqw9ng1iALw== +"@lerna/add@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.13.3.tgz#f4c1674839780e458f0426d4f7b6d0a77b9a2ae9" + integrity sha512-T3/Lsbo9ZFq+vL3ssaHxA8oKikZAPTJTGFe4CRuQgWCDd/M61+51jeWsngdaHpwzSSRDRjxg8fJTG10y10pnfA== dependencies: - "@lerna/bootstrap" "3.13.1" - "@lerna/command" "3.13.1" - "@lerna/filter-options" "3.13.0" + "@lerna/bootstrap" "3.13.3" + "@lerna/command" "3.13.3" + "@lerna/filter-options" "3.13.3" "@lerna/npm-conf" "3.13.0" "@lerna/validation-error" "3.13.0" dedent "^0.7.0" @@ -77,19 +82,19 @@ "@lerna/validation-error" "3.13.0" npmlog "^4.1.2" -"@lerna/bootstrap@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.13.1.tgz#f2edd7c8093c8b139e78b0ca5f845f23efd01f08" - integrity sha512-mKdi5Ds5f82PZwEFyB9/W60I3iELobi1i87sTeVrbJh/um7GvqpSPy7kG/JPxyOdMpB2njX6LiJgw+7b6BEPWw== +"@lerna/bootstrap@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.13.3.tgz#a0e5e466de5c100b49d558d39139204fc4db5c95" + integrity sha512-2XzijnLHRZOVQh8pwS7+5GR3cG4uh+EiLrWOishCq2TVzkqgjaS3GGBoef7KMCXfWHoLqAZRr/jEdLqfETLVqg== dependencies: "@lerna/batch-packages" "3.13.0" - "@lerna/command" "3.13.1" - "@lerna/filter-options" "3.13.0" - "@lerna/has-npm-version" "3.13.0" - "@lerna/npm-install" "3.13.0" + "@lerna/command" "3.13.3" + "@lerna/filter-options" "3.13.3" + "@lerna/has-npm-version" "3.13.3" + "@lerna/npm-install" "3.13.3" "@lerna/package-graph" "3.13.0" "@lerna/pulse-till-done" "3.13.0" - "@lerna/rimraf-dir" "3.13.0" + "@lerna/rimraf-dir" "3.13.3" "@lerna/run-lifecycle" "3.13.0" "@lerna/run-parallel-batches" "3.13.0" "@lerna/symlink-binary" "3.13.0" @@ -107,44 +112,44 @@ read-package-tree "^5.1.6" semver "^5.5.0" -"@lerna/changed@3.13.2": - version "3.13.2" - resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.13.2.tgz#2eda47d3e6c20a0f84c379a9e6806e59eeeaad79" - integrity sha512-mcmkxUMR0J4ZyRyVUrdDJl4ZsdHDgdA1xQcbdB4LZvAE/E2lNlPcEfAfbfs08VnRiqvFOqcczbzBq10hvSFg4w== +"@lerna/changed@3.13.4": + version "3.13.4" + resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.13.4.tgz#c69d8a079999e49611dd58987f08437baee81ad4" + integrity sha512-9lfOyRVObasw6L/z7yCSfsEl1QKy0Eamb8t2Krg1deIoAt+cE3JXOdGGC1MhOSli+7f/U9LyLXjJzIOs/pc9fw== dependencies: - "@lerna/collect-updates" "3.13.0" - "@lerna/command" "3.13.1" + "@lerna/collect-updates" "3.13.3" + "@lerna/command" "3.13.3" "@lerna/listable" "3.13.0" "@lerna/output" "3.13.0" - "@lerna/version" "3.13.2" + "@lerna/version" "3.13.4" -"@lerna/check-working-tree@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-3.13.0.tgz#1ddcd4d9b1aceb65efaaa4cd1333a66706d67c9c" - integrity sha512-dsdO15NXX5To+Q53SYeCrBEpiqv4m5VkaPZxbGQZNwoRen1MloXuqxSymJANQn+ZLEqarv5V56gydebeROPH5A== +"@lerna/check-working-tree@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-3.13.3.tgz#836a3ffd4413a29aca92ccca4a115e4f97109992" + integrity sha512-LoGZvTkne+V1WpVdCTU0XNzFKsQa2AiAFKksGRT0v8NQj6VAPp0jfVYDayTqwaWt2Ne0OGKOFE79Y5LStOuhaQ== dependencies: - "@lerna/describe-ref" "3.13.0" + "@lerna/describe-ref" "3.13.3" "@lerna/validation-error" "3.13.0" -"@lerna/child-process@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-3.13.0.tgz#84e35adf3217a6983edd28080657b9596a052674" - integrity sha512-0iDS8y2jiEucD4fJHEzKoc8aQJgm7s+hG+0RmDNtfT0MM3n17pZnf5JOMtS1FJp+SEXOjMKQndyyaDIPFsnp6A== +"@lerna/child-process@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-3.13.3.tgz#6c084ee5cca9fc9e04d6bf4fc3f743ed26ff190c" + integrity sha512-3/e2uCLnbU+bydDnDwyadpOmuzazS01EcnOleAnuj9235CU2U97DH6OyoG1EW/fU59x11J+HjIqovh5vBaMQjQ== dependencies: chalk "^2.3.1" execa "^1.0.0" strong-log-transformer "^2.0.0" -"@lerna/clean@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-3.13.1.tgz#9a7432efceccd720a51da5c76f849fc59c5a14ce" - integrity sha512-myGIaXv7RUO2qCFZXvx8SJeI+eN6y9SUD5zZ4/LvNogbOiEIlujC5lUAqK65rAHayQ9ltSa/yK6Xv510xhZXZQ== +"@lerna/clean@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-3.13.3.tgz#5673a1238e0712d31711e7e4e8cb9641891daaea" + integrity sha512-xmNauF1PpmDaKdtA2yuRc23Tru4q7UMO6yB1a/TTwxYPYYsAWG/CBK65bV26J7x4RlZtEv06ztYGMa9zh34UXA== dependencies: - "@lerna/command" "3.13.1" - "@lerna/filter-options" "3.13.0" + "@lerna/command" "3.13.3" + "@lerna/filter-options" "3.13.3" "@lerna/prompt" "3.13.0" "@lerna/pulse-till-done" "3.13.0" - "@lerna/rimraf-dir" "3.13.0" + "@lerna/rimraf-dir" "3.13.3" p-map "^1.2.0" p-map-series "^1.0.0" p-waterfall "^1.0.0" @@ -159,23 +164,23 @@ npmlog "^4.1.2" yargs "^12.0.1" -"@lerna/collect-updates@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-3.13.0.tgz#f0828d84ff959ff153d006765659ffc4d68cdefc" - integrity sha512-uR3u6uTzrS1p46tHQ/mlHog/nRJGBqskTHYYJbgirujxm6FqNh7Do+I1Q/7zSee407G4lzsNxZdm8IL927HemQ== +"@lerna/collect-updates@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-3.13.3.tgz#616648da59f0aff4a8e60257795cc46ca6921edd" + integrity sha512-sTpALOAxli/ZS+Mjq6fbmjU9YXqFJ2E4FrE1Ijl4wPC5stXEosg2u0Z1uPY+zVKdM+mOIhLxPVdx83rUgRS+Cg== dependencies: - "@lerna/child-process" "3.13.0" - "@lerna/describe-ref" "3.13.0" + "@lerna/child-process" "3.13.3" + "@lerna/describe-ref" "3.13.3" minimatch "^3.0.4" npmlog "^4.1.2" slash "^1.0.0" -"@lerna/command@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/command/-/command-3.13.1.tgz#b60dda2c0d9ffbb6030d61ddf7cceedc1e8f7e6e" - integrity sha512-SYWezxX+iheWvzRoHCrbs8v5zHPaxAx3kWvZhqi70vuGsdOVAWmaG4IvHLn11ztS+Vpd5PM+ztBWSbnykpLFKQ== +"@lerna/command@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/command/-/command-3.13.3.tgz#5b20b3f507224573551039e0460bc36c39f7e9d1" + integrity sha512-WHFIQCubJV0T8gSLRNr6exZUxTswrh+iAtJCb86SE0Sa+auMPklE8af7w2Yck5GJfewmxSjke3yrjNxQrstx7w== dependencies: - "@lerna/child-process" "3.13.0" + "@lerna/child-process" "3.13.3" "@lerna/package-graph" "3.13.0" "@lerna/project" "3.13.1" "@lerna/validation-error" "3.13.0" @@ -211,13 +216,13 @@ fs-extra "^7.0.0" npmlog "^4.1.2" -"@lerna/create@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.13.1.tgz#2c1284cfdc59f0d2b88286d78bc797f4ab330f79" - integrity sha512-pLENMXgTkQuvKxAopjKeoLOv9fVUCnpTUD7aLrY5d95/1xqSZlnsOcQfUYcpMf3GpOvHc8ILmI5OXkPqjAf54g== +"@lerna/create@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.13.3.tgz#6ded142c54b7f3cea86413c3637b067027b7f55d" + integrity sha512-4M5xT1AyUMwt1gCDph4BfW3e6fZmt0KjTa3FoXkUotf/w/eqTsc2IQ+ULz2+gOFQmtuNbqIZEOK3J4P9ArJJ/A== dependencies: - "@lerna/child-process" "3.13.0" - "@lerna/command" "3.13.1" + "@lerna/child-process" "3.13.3" + "@lerna/command" "3.13.3" "@lerna/npm-conf" "3.13.0" "@lerna/validation-error" "3.13.0" camelcase "^5.0.0" @@ -235,42 +240,42 @@ validate-npm-package-name "^3.0.0" whatwg-url "^7.0.0" -"@lerna/describe-ref@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-3.13.0.tgz#fb4c3863fd6bcccad67ce7b183887a5fc1942bb6" - integrity sha512-UJefF5mLxLae9I2Sbz5RLYGbqbikRuMqdgTam0MS5OhXnyuuKYBUpwBshCURNb1dPBXTQhSwc7+oUhORx8ojCg== +"@lerna/describe-ref@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-3.13.3.tgz#13318513613f6a407d37fc5dc025ec2cfb705606" + integrity sha512-5KcLTvjdS4gU5evW8ESbZ0BF44NM5HrP3dQNtWnOUSKJRgsES8Gj0lq9AlB2+YglZfjEftFT03uOYOxnKto4Uw== dependencies: - "@lerna/child-process" "3.13.0" + "@lerna/child-process" "3.13.3" npmlog "^4.1.2" -"@lerna/diff@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-3.13.1.tgz#5c734321b0f6c46a3c87f55c99afef3b01d46520" - integrity sha512-cKqmpONO57mdvxtp8e+l5+tjtmF04+7E+O0QEcLcNUAjC6UR2OSM77nwRCXDukou/1h72JtWs0jjcdYLwAmApg== +"@lerna/diff@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-3.13.3.tgz#883cb3a83a956dbfc2c17bc9a156468a5d3fae17" + integrity sha512-/DRS2keYbnKaAC+5AkDyZRGkP/kT7v1GlUS0JGZeiRDPQ1H6PzhX09EgE5X6nj0Ytrm0sUasDeN++CDVvgaI+A== dependencies: - "@lerna/child-process" "3.13.0" - "@lerna/command" "3.13.1" + "@lerna/child-process" "3.13.3" + "@lerna/command" "3.13.3" "@lerna/validation-error" "3.13.0" npmlog "^4.1.2" -"@lerna/exec@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-3.13.1.tgz#4439e90fb0877ec38a6ef933c86580d43eeaf81b" - integrity sha512-I34wEP9lrAqqM7tTXLDxv/6454WFzrnXDWpNDbiKQiZs6SIrOOjmm6I4FiQsx+rU3o9d+HkC6tcUJRN5mlJUgA== +"@lerna/exec@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-3.13.3.tgz#5d2eda3f6e584f2f15b115e8a4b5bc960ba5de85" + integrity sha512-c0bD4XqM96CTPV8+lvkxzE7mkxiFyv/WNM4H01YvvbFAJzk+S4Y7cBtRkIYFTfkFZW3FLo8pEgtG1ONtIdM+tg== dependencies: "@lerna/batch-packages" "3.13.0" - "@lerna/child-process" "3.13.0" - "@lerna/command" "3.13.1" - "@lerna/filter-options" "3.13.0" + "@lerna/child-process" "3.13.3" + "@lerna/command" "3.13.3" + "@lerna/filter-options" "3.13.3" "@lerna/run-parallel-batches" "3.13.0" "@lerna/validation-error" "3.13.0" -"@lerna/filter-options@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-3.13.0.tgz#976e3d8b9fcd47001ab981d276565c1e9f767868" - integrity sha512-SRp7DCo9zrf+7NkQxZMkeyO1GRN6GICoB9UcBAbXhLbWisT37Cx5/6+jh49gYB63d/0/WYHSEPMlheUrpv1Srw== +"@lerna/filter-options@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-3.13.3.tgz#aa42a4ab78837b8a6c4278ba871d27e92d77c54f" + integrity sha512-DbtQX4eRgrBz1wCFWRP99JBD7ODykYme9ykEK79+RrKph40znhJQRlLg4idogj6IsUEzwo1OHjihCzSfnVo6Cg== dependencies: - "@lerna/collect-updates" "3.13.0" + "@lerna/collect-updates" "3.13.3" "@lerna/filter-packages" "3.13.0" dedent "^0.7.0" @@ -299,12 +304,12 @@ ssri "^6.0.1" tar "^4.4.8" -"@lerna/github-client@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-3.13.1.tgz#cb9bf9f01685a0cee0fac63f287f6c3673e45aa3" - integrity sha512-iPLUp8FFoAKGURksYEYZzfuo9TRA+NepVlseRXFaWlmy36dCQN20AciINpoXiXGoHcEUHXUKHQvY3ARFdMlf3w== +"@lerna/github-client@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-3.13.3.tgz#bcf9b4ff40bdd104cb40cd257322f052b41bb9ce" + integrity sha512-fcJkjab4kX0zcLLSa/DCUNvU3v8wmy2c1lhdIbL7s7gABmDcV0QZq93LhnEee3VkC9UpnJ6GKG4EkD7eIifBnA== dependencies: - "@lerna/child-process" "3.13.0" + "@lerna/child-process" "3.13.3" "@octokit/plugin-enterprise-rest" "^2.1.1" "@octokit/rest" "^16.16.0" git-url-parse "^11.1.2" @@ -315,21 +320,21 @@ resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-3.13.0.tgz#217662290db06ad9cf2c49d8e3100ee28eaebae1" integrity sha512-SlZvh1gVRRzYLVluz9fryY1nJpZ0FHDGB66U9tFfvnnxmueckRQxLopn3tXj3NU1kc3QANT2I5BsQkOqZ4TEFQ== -"@lerna/has-npm-version@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-3.13.0.tgz#6e1f7e9336cce3e029066f0175f06dd9d51ad09f" - integrity sha512-Oqu7DGLnrMENPm+bPFGOHnqxK8lCnuYr6bk3g/CoNn8/U0qgFvHcq6Iv8/Z04TsvleX+3/RgauSD2kMfRmbypg== +"@lerna/has-npm-version@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-3.13.3.tgz#167e3f602a2fb58f84f93cf5df39705ca6432a2d" + integrity sha512-mQzoghRw4dBg0R9FFfHrj0TH0glvXyzdEZmYZ8Isvx5BSuEEwpsryoywuZSdppcvLu8o7NAdU5Tac8cJ/mT52w== dependencies: - "@lerna/child-process" "3.13.0" + "@lerna/child-process" "3.13.3" semver "^5.5.0" -"@lerna/import@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.13.1.tgz#69d641341a38b79bd379129da1c717d51dd728c7" - integrity sha512-A1Vk1siYx1XkRl6w+zkaA0iptV5TIynVlHPR9S7NY0XAfhykjztYVvwtxarlh6+VcNrO9We6if0+FXCrfDEoIg== +"@lerna/import@3.13.4": + version "3.13.4" + resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.13.4.tgz#e9a1831b8fed33f3cbeab3b84c722c9371a2eaf7" + integrity sha512-dn6eNuPEljWsifBEzJ9B6NoaLwl/Zvof7PBUPA4hRyRlqG5sXRn6F9DnusMTovvSarbicmTURbOokYuotVWQQA== dependencies: - "@lerna/child-process" "3.13.0" - "@lerna/command" "3.13.1" + "@lerna/child-process" "3.13.3" + "@lerna/command" "3.13.3" "@lerna/prompt" "3.13.0" "@lerna/pulse-till-done" "3.13.0" "@lerna/validation-error" "3.13.0" @@ -337,35 +342,35 @@ fs-extra "^7.0.0" p-map-series "^1.0.0" -"@lerna/init@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/init/-/init-3.13.1.tgz#0392c822abb3d63a75be4916c5e761cfa7b34dda" - integrity sha512-M59WACqim8WkH5FQEGOCEZ89NDxCKBfFTx4ZD5ig3LkGyJ8RdcJq5KEfpW/aESuRE9JrZLzVr0IjKbZSxzwEMA== +"@lerna/init@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/init/-/init-3.13.3.tgz#ebd522fee9b9d7d3b2dacb0261eaddb4826851ff" + integrity sha512-bK/mp0sF6jT0N+c+xrbMCqN4xRoiZCXQzlYsyACxPK99KH/mpHv7hViZlTYUGlYcymtew6ZC770miv5A9wF9hA== dependencies: - "@lerna/child-process" "3.13.0" - "@lerna/command" "3.13.1" + "@lerna/child-process" "3.13.3" + "@lerna/command" "3.13.3" fs-extra "^7.0.0" p-map "^1.2.0" write-json-file "^2.3.0" -"@lerna/link@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.13.1.tgz#7d8ed4774bfa198d1780f790a14abb8722a3aad1" - integrity sha512-N3h3Fj1dcea+1RaAoAdy4g2m3fvU7m89HoUn5X/Zcw5n2kPoK8kTO+NfhNAatfRV8VtMXst8vbNrWQQtfm0FFw== +"@lerna/link@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.13.3.tgz#11124d4a0c8d0b79752fbda3babedfd62dd57847" + integrity sha512-IHhtdhA0KlIdevCsq6WHkI2rF3lHWHziJs2mlrEWAKniVrFczbELON1KJAgdJS1k3kAP/WeWVqmIYZ2hJDxMvg== dependencies: - "@lerna/command" "3.13.1" + "@lerna/command" "3.13.3" "@lerna/package-graph" "3.13.0" "@lerna/symlink-dependencies" "3.13.0" p-map "^1.2.0" slash "^1.0.0" -"@lerna/list@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/list/-/list-3.13.1.tgz#f9513ed143e52156c10ada4070f903c5847dcd10" - integrity sha512-635iRbdgd9gNvYLLIbYdQCQLr+HioM5FGJLFS0g3DPGygr6iDR8KS47hzCRGH91LU9NcM1mD1RoT/AChF+QbiA== +"@lerna/list@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/list/-/list-3.13.3.tgz#fa93864d43cadeb4cd540a4e78a52886c57dbe74" + integrity sha512-rLRDsBCkydMq2FL6WY1J/elvnXIjxxRtb72lfKHdvDEqVdquT5Qgt9ci42hwjmcocFwWcFJgF6BZozj5pbc13A== dependencies: - "@lerna/command" "3.13.1" - "@lerna/filter-options" "3.13.0" + "@lerna/command" "3.13.3" + "@lerna/filter-options" "3.13.3" "@lerna/listable" "3.13.0" "@lerna/output" "3.13.0" @@ -406,12 +411,12 @@ npm-registry-fetch "^3.9.0" npmlog "^4.1.2" -"@lerna/npm-install@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-3.13.0.tgz#88f4cc39f4f737c8a8721256b915ea1bcc6a7227" - integrity sha512-qNyfts//isYQxore6fsPorNYJmPVKZ6tOThSH97tP0aV91zGMtrYRqlAoUnDwDdAjHPYEM16hNujg2wRmsqqIw== +"@lerna/npm-install@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-3.13.3.tgz#9b09852732e51c16d2e060ff2fd8bfbbb49cf7ba" + integrity sha512-7Jig9MLpwAfcsdQ5UeanAjndChUjiTjTp50zJ+UZz4CbIBIDhoBehvNMTCL2G6pOEC7sGEg6sAqJINAqred6Tg== dependencies: - "@lerna/child-process" "3.13.0" + "@lerna/child-process" "3.13.3" "@lerna/get-npm-exec-opts" "3.13.0" fs-extra "^7.0.0" npm-package-arg "^6.1.0" @@ -433,12 +438,12 @@ pify "^3.0.0" read-package-json "^2.0.13" -"@lerna/npm-run-script@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-3.13.0.tgz#e5997f045402b9948bdc066033ebb36bf94fc9e4" - integrity sha512-hiL3/VeVp+NFatBjkGN8mUdX24EfZx9rQlSie0CMgtjc7iZrtd0jCguLomSCRHYjJuvqgbp+LLYo7nHVykfkaQ== +"@lerna/npm-run-script@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-3.13.3.tgz#9bb6389ed70cd506905d6b05b6eab336b4266caf" + integrity sha512-qR4o9BFt5hI8Od5/DqLalOJydnKpiQFEeN0h9xZi7MwzuX1Ukwh3X22vqsX4YRbipIelSFtrDzleNVUm5jj0ow== dependencies: - "@lerna/child-process" "3.13.0" + "@lerna/child-process" "3.13.3" "@lerna/get-npm-exec-opts" "3.13.0" npmlog "^4.1.2" @@ -507,17 +512,17 @@ inquirer "^6.2.0" npmlog "^4.1.2" -"@lerna/publish@3.13.2": - version "3.13.2" - resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.13.2.tgz#3afccceff5c06b3202d91baf917cd29ab4fb0163" - integrity sha512-L8iceC3Z2YJnlV3cGbfk47NSh1+iOo1tD65z+BU3IYLRpPnnSf8i6BORdKV8rECDj6kjLYvL7//2yxbHy7shhA== +"@lerna/publish@3.13.4": + version "3.13.4" + resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.13.4.tgz#25b678c285110897a7fc5198a35bdfa9db7f9cc1" + integrity sha512-v03pabiPlqCDwX6cVNis1PDdT6/jBgkVb5Nl4e8wcJXevIhZw3ClvtI94gSZu/wdoVFX0RMfc8QBVmaimSO0qg== dependencies: "@lerna/batch-packages" "3.13.0" - "@lerna/check-working-tree" "3.13.0" - "@lerna/child-process" "3.13.0" - "@lerna/collect-updates" "3.13.0" - "@lerna/command" "3.13.1" - "@lerna/describe-ref" "3.13.0" + "@lerna/check-working-tree" "3.13.3" + "@lerna/child-process" "3.13.3" + "@lerna/collect-updates" "3.13.3" + "@lerna/command" "3.13.3" + "@lerna/describe-ref" "3.13.3" "@lerna/log-packed" "3.13.0" "@lerna/npm-conf" "3.13.0" "@lerna/npm-dist-tag" "3.13.0" @@ -529,7 +534,7 @@ "@lerna/run-lifecycle" "3.13.0" "@lerna/run-parallel-batches" "3.13.0" "@lerna/validation-error" "3.13.0" - "@lerna/version" "3.13.2" + "@lerna/version" "3.13.4" figgy-pudding "^3.5.1" fs-extra "^7.0.0" libnpmaccess "^3.0.1" @@ -559,12 +564,12 @@ npmlog "^4.1.2" read-cmd-shim "^1.0.1" -"@lerna/rimraf-dir@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-3.13.0.tgz#bb1006104b4aabcb6985624273254648f872b278" - integrity sha512-kte+pMemulre8cmPqljxIYjCmdLByz8DgHBHXB49kz2EiPf8JJ+hJFt0PzEubEyJZ2YE2EVAx5Tv5+NfGNUQyQ== +"@lerna/rimraf-dir@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-3.13.3.tgz#3a8e71317fde853893ef0262bc9bba6a180b7227" + integrity sha512-d0T1Hxwu3gpYVv73ytSL+/Oy8JitsmvOYUR5ouRSABsmqS7ZZCh5t6FgVDDGVXeuhbw82+vuny1Og6Q0k4ilqw== dependencies: - "@lerna/child-process" "3.13.0" + "@lerna/child-process" "3.13.3" npmlog "^4.1.2" path-exists "^3.0.0" rimraf "^2.6.2" @@ -587,15 +592,15 @@ p-map "^1.2.0" p-map-series "^1.0.0" -"@lerna/run@3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@lerna/run/-/run-3.13.1.tgz#87e174c1d271894ddd29adc315c068fb7b1b0117" - integrity sha512-nv1oj7bsqppWm1M4ifN+/IIbVu9F4RixrbQD2okqDGYne4RQPAXyb5cEZuAzY/wyGTWWiVaZ1zpj5ogPWvH0bw== +"@lerna/run@3.13.3": + version "3.13.3" + resolved "https://registry.yarnpkg.com/@lerna/run/-/run-3.13.3.tgz#0781c82d225ef6e85e28d3e763f7fc090a376a21" + integrity sha512-ygnLIfIYS6YY1JHWOM4CsdZiY8kTYPsDFOLAwASlRnlAXF9HiMT08GFXLmMHIblZJ8yJhsM2+QgraCB0WdxzOQ== dependencies: "@lerna/batch-packages" "3.13.0" - "@lerna/command" "3.13.1" - "@lerna/filter-options" "3.13.0" - "@lerna/npm-run-script" "3.13.0" + "@lerna/command" "3.13.3" + "@lerna/filter-options" "3.13.3" + "@lerna/npm-run-script" "3.13.3" "@lerna/output" "3.13.0" "@lerna/run-parallel-batches" "3.13.0" "@lerna/timer" "3.13.0" @@ -637,18 +642,18 @@ dependencies: npmlog "^4.1.2" -"@lerna/version@3.13.2": - version "3.13.2" - resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.13.2.tgz#cc177c32c6404ab9d4b7e3d6da90789d48f768b4" - integrity sha512-85AEn6Cx5p1VOejEd5fpTyeDCx6yejSJCgbILkx+gXhLhFg2XpFzLswMd+u71X7RAttWHvhzeKJAw4tWTXDvpQ== +"@lerna/version@3.13.4": + version "3.13.4" + resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.13.4.tgz#ea23b264bebda425ccbfcdcd1de13ef45a390e59" + integrity sha512-pptWUEgN/lUTQZu34+gfH1g4Uhs7TDKRcdZY9A4T9k6RTOwpKC2ceLGiXdeR+ZgQJAey2C4qiE8fo5Z6Rbc6QA== dependencies: "@lerna/batch-packages" "3.13.0" - "@lerna/check-working-tree" "3.13.0" - "@lerna/child-process" "3.13.0" - "@lerna/collect-updates" "3.13.0" - "@lerna/command" "3.13.1" + "@lerna/check-working-tree" "3.13.3" + "@lerna/child-process" "3.13.3" + "@lerna/collect-updates" "3.13.3" + "@lerna/command" "3.13.3" "@lerna/conventional-commits" "3.13.0" - "@lerna/github-client" "3.13.1" + "@lerna/github-client" "3.13.3" "@lerna/output" "3.13.0" "@lerna/prompt" "3.13.0" "@lerna/run-lifecycle" "3.13.0" @@ -687,12 +692,12 @@ integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== "@octokit/endpoint@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-4.0.0.tgz#97032a6690ef1cf9576ab1b1582c0ac837e3b5b6" - integrity sha512-b8sptNUekjREtCTJFpOfSIL4SKh65WaakcyxWzRcSPOk5RxkZJ/S8884NGZFxZ+jCB2rDURU66pSHn14cVgWVg== + version "4.2.2" + resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-4.2.2.tgz#4ff11382bad89c7e01030a1e62d5e9d13c2402b0" + integrity sha512-5IZjkUNhx5q0IRN7Juwf5A+Lu2qAso7ULST7C1P2mbGHePuCOk936Stcl/5GdJpB3ovD8M6/Lv3xra6Mn0IKNQ== dependencies: deepmerge "3.2.0" - is-plain-object "^2.0.4" + is-plain-object "^3.0.0" universal-user-agent "^2.0.1" url-template "^2.0.8" @@ -701,24 +706,24 @@ resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-2.2.2.tgz#c0e22067a043e19f96ff9c7832e2a3019f9be75c" integrity sha512-CTZr64jZYhGWNTDGlSJ2mvIlFsm9OEO3LqWn9I/gmoHI4jRBp4kpHoFYNemG4oA75zUAcmbuWblb7jjP877YZw== -"@octokit/request@3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-3.0.0.tgz#304a279036b2dc89e7fba7cb30c9e6a9b1f4d2df" - integrity sha512-DZqmbm66tq+a9FtcKrn0sjrUpi0UaZ9QPUCxxyk/4CJ2rseTMpAWRf6gCwOSUCzZcx/4XVIsDk+kz5BVdaeenA== +"@octokit/request@3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-3.0.1.tgz#21e888c6dce80566ec69477360bab79f2f14861f" + integrity sha512-aH61OVkMKMofGW/go2x4mJ44X4U/JF8xsiFFictwkZYtz0psE8OPKpsP2TZBZaJoCg2wmeTyEgqGfY+veg0hGQ== dependencies: "@octokit/endpoint" "^4.0.0" deprecation "^1.0.1" - is-plain-object "^2.0.4" + is-plain-object "^3.0.0" node-fetch "^2.3.0" once "^1.4.0" universal-user-agent "^2.0.1" "@octokit/rest@^16.16.0": - version "16.24.1" - resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.24.1.tgz#883a4c144e9d8e4daa868d156d336fc67c5280b4" - integrity sha512-V2GVL+cfuwNTcZ9qtBMOR9pIftWo1AiZIiGvWNmTcIQG5mkj83ZXC+g3w5g0cVXt7Hi+mSOrD2bZ7HJOuouUNg== + version "16.25.1" + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.25.1.tgz#60a3171018dbc4feb23d1bf9805a06aad106d53e" + integrity sha512-a1Byzjj07OMQNUQDP5Ng/rChaI7aq6TNMY1ZFf8+zCVEEtYzCgcmrFG9BDerFbLPPKGQ5TAeRRFyLujUUN1HIg== dependencies: - "@octokit/request" "3.0.0" + "@octokit/request" "3.0.1" atob-lite "^2.0.0" before-after-hook "^1.4.0" btoa-lite "^1.0.0" @@ -841,10 +846,10 @@ dependencies: execa "^0.2.2" -"@theia/application-package@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-0.6.0-next.bed0eaed.tgz#172f200183571d9ef8b105314e9d64fd9b3b091b" - integrity sha512-SabocekW6qmZhWE5jG7omOoGEiAa1PG6aS0GMAFYHrD76IWAMv7NGyWsocV9C/Sq9j0dwtopToifnf4eyJE+0g== +"@theia/application-package@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-0.7.0-next.aff18c8f.tgz#796f84f920a2601f26eb9ffd877b656ce3e2d9aa" + integrity sha512-aBEMC5iuhWJDguMP4cJNTxyV3bzxGMyJcH6Y45LFdsmqtKNNlkdahrGfYUMyWsbfll2cO3/v/eI6px87lS3Msg== dependencies: "@types/fs-extra" "^4.0.2" "@types/request" "^2.0.3" @@ -857,22 +862,22 @@ semver "^5.4.1" write-json-file "^2.2.0" -"@theia/console@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/console/-/console-0.6.0-next.bed0eaed.tgz#4df57c700a2b03b06ab4ec6df182066c26ed2eb7" - integrity sha512-vBuvOQTap7XemG9aItUqDFQ71ykjpYf+xghGFBvWVq7EPpoI3NKZPYxK0c+e/sGgULJW5AzcWlFohAp1SGLdiA== +"@theia/console@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/console/-/console-0.7.0-next.aff18c8f.tgz#0e53b907e34eeb39011b7b5f76a932ad359e24d4" + integrity sha512-hqA5qO3mW9mVesenVevvtY7y1Z9hQanVsIKYCkSOLqfH0EU6QT0CZdFG+oVAfzqZkWgcNDrnbyQMRn49Q2LwkQ== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/monaco" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/monaco" "0.7.0-next.aff18c8f" anser "^1.4.7" -"@theia/core@0.6.0-next.bed0eaed", "@theia/core@next": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/core/-/core-0.6.0-next.bed0eaed.tgz#91f197f75ea255222a765ec2bc89c28372c7bbf4" - integrity sha512-7DZ2TvoYpWLu5zrQuKgBUEePZ1dhEA85V0Ae1VdR/pet6aO2PCzDqgSuDRKPEVFA+cEmo/hjRyejtMmDqCVpzw== +"@theia/core@0.7.0-next.aff18c8f", "@theia/core@next": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/core/-/core-0.7.0-next.aff18c8f.tgz#ecbe6c97718153ad35da4583ef9d729fc6138d2b" + integrity sha512-gpqNbwbOx3YDiMHvc9CUFPxbG0xghy522BU7k/b0AwfMbJInd1NNDz+z1qp/zJagVCEHmtnVodFAf2eev6/4BQ== dependencies: "@phosphor/widgets" "^1.5.0" - "@theia/application-package" "0.6.0-next.bed0eaed" + "@theia/application-package" "0.7.0-next.aff18c8f" "@types/body-parser" "^1.16.4" "@types/bunyan" "^1.8.0" "@types/express" "^4.16.0" @@ -908,23 +913,25 @@ ws "^5.2.2" yargs "^11.1.0" -"@theia/debug@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-0.6.0-next.bed0eaed.tgz#969e54ca3f908472d889dd942f063c8e1d281e16" - integrity sha512-rB8b/8VAs6aImkQ7BckOMQTvcUBCZDG+JQz5Qz2/jmz5ckYzsQsvGxW1sfBvt4UtbUOJG/GjrBXECRs1p8fIWA== - dependencies: - "@theia/console" "0.6.0-next.bed0eaed" - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/editor" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/json" "0.6.0-next.bed0eaed" - "@theia/markers" "0.6.0-next.bed0eaed" - "@theia/monaco" "0.6.0-next.bed0eaed" - "@theia/output" "0.6.0-next.bed0eaed" - "@theia/process" "0.6.0-next.bed0eaed" - "@theia/terminal" "0.6.0-next.bed0eaed" - "@theia/variable-resolver" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" +"@theia/debug@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-0.7.0-next.aff18c8f.tgz#4cac1a72ba54df9b27fc86e8e3621d1fa5a85c8a" + integrity sha512-GFXm0czP7i2guQ1mT9RvBPqIgjWvsOBLnSIQY1ym3N4lNotAcfFjzoP9EfQ5FlGxe9rt5u11q5Vh3jNoCnb4eg== + dependencies: + "@theia/console" "0.7.0-next.aff18c8f" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/editor" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/json" "0.7.0-next.aff18c8f" + "@theia/markers" "0.7.0-next.aff18c8f" + "@theia/monaco" "0.7.0-next.aff18c8f" + "@theia/output" "0.7.0-next.aff18c8f" + "@theia/preferences" "0.7.0-next.aff18c8f" + "@theia/process" "0.7.0-next.aff18c8f" + "@theia/terminal" "0.7.0-next.aff18c8f" + "@theia/userstorage" "0.7.0-next.aff18c8f" + "@theia/variable-resolver" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" "@types/p-debounce" "^1.0.0" jsonc-parser "^2.0.2" mkdirp "^0.5.0" @@ -935,36 +942,36 @@ vscode-debugprotocol "^1.32.0" vscode-uri "^1.0.1" -"@theia/editor@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-0.6.0-next.bed0eaed.tgz#2f1890f60151e338981c9df8e3f8cc0a72802ca4" - integrity sha512-Xf4ECHmJH2tjKNyRkmdgNTZKtWy3S+cuLRK2JP19+YTtA81ZG2ofVWxTs1P0jDpQAbPy75m27+uIYpj573WOrQ== +"@theia/editor@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-0.7.0-next.aff18c8f.tgz#a5f0591e7e79854bfa593fadd2ff49045ad218ee" + integrity sha512-aFEKdKpIpUawv/4pTPO22U28h1QyMg048szqZ2ktBlx0rJH84u3VL4wjwFYgaugpaxa4JumJs6259lO0DLxijA== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/languages" "0.6.0-next.bed0eaed" - "@theia/variable-resolver" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/languages" "0.7.0-next.aff18c8f" + "@theia/variable-resolver" "0.7.0-next.aff18c8f" "@types/base64-arraybuffer" "0.1.0" base64-arraybuffer "^0.1.5" -"@theia/file-search@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-0.6.0-next.bed0eaed.tgz#cff3d65987e412d9d025df683000f68b2ce36b7c" - integrity sha512-MwWX/kvlwXeRNwiRxcVhkRuVJ1Mj+Vu1ob2T5eDAWT/Oi+vL7VW9nFG5o6d4rR7w6t3dgtX5UjRIQw0GdO4BzQ== +"@theia/file-search@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-0.7.0-next.aff18c8f.tgz#b65b71d5270c096702b791c63daee37838f17f50" + integrity sha512-t2UUEljwkwNWWfstrgTTa8d8JWLxeaAdAxTkqpl74BiCXSpsifjh/pV4MSNOMAW/HfaGOfI1snHPUL00Rb83iQ== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/editor" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/process" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/editor" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/process" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" fuzzy "^0.1.3" vscode-ripgrep "^1.2.4" -"@theia/filesystem@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-0.6.0-next.bed0eaed.tgz#512ab927c4184970157f290faa1087dbbf4899ab" - integrity sha512-qmeAgw96XOXvKAlg3Xlozy2VQ4tPOURJ7JrQ+rP8dhqVf6dZ/Ev+TJb/wDwOCdzbbMlVZhKGWhvo+XN/4s0l9Q== +"@theia/filesystem@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-0.7.0-next.aff18c8f.tgz#7b79e6e072cc3bc3a7a194700ddc76a9b4c0d2e4" + integrity sha512-8nXZwOjLLXVys/Wo4Xv/NsyYjEuTgKmMwOagO8eX9CDsdjjYHhjT+/AfEnPuGf4T+8gcLh06nvhOO2DZBlG2Lw== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" "@types/base64-js" "^1.2.5" "@types/body-parser" "^1.17.0" "@types/formidable" "^1.0.31" @@ -990,59 +997,59 @@ uuid "^3.2.1" zip-dir "^1.0.2" -"@theia/json@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/json/-/json-0.6.0-next.bed0eaed.tgz#fab6275924dc3958e20cc6921231522b3332d4a6" - integrity sha512-+M2rUYa+kYz77rRZQR0VoR95aVJBKwoZDYcCQnOPZVko50tQmUdcZbklWZwCOyGH29kfS/IWhNtBMsKTxq7iHw== +"@theia/json@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/json/-/json-0.7.0-next.aff18c8f.tgz#ff7f8923b98ea0a2e6a88da39035a9cfebc17a4d" + integrity sha512-jfx/xihbBxPQ6tuAFKcWR/a9Mvj/7eFd2E5uQ5bQXLjZG2CUe9ANLPoupGzX9OoclDm2NS+KA5nAPKQ0XRJBAw== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/languages" "0.6.0-next.bed0eaed" - "@theia/monaco" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/languages" "0.7.0-next.aff18c8f" + "@theia/monaco" "0.7.0-next.aff18c8f" vscode-json-languageserver "^1.0.1" -"@theia/languages@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/languages/-/languages-0.6.0-next.bed0eaed.tgz#5d8e17a4b418d9f41ec260b4207715e180996eb4" - integrity sha512-sOUsx8u6Yr7w8NqEcwmjjr+bk/TLtJDDl42OjEjaO7/tygouvMdCc15YZzmYuAjeF/8OszYou7jJxhI+vombdA== +"@theia/languages@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/languages/-/languages-0.7.0-next.aff18c8f.tgz#2ddcddae0f2ff41cd1011a9f9bfeef4a87eca1e7" + integrity sha512-POWEa9xxt22XpzRPdaHBWbufl7W8d4a6J17FQYemkSZCOIAtt7N+jSzR7MACBercfpRCPHp5VAsw2NEu+nuP4g== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/output" "0.6.0-next.bed0eaed" - "@theia/process" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/output" "0.7.0-next.aff18c8f" + "@theia/process" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" "@typefox/monaco-editor-core" "^0.14.6" "@types/uuid" "^3.4.3" monaco-languageclient "^0.9.0" uuid "^3.2.1" -"@theia/markers@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-0.6.0-next.bed0eaed.tgz#2336a32d1dbf3113089f31ef712208b38ec23782" - integrity sha512-VD7bHRMqCaK+Np/V2Gbw/q9KREneQiQnra4qtxTJxdX5/4AIzjZsu1kPMei1znV04xB/Cz1ZZeQAZe390wVAAQ== - dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/navigator" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" - -"@theia/messages@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-0.6.0-next.bed0eaed.tgz#40a4c165398cb3969bd4e1a920dd11d4feb4c96f" - integrity sha512-3wiiO1uh6hoMN8f3F1/V9tfxb73vW/k4vhbPUXP/O1WwRJvTx4aEHLabuwB7uLQwhtkceUZCySepSqtP6AuJiA== - dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - -"@theia/monaco@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-0.6.0-next.bed0eaed.tgz#c83be67d50c1406358a00be07a29f2ef77b50c7d" - integrity sha512-jKVvsTP4a9VhJ0YiDjXBY081B0vl1atDnqSGWqo06lEam/1cIFNhzYA7eVGagRyQSpWAPpkXvlFCqY8hDdpSmg== - dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/editor" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/languages" "0.6.0-next.bed0eaed" - "@theia/markers" "0.6.0-next.bed0eaed" - "@theia/outline-view" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" +"@theia/markers@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-0.7.0-next.aff18c8f.tgz#e4272465e142c14ed4069d9e181ed7fffc1f20bf" + integrity sha512-VOKhNdiaJKUVgBpKvgYe7Hng2V0NNfFcISu7WVbzr1tFGs2WZ7uMfFwpxDVQbxa2VmWZvPBCAqupXd3R521aRA== + dependencies: + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/navigator" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" + +"@theia/messages@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-0.7.0-next.aff18c8f.tgz#5c30f4d1b957788d0e4cdfce086c179949fd05a5" + integrity sha512-rvCaLKgAEUQYsIiWYV8f9u3w9T+SBSaa95CMs1Qa1tJwE9yTQLvTWTHCcB21DOZ5O5PJjhqCsZh+ZtPhFeEU6g== + dependencies: + "@theia/core" "0.7.0-next.aff18c8f" + +"@theia/monaco@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-0.7.0-next.aff18c8f.tgz#9ea44313e1e6decd5b1b51a49ba3a9027abb2380" + integrity sha512-PumOO/O4NME9A6ehb65IdsElE6wNipRHElnIrz2Ajob5ifCORMM10PO6NkH+A/1PnNAWQ76jcsMSO4PL6+jxdg== + dependencies: + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/editor" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/languages" "0.7.0-next.aff18c8f" + "@theia/markers" "0.7.0-next.aff18c8f" + "@theia/outline-view" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" deepmerge "2.0.1" jsonc-parser "^2.0.2" monaco-css "^2.0.1" @@ -1050,14 +1057,14 @@ onigasm "^2.1.0" vscode-textmate "^4.0.1" -"@theia/navigator@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-0.6.0-next.bed0eaed.tgz#48845d3e0f3e60e20c64ca5bf549832a37c89db8" - integrity sha512-OuabRa+OIxGZx/cGz4AAGONorHf2SrWj+hypg/aTkSSJuq7KSzKrqjodiddaMaH6JvqsHqqS36L/rTUhV/LFLA== +"@theia/navigator@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-0.7.0-next.aff18c8f.tgz#9aca0adadf3f459048b26737dba465b397d21860" + integrity sha512-IuZGgYmGjE1RQverJn3lwxQcU1cZ0fUyUPBmfvfJUiw1aXfnOUnftHwG7yTYGh7bFIRjPcbkaYv9TCCJ7aMRWA== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" fuzzy "^0.1.3" minimatch "^3.0.4" @@ -1068,40 +1075,41 @@ dependencies: nan "2.10.0" -"@theia/outline-view@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-0.6.0-next.bed0eaed.tgz#2e50e2cea525015fee09f32d9913578cd8a1cfc4" - integrity sha512-p5DMzuGbc77lDXya+dv8IVLuYAyMpb9oYT1dgEtV4dXyYcUZsaOssNmY0xfNlD+dlSLauoN+G1D/4C/th8123g== +"@theia/outline-view@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-0.7.0-next.aff18c8f.tgz#f0e126e540ca25e85166d46fe98d7d4836c4c81a" + integrity sha512-rxCLJcE1bQaxc8UQGrWLbEm8MpgmONzmXKYOnQ9LrzI7gE1eobebDSGw2H9arJUMhLBHgK38yLMsL7sCbWuXaw== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" -"@theia/output@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/output/-/output-0.6.0-next.bed0eaed.tgz#4b116a20551d1ef3325a721cd68e02d43cfd5574" - integrity sha512-XTwu0Je3YxcG01q3t3a1I0YTHDPA4hRa5G3RCQ+NSUXJLqc8GV5/WJSKDAVDup1Ali0E1iHAy7FxyyWKSH3mYw== +"@theia/output@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/output/-/output-0.7.0-next.aff18c8f.tgz#10d8935d0cae7ea60e6defe7a902d9576406e2c1" + integrity sha512-/I6GdKiwcQVw9KeIlp4cCalQjsTh53zoQXrUiMyc95VWxlXnIubI7P7QLYs6H09tvYOWYFGf7++AKCMPE5vi7g== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" "@theia/plugin-ext@next": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-0.6.0-next.bed0eaed.tgz#5692a9673d2b1ad4102c2e5b9ad7c57f25e4b1c1" - integrity sha512-a9N6h5SyqM5gJKgiTJ9gAr6ijGey/LLxQmWdC8q47G/7LzMZk5iwBGkmYU9/quVIrLEVmAAD4C3VpsVEtbFXSA== - dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/debug" "0.6.0-next.bed0eaed" - "@theia/editor" "0.6.0-next.bed0eaed" - "@theia/file-search" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/markers" "0.6.0-next.bed0eaed" - "@theia/messages" "0.6.0-next.bed0eaed" - "@theia/monaco" "0.6.0-next.bed0eaed" - "@theia/navigator" "0.6.0-next.bed0eaed" - "@theia/plugin" "0.6.0-next.bed0eaed" - "@theia/preferences" "0.6.0-next.bed0eaed" - "@theia/search-in-workspace" "0.6.0-next.bed0eaed" - "@theia/task" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-0.7.0-next.aff18c8f.tgz#38fec3046931ac8853ce6099f14cf9651162bf26" + integrity sha512-vJ5xNmyrbzAuqcj0PfjjSJ91QUEmcMbybmj42lXNui56Z2Bo2zWNlbs+Qu2IQT/DLkz70bi8E/mzUiAtaJpAhw== + dependencies: + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/debug" "0.7.0-next.aff18c8f" + "@theia/editor" "0.7.0-next.aff18c8f" + "@theia/file-search" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/markers" "0.7.0-next.aff18c8f" + "@theia/messages" "0.7.0-next.aff18c8f" + "@theia/monaco" "0.7.0-next.aff18c8f" + "@theia/navigator" "0.7.0-next.aff18c8f" + "@theia/plugin" "0.7.0-next.aff18c8f" + "@theia/preferences" "0.7.0-next.aff18c8f" + "@theia/search-in-workspace" "0.7.0-next.aff18c8f" + "@theia/task" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" decompress "^4.2.0" + getmac "^1.4.6" jsonc-parser "^2.0.2" lodash.clonedeep "^4.5.0" ps-tree "1.1.0" @@ -1127,103 +1135,103 @@ resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-0.3.19.tgz#eb1ea2d8311097535b6613ea6d554ff93bb4efc8" integrity sha512-8iKIPE7UQfaxbN/p+eHqT4wmbEgdVGxMMhzczqrX0x9sFwXxVOipC9urdfG8UvNWQO3dXCssxVslNF56jScofg== -"@theia/plugin@0.6.0-next.bed0eaed", "@theia/plugin@next": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-0.6.0-next.bed0eaed.tgz#fdd89f3ceecdfd6def5b0212f05b1e777036c948" - integrity sha512-T65P5h14u6Nk8lndFvJ86T/xo+RzvuTYj0SFXRT8KYiK4L4atvOeo0v6N/TTJdN4e/5ogjkb8kqdWm+4mE50Ug== +"@theia/plugin@0.7.0-next.aff18c8f", "@theia/plugin@next": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-0.7.0-next.aff18c8f.tgz#56a81eb7f007ec2ee00d2249014947429e6c034b" + integrity sha512-wgdv10xM+2qfAZb/APoGZW39/dBtt0HYO0yVR+DhbVlM2E4p406KCRP6HmpskP/AjjdpUjSYiyxPbi1Rv6V6Hg== "@theia/plugin@latest": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-0.5.0.tgz#c70578a7b84900981a890fa1836b6377db6cbb0e" - integrity sha512-Vi5HSThQ3cH4UNOrzYUiKw1Nce4Bu5VsIo+auIenddmsRT0w0mBKEPxYEY+IWRW3J/H7F4rHaADE5XQe5H73nQ== - -"@theia/preferences@0.6.0-next.bed0eaed", "@theia/preferences@next": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-0.6.0-next.bed0eaed.tgz#8b0c6820c4011ceac7285044c6eca850a75c896d" - integrity sha512-Ha7Bcxa01lpMgILrK7EvJstYFjhUhzX3Y1LlutbC3wHRJVLtq6zegvv2DtzkyvHrTLzRFHWtwxvGAYcwGc0pmw== - dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/editor" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/json" "0.6.0-next.bed0eaed" - "@theia/monaco" "0.6.0-next.bed0eaed" - "@theia/userstorage" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" + version "0.6.0" + resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-0.6.0.tgz#38c34f85d1c2b1765931e7c777e4cfe4df9db65c" + integrity sha512-/sfa6/MnFN6YZUTF7Op6oTYb7B/6qdAR6XYOG1w2vDriIyalWSmdp5GXrijY/qmzA7rED9Rj6Jy9DKYPtLdbuA== + +"@theia/preferences@0.7.0-next.aff18c8f", "@theia/preferences@next": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-0.7.0-next.aff18c8f.tgz#34c90dd833875f7bc39086d8986201f54c6b8c54" + integrity sha512-0hcIt0cU1M3RZzw9NgJGpLldl6OfccohnufMjLpERGcd2Aniv3Hlqrix2IaGbtk2MMjc4LY5m164WViU9hgIvQ== + dependencies: + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/editor" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/json" "0.7.0-next.aff18c8f" + "@theia/monaco" "0.7.0-next.aff18c8f" + "@theia/userstorage" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" "@types/fs-extra" "^4.0.2" fs-extra "^4.0.2" jsonc-parser "^2.0.2" -"@theia/process@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/process/-/process-0.6.0-next.bed0eaed.tgz#c0874dbb13367c63083fb3e62121cb4767513fbc" - integrity sha512-H2bB72oQgJt2hA6DxpaDhDqpG2TQ5J4el7FpYoaT9gltVOzqBs3LI14fYuvObc98qjwYNEC+/Vq8jgs8/45AgQ== +"@theia/process@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/process/-/process-0.7.0-next.aff18c8f.tgz#4b0bfc307778852d3cff04d43066020fa1648c8e" + integrity sha512-vLH9LSUfpuXUw2gV39tA+WTLglbjqHOgZOd1SJIu9czzbHUuGE547vbXhhAEQxGt3dgSmCuT5uiVymhrIYvbGA== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" "@theia/node-pty" "0.7.8-theia004" string-argv "^0.1.1" -"@theia/search-in-workspace@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-0.6.0-next.bed0eaed.tgz#aee5d780f34b0fd91eeeef585a59237da002a679" - integrity sha512-Vm7jMj9mCD9jURnEtQ8srwc3FZcVRa96TxbyinYUBCiYRsbOtMSdPX9Ydafa1x47L9W6ANuO2n8yFIHkY0AjZg== - dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/editor" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/navigator" "0.6.0-next.bed0eaed" - "@theia/process" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" +"@theia/search-in-workspace@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-0.7.0-next.aff18c8f.tgz#9383e81c4df5c74078fad53fc0479a52754c2746" + integrity sha512-oKORQkjfZzCSWLNNXaalFDaY4vE4cuu5uuHKg0ii+0JEe6GzgOe1EPDiKirjRxyZv23k6FAuQeUC3+G4kMYEIw== + dependencies: + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/editor" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/navigator" "0.7.0-next.aff18c8f" + "@theia/process" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" vscode-ripgrep "^1.2.4" -"@theia/task@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/task/-/task-0.6.0-next.bed0eaed.tgz#ee4cbd56affd7f4093d310f93ae90a8c3d9748cc" - integrity sha512-SqTmgKLwZ+Dpb5umjK8/0ZcVnd2LXIcKvMKdvLalTVME7QXJTdpRgYlUVkpsCzU9VLJ+Ui42cnJgM5IzvCHBPQ== - dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/markers" "0.6.0-next.bed0eaed" - "@theia/process" "0.6.0-next.bed0eaed" - "@theia/terminal" "0.6.0-next.bed0eaed" - "@theia/variable-resolver" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" +"@theia/task@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/task/-/task-0.7.0-next.aff18c8f.tgz#1f3c6145d85258593e2d93f2b87c774b69f6c0d5" + integrity sha512-hVXcR7m42qHlvCvanZnt2IysLGlQYCFKaVX+wQ8cHh46CqsCZdgqhofHGcBuPUXmailWamYt+wYjg6YzvJLvcQ== + dependencies: + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/markers" "0.7.0-next.aff18c8f" + "@theia/process" "0.7.0-next.aff18c8f" + "@theia/terminal" "0.7.0-next.aff18c8f" + "@theia/variable-resolver" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" jsonc-parser "^2.0.2" -"@theia/terminal@0.6.0-next.bed0eaed", "@theia/terminal@next": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-0.6.0-next.bed0eaed.tgz#e28a1606bb8efdef917c7055ea148bb5418d4628" - integrity sha512-Cf9Urhtqn7dqn/bHb2iYLEwFkUDuRKX5WwiGLhjeLmOl+sFIvRZq0A5JGFAGM4YrPXR1dpxcV/e69LtnKOcJ7g== +"@theia/terminal@0.7.0-next.aff18c8f", "@theia/terminal@next": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-0.7.0-next.aff18c8f.tgz#cc2cf70a0dd724b5c6d16f56b13f7a45b09a63ec" + integrity sha512-3mA1rwaef3PH5YQFMw+tU388ESHqNotKyfZNwGSyGXfOWfHZGbi95BvUJg7ZMGkbJe7TH+i4GRYT5LU8ydO7Rg== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/editor" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/process" "0.6.0-next.bed0eaed" - "@theia/workspace" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/editor" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/process" "0.7.0-next.aff18c8f" + "@theia/workspace" "0.7.0-next.aff18c8f" xterm "3.9.2" -"@theia/userstorage@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-0.6.0-next.bed0eaed.tgz#7e3e68b8c18c4016a963f99caf5fb3a645c76836" - integrity sha512-a8tDxCf8DF/QyhcuAeGma9F0UhD5lqEeutxMajL1eWHp/avSzmdf1lf8K/IlaNpy9uZ9nkS0BHwauROVLnGXNw== +"@theia/userstorage@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-0.7.0-next.aff18c8f.tgz#66b2d58e456852a93f139e946a3642cc0f4a3f12" + integrity sha512-icXXiyqgt2UEzW+h2nzwh6k60c6b2cTC3+tPGc0ZSTNkakliX36IuVAH3BQUI3Q2axIHD+6GU7hmtkQd3T1r2g== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" -"@theia/variable-resolver@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-0.6.0-next.bed0eaed.tgz#1aff7090cbff55a389ab2bfeb6c753a4f0f06040" - integrity sha512-ROCRNm/1N7YElDjwho1iYecUfP9kTx+wlJZdTs7CB/5TPJx2VTblxl0NOnlKjlRbn8HUxu+J9zaC2F638x1qEw== +"@theia/variable-resolver@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-0.7.0-next.aff18c8f.tgz#fd37ab0dc43ef6eccabd5695f0dd02ba1872fde7" + integrity sha512-pLFqB+CE8w1D2zlKT4V1Zgh0yOYfWIBATAAEUdXhd3vgFjcSQsgr2n1iyaXFqAxLbXwn6p7lJkMQdVdXeA5GNA== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" -"@theia/workspace@0.6.0-next.bed0eaed": - version "0.6.0-next.bed0eaed" - resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-0.6.0-next.bed0eaed.tgz#e0db373049452c80ed25c79bf414a7b2803f4f95" - integrity sha512-Z8Zlfkfcrm7XLKFMd1JUKI2AK99qdS2I48hO9g1rqcabiLmSPVViNAy2jGXaKAPXlxKESoWmcEs+YeoUJdBgjw== +"@theia/workspace@0.7.0-next.aff18c8f": + version "0.7.0-next.aff18c8f" + resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-0.7.0-next.aff18c8f.tgz#6c67bec2649ee238ea10e05f55a6b43517f631c0" + integrity sha512-uyQvojjuJTjwMb17k3S6zUYkGLGZ371sSBczzJyu8P4N3wDC1ftPkHPNVINtIfVYkjTlAqdP/H+qHBne5lWnJQ== dependencies: - "@theia/core" "0.6.0-next.bed0eaed" - "@theia/filesystem" "0.6.0-next.bed0eaed" - "@theia/variable-resolver" "0.6.0-next.bed0eaed" + "@theia/core" "0.7.0-next.aff18c8f" + "@theia/filesystem" "0.7.0-next.aff18c8f" + "@theia/variable-resolver" "0.7.0-next.aff18c8f" "@types/fs-extra" "^4.0.2" ajv "^6.5.3" fs-extra "^4.0.2" @@ -1279,9 +1287,9 @@ integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g== "@types/express-serve-static-core@*": - version "4.16.2" - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.16.2.tgz#5ee8a22e602005be6767df6b2cba9879df3f75aa" - integrity sha512-qgc8tjnDrc789rAQed8NoiFLV5VGcItA4yWNFphqGU0RcuuQngD00g3LHhWIK3HQ2XeDgVCmlNPDlqi3fWBHnQ== + version "4.16.4" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.16.4.tgz#56bb8be4559401d68af4a3624ae9dd3166103e60" + integrity sha512-x/8h6FHm14rPWnW2HP5likD/rsqJ3t/77OWx2PLxym0hXbeBWQmcPyHmwX+CtCQpjIfgrUdEoDFcLPwPZWiqzQ== dependencies: "@types/node" "*" "@types/range-parser" "*" @@ -1366,9 +1374,9 @@ integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== "@types/node@*": - version "11.13.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.4.tgz#f83ec3c3e05b174b7241fadeb6688267fe5b22ca" - integrity sha512-+rabAZZ3Yn7tF/XPGHupKIL5EcAbrLxnTr/hgQICxbeuAfWtT0UZSfULE+ndusckBItcv4o6ZeOJplQikVcLvQ== + version "11.13.8" + resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.8.tgz#e5d71173c95533be9842b2c798978f095f912aab" + integrity sha512-szA3x/3miL90ZJxUCzx9haNbK5/zmPieGraZEe4WI+3srN0eGLiT22NXeMHmyhNEopn+IrxqMc7wdVwvPl8meg== "@types/node@11.9.4": version "11.9.4" @@ -1383,9 +1391,9 @@ p-debounce "*" "@types/prop-types@*": - version "15.7.0" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.0.tgz#4c48fed958d6dcf9487195a0ef6456d5f6e0163a" - integrity sha512-eItQyV43bj4rR3JPV0Skpl1SncRCdziTEK9/v8VwXmV6d/qOUO8/EuWeHBbCZcsfSHfzI5UyMJLCSXtxxznyZg== + version "15.7.1" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.1.tgz#f1a11e7babb0c3cad68100be381d1e064c68f1f6" + integrity sha512-CFzn9idOEpHrgdw8JsoTkaDDyRWk1jrzIV8djzcgpq0y9tG4B4lFT+Nxh52DVpDXV+n4+NPNv7M1Dj5uMp6XFg== "@types/range-parser@*": version "1.2.3" @@ -1408,9 +1416,9 @@ "@types/react" "*" "@types/react@*", "@types/react@^16.4.1": - version "16.8.13" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.13.tgz#a82b15aad9ab91c40edca0d6889b7745ae24f053" - integrity sha512-otJ4ntMuHGrvm67CdDJMAls4WqotmAmW0g3HmWi9LCjSWXrxoXY/nHXrtmMfvPEEmGFNm6NdgMsJmnfH820Qaw== + version "16.8.15" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.15.tgz#a76515fed5aa3e996603056f54427fec5f2a5122" + integrity sha512-dMhzw1rWK+wwJWvPp5Pk12ksSrm/z/C/+lOQbMZ7YfDQYnJ02bc0wtg4EJD9qrFhuxFrf/ywNgwTboucobJqQg== dependencies: "@types/prop-types" "*" csstype "^2.2.0" @@ -1668,12 +1676,12 @@ abbrev@1: integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== accepts@~1.3.5: - version "1.3.5" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2" - integrity sha1-63d99gEXI6OxTopywIBcjoZ0a9I= + version "1.3.7" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" + integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== dependencies: - mime-types "~2.1.18" - negotiator "0.6.1" + mime-types "~2.1.24" + negotiator "0.6.2" acorn-dynamic-import@^4.0.0: version "4.0.0" @@ -1681,9 +1689,9 @@ acorn-dynamic-import@^4.0.0: integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== acorn-globals@^4.1.0: - version "4.3.1" - resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.1.tgz#deb149c59276657ebd40ba2ba849ddd529763ccf" - integrity sha512-gJSiKY8dBIjV/0jagZIFBdVMtfQyA5QHCvAT48H2q8REQoW8Fs5AOjqBql1LgSXgrMWdevcE+8cdZ33NtVbIBA== + version "4.3.2" + resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.2.tgz#4e2c2313a597fd589720395f6354b41cd5ec8006" + integrity sha512-BbzvZhVtZP+Bs1J1HcwrQe8ycfO0wStkSGxuul3He3GkHOIZ6eTqOkPuw9IP1X3+IkOo4wiJmwkobzXYz4wewQ== dependencies: acorn "^6.0.1" acorn-walk "^6.0.1" @@ -1981,9 +1989,9 @@ astral-regex@^1.0.0: integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== async-each@^1.0.0, async-each@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.2.tgz#8b8a7ca2a658f927e9f307d6d1a42f4199f0f735" - integrity sha512-6xrbvN0MOBKSJDdonmSSz2OwFSgxRaVtBDes26mj9KIGtDo+g9xosFRSC+i1gQh2oAN/tQ62AI/pGZGQjVOiRg== + version "1.0.3" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" + integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== async-limiter@~1.0.0: version "1.0.0" @@ -2322,7 +2330,7 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA== -body-parser@1.18.3, body-parser@^1.17.2, body-parser@^1.18.3: +body-parser@1.18.3: version "1.18.3" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.3.tgz#5b292198ffdd553b3a0f20ded0592b956955c8b4" integrity sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ= @@ -2338,6 +2346,22 @@ body-parser@1.18.3, body-parser@^1.17.2, body-parser@^1.18.3: raw-body "2.3.3" type-is "~1.6.16" +body-parser@^1.17.2, body-parser@^1.18.3: + version "1.19.0" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" + integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== + dependencies: + bytes "3.1.0" + content-type "~1.0.4" + debug "2.6.9" + depd "~1.1.2" + http-errors "1.7.2" + iconv-lite "0.4.24" + on-finished "~2.3.0" + qs "6.7.0" + raw-body "2.4.0" + type-is "~1.6.17" + brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -2544,6 +2568,11 @@ bytes@3.0.0: resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= +bytes@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" + integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== + cacache@^11.0.1, cacache@^11.0.2, cacache@^11.3.2: version "11.3.2" resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.2.tgz#2d81e308e3d258ca38125b676b98b2ac9ce69bfa" @@ -3005,12 +3034,12 @@ conventional-changelog-angular@^5.0.3: q "^1.5.1" conventional-changelog-core@^3.1.6: - version "3.1.6" - resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.1.6.tgz#ac1731a461c50d150d29c1ad4f33143293bcd32f" - integrity sha512-5teTAZOtJ4HLR6384h50nPAaKdDr+IaU0rnD2Gg2C3MS7hKsEPH8pZxrDNqam9eOSPQg9tET6uZY79zzgSz+ig== + version "3.2.2" + resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.2.2.tgz#de41e6b4a71011a18bcee58e744f6f8f0e7c29c0" + integrity sha512-cssjAKajxaOX5LNAJLB+UOcoWjAIBvXtDMedv/58G+YEmAXMNfC16mmPl0JDOuVJVfIqM0nqQiZ8UCm8IXbE0g== dependencies: - conventional-changelog-writer "^4.0.3" - conventional-commits-parser "^3.0.1" + conventional-changelog-writer "^4.0.5" + conventional-commits-parser "^3.0.2" dateformat "^3.0.0" get-pkg-repo "^1.0.0" git-raw-commits "2.0.0" @@ -3021,20 +3050,20 @@ conventional-changelog-core@^3.1.6: q "^1.5.1" read-pkg "^3.0.0" read-pkg-up "^3.0.0" - through2 "^2.0.0" + through2 "^3.0.0" conventional-changelog-preset-loader@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.1.1.tgz#65bb600547c56d5627d23135154bcd9a907668c4" integrity sha512-K4avzGMLm5Xw0Ek/6eE3vdOXkqnpf9ydb68XYmCc16cJ99XMMbc2oaNMuPwAsxVK6CC1yA4/I90EhmWNj0Q6HA== -conventional-changelog-writer@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.3.tgz#916a2b302d0bb5ef18efd236a034c13fb273cde1" - integrity sha512-bIlpSiQtQZ1+nDVHEEh798Erj2jhN/wEjyw9sfxY9es6h7pREE5BNJjfv0hXGH/FTrAsEpHUq4xzK99eePpwuA== +conventional-changelog-writer@^4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.5.tgz#fb9e384bb294e8e8a9f2568a3f4d1e11953d8641" + integrity sha512-g/Myp4MaJ1A+f7Ai+SnVhkcWtaHk6flw0SYN7A+vQ+MTu0+gSovQWs4Pg4NtcNUcIztYQ9YHsoxHP+GGQplI7Q== dependencies: compare-func "^1.3.1" - conventional-commits-filter "^2.0.1" + conventional-commits-filter "^2.0.2" dateformat "^3.0.0" handlebars "^4.1.0" json-stringify-safe "^5.0.1" @@ -3042,15 +3071,7 @@ conventional-changelog-writer@^4.0.3: meow "^4.0.0" semver "^5.5.0" split "^1.0.0" - through2 "^2.0.0" - -conventional-commits-filter@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-2.0.1.tgz#55a135de1802f6510b6758e0a6aa9e0b28618db3" - integrity sha512-92OU8pz/977udhBjgPEbg3sbYzIxMDFTlQT97w7KdhR9igNqdJvy8smmedAAgn4tPiqseFloKkrVfbXCVd+E7A== - dependencies: - is-subset "^0.1.1" - modify-values "^1.0.0" + through2 "^3.0.0" conventional-commits-filter@^2.0.2: version "2.0.2" @@ -3060,19 +3081,6 @@ conventional-commits-filter@^2.0.2: lodash.ismatch "^4.4.0" modify-values "^1.0.0" -conventional-commits-parser@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.1.tgz#fe1c49753df3f98edb2285a5e485e11ffa7f2e4c" - integrity sha512-P6U5UOvDeidUJ8ebHVDIoXzI7gMlQ1OF/id6oUvp8cnZvOXMt1n8nYl74Ey9YMn0uVQtxmCtjPQawpsssBWtGg== - dependencies: - JSONStream "^1.0.4" - is-text-path "^1.0.0" - lodash "^4.2.1" - meow "^4.0.0" - split2 "^2.0.0" - through2 "^2.0.0" - trim-off-newlines "^1.0.0" - conventional-commits-parser@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.0.2.tgz#1295590dd195f64f53d6f8eb7c41114bb9a60742" @@ -3275,9 +3283,9 @@ cssstyle@^1.0.0: cssom "0.3.x" csstype@^2.2.0: - version "2.6.3" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.3.tgz#b701e5968245bf9b08d54ac83d00b624e622a9fa" - integrity sha512-rINUZXOkcBmoHWEyu7JdHu5JMzkGRoMX4ov9830WNgxf5UYxcBUO0QTKAqeJ5EZfSdlrcJYkC8WwfVW7JYi4yg== + version "2.6.4" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.4.tgz#d585a6062096e324e7187f80e04f92bd0f00e37f" + integrity sha512-lAJUJP3M6HxFXbqtGRc0iZrdyeN+WzOWeY0q/VnFzI+kqVrYIzC7bWlKqCW7oCIdzoPkvfp82EVvrTlQ8zsWQg== currently-unhandled@^0.4.1: version "0.4.1" @@ -3676,6 +3684,14 @@ duplexify@^3.4.2, duplexify@^3.6.0: readable-stream "^2.0.0" stream-shift "^1.0.0" +eachr@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/eachr/-/eachr-3.2.0.tgz#2c35e43ea086516f7997cf80b7aa64d55a4a4484" + integrity sha1-LDXkPqCGUW95l8+At6pk1VpKRIQ= + dependencies: + editions "^1.1.1" + typechecker "^4.3.0" + ecc-jsbn@~0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" @@ -3684,6 +3700,19 @@ ecc-jsbn@~0.1.1: jsbn "~0.1.0" safer-buffer "^2.1.0" +editions@^1.1.1: + version "1.3.4" + resolved "https://registry.yarnpkg.com/editions/-/editions-1.3.4.tgz#3662cb592347c3168eb8e498a0ff73271d67f50b" + integrity sha512-gzao+mxnYDzIysXKMQi/+M1mjy/rjestjg6OPoYTtI+3Izp23oiGZitsl9lPDPiTGXbcSIk1iJWhliSaglxnUg== + +editions@^2.0.2, editions@^2.1.0, editions@^2.1.2: + version "2.1.3" + resolved "https://registry.yarnpkg.com/editions/-/editions-2.1.3.tgz#727ccf3ec2c7b12dcc652c71000f16c4824d6f7d" + integrity sha512-xDZyVm0A4nLgMNWVVLJvcwMjI80ShiH/27RyLiCnW1L273TcJIA25C4pwJ33AWV01OX6UriP35Xu+lH4S7HWQw== + dependencies: + errlop "^1.1.1" + semver "^5.6.0" + editorconfig@^0.15.0: version "0.15.3" resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-0.15.3.tgz#bef84c4e75fb8dcb0ce5cee8efd51c15999befc5" @@ -3750,6 +3779,13 @@ err-code@^1.0.0: resolved "https://registry.yarnpkg.com/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960" integrity sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA= +errlop@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/errlop/-/errlop-1.1.1.tgz#d9ae4c76c3e64956c5d79e6e035d6343bfd62250" + integrity sha512-WX7QjiPHhsny7/PQvrhS5VMizXXKoKCS3udaBp8gjlARdbn+XmK300eKBAAN0hGyRaTCtRpOaxK+xFVPUJ3zkw== + dependencies: + editions "^2.1.2" + errno@^0.1.3, errno@~0.1.7: version "0.1.7" resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" @@ -4101,6 +4137,15 @@ extglob@^2.0.4: snapdragon "^0.8.1" to-regex "^3.0.1" +extract-opts@^3.2.0: + version "3.3.1" + resolved "https://registry.yarnpkg.com/extract-opts/-/extract-opts-3.3.1.tgz#5abbedc98c0d5202e3278727f9192d7e086c6be1" + integrity sha1-WrvtyYwNUgLjJ4cn+Rktfghsa+E= + dependencies: + eachr "^3.2.0" + editions "^1.1.1" + typechecker "^4.3.0" + extsprintf@1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" @@ -4439,12 +4484,12 @@ fs.realpath@^1.0.0: integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= fsevents@^1.0.0, fsevents@^1.2.3, fsevents@^1.2.7: - version "1.2.7" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.7.tgz#4851b664a3783e52003b3c66eb0eee1074933aa4" - integrity sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw== + version "1.2.9" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f" + integrity sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw== dependencies: - nan "^2.9.2" - node-pre-gyp "^0.10.0" + nan "^2.12.1" + node-pre-gyp "^0.12.0" fstream@^1.0.0, fstream@^1.0.2: version "1.0.11" @@ -4536,6 +4581,14 @@ get-value@^2.0.3, get-value@^2.0.6: resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= +getmac@^1.4.6: + version "1.4.6" + resolved "https://registry.yarnpkg.com/getmac/-/getmac-1.4.6.tgz#ffe7db07900e222916939d44e4c7274adbecc662" + integrity sha512-3JPwiIr4P6Sgr6y6SVXX0+l2mrB6pyf4Cdyua7rvEV7SveWQkAp11vrkNym8wvRxzLrBenKRcwe93asdghuwWg== + dependencies: + editions "^2.0.2" + extract-opts "^3.2.0" + getpass@^0.1.1: version "0.1.7" resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" @@ -4883,6 +4936,17 @@ http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3: setprototypeof "1.1.0" statuses ">= 1.4.0 < 2" +http-errors@1.7.2: + version "1.7.2" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" + integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.1" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.0" + http-https@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/http-https/-/http-https-1.0.0.tgz#2f908dd5f1db4068c058cd6e6d4ce392c913389b" @@ -5105,10 +5169,10 @@ ip@^1.1.5: resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= -ipaddr.js@1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.8.0.tgz#eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e" - integrity sha1-6qM9bd16zo9/b+DJygRA5wZzix4= +ipaddr.js@1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.0.tgz#37df74e430a0e47550fe54a2defe30d8acd95f65" + integrity sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA== is-accessor-descriptor@^0.1.6: version "0.1.6" @@ -5320,6 +5384,13 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: dependencies: isobject "^3.0.1" +is-plain-object@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.0.tgz#47bfc5da1b5d50d64110806c199359482e75a928" + integrity sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== + dependencies: + isobject "^4.0.0" + is-posix-bracket@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" @@ -5354,11 +5425,6 @@ is-stream@^1.1.0: resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= -is-subset@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6" - integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY= - is-symbol@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" @@ -5420,6 +5486,11 @@ isobject@^3.0.0, isobject@^3.0.1: resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= +isobject@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0" + integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== + isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" @@ -6148,25 +6219,25 @@ left-pad@^1.3.0: integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA== lerna@^3.8.1: - version "3.13.2" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.13.2.tgz#68f25cce4219ef9e49d246f10d0f20c4f0bc1622" - integrity sha512-2iliiFVAMNqaKsVSJ90p49dur93d5RlktotAJNp+uuHsCuIIAvwceqmSgDQCmWu4GkgAom+5uy//KV6F9t8fLA== - dependencies: - "@lerna/add" "3.13.1" - "@lerna/bootstrap" "3.13.1" - "@lerna/changed" "3.13.2" - "@lerna/clean" "3.13.1" + version "3.13.4" + resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.13.4.tgz#03026c11c5643f341fda42e4fb1882e2df35e6cb" + integrity sha512-qTp22nlpcgVrJGZuD7oHnFbTk72j2USFimc2Pj4kC0/rXmcU2xPtCiyuxLl8y6/6Lj5g9kwEuvKDZtSXujjX/A== + dependencies: + "@lerna/add" "3.13.3" + "@lerna/bootstrap" "3.13.3" + "@lerna/changed" "3.13.4" + "@lerna/clean" "3.13.3" "@lerna/cli" "3.13.0" - "@lerna/create" "3.13.1" - "@lerna/diff" "3.13.1" - "@lerna/exec" "3.13.1" - "@lerna/import" "3.13.1" - "@lerna/init" "3.13.1" - "@lerna/link" "3.13.1" - "@lerna/list" "3.13.1" - "@lerna/publish" "3.13.2" - "@lerna/run" "3.13.1" - "@lerna/version" "3.13.2" + "@lerna/create" "3.13.3" + "@lerna/diff" "3.13.3" + "@lerna/exec" "3.13.3" + "@lerna/import" "3.13.4" + "@lerna/init" "3.13.3" + "@lerna/link" "3.13.3" + "@lerna/list" "3.13.3" + "@lerna/publish" "3.13.4" + "@lerna/run" "3.13.3" + "@lerna/version" "3.13.4" import-local "^1.0.0" npmlog "^4.1.2" @@ -6599,17 +6670,17 @@ miller-rabin@^4.0.0: bn.js "^4.0.0" brorand "^1.0.1" -mime-db@~1.38.0: - version "1.38.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.38.0.tgz#1a2aab16da9eb167b49c6e4df2d9c68d63d8e2ad" - integrity sha512-bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg== +mime-db@1.40.0: + version "1.40.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.40.0.tgz#a65057e998db090f732a68f6c276d387d4126c32" + integrity sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA== -mime-types@^2.1.12, mime-types@^2.1.18, mime-types@~2.1.18, mime-types@~2.1.19: - version "2.1.22" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.22.tgz#fe6b355a190926ab7698c9a0556a11199b2199bd" - integrity sha512-aGl6TZGnhm/li6F7yx82bJiBZwgiEa4Hf6CNr8YO+r5UHr53tSTYZb102zyU50DOWWKeOv0uQLRL0/9EiKWCog== +mime-types@^2.1.12, mime-types@^2.1.18, mime-types@~2.1.19, mime-types@~2.1.24: + version "2.1.24" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.24.tgz#b6f8d0b3e951efb77dedeca194cff6d16f676f81" + integrity sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ== dependencies: - mime-db "~1.38.0" + mime-db "1.40.0" mime@1.4.1: version "1.4.1" @@ -6825,7 +6896,7 @@ nan@2.10.0: resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f" integrity sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA== -nan@^2.0.0, nan@^2.10.0, nan@^2.3.3, nan@^2.9.2: +nan@^2.0.0, nan@^2.10.0, nan@^2.12.1, nan@^2.3.3: version "2.13.2" resolved "https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz#f51dc7ae66ba7d5d55e1e6d4d8092e802c9aefe7" integrity sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw== @@ -6858,18 +6929,18 @@ ncp@~2.0.0: integrity sha1-GVoh1sRuNh0vsSgbo4uR6d9727M= needle@^2.2.1: - version "2.3.0" - resolved "https://registry.yarnpkg.com/needle/-/needle-2.3.0.tgz#ce3fea21197267bacb310705a7bbe24f2a3a3492" - integrity sha512-QBZu7aAFR0522EyaXZM0FZ9GLpq6lvQ3uq8gteiDUp7wKdy0lSd2hPlgFwVuW1CBkfEs9PfDQsQzZghLs/psdg== + version "2.3.1" + resolved "https://registry.yarnpkg.com/needle/-/needle-2.3.1.tgz#d272f2f4034afb9c4c9ab1379aabc17fc85c9388" + integrity sha512-CaLXV3W8Vnbps8ZANqDGz7j4x7Yj1LW4TWF/TQuDfj7Cfx4nAPTvw98qgTevtto1oHDrh3pQkaODbqupXlsWTg== dependencies: debug "^4.1.0" iconv-lite "^0.4.4" sax "^1.2.4" -negotiator@0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" - integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk= +negotiator@0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" + integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== neo-async@^2.5.0, neo-async@^2.6.0: version "2.6.0" @@ -6882,9 +6953,9 @@ nice-try@^1.0.4: integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== node-abi@^2.2.0: - version "2.7.1" - resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.7.1.tgz#a8997ae91176a5fbaa455b194976e32683cda643" - integrity sha512-OV8Bq1OrPh6z+Y4dqwo05HqrRL9YNF7QVMRfq1/pguwKLG+q9UB/Lk0x5qXjO23JjJg+/jqCHSTaG1P3tfKfuw== + version "2.8.0" + resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.8.0.tgz#bd2e88dbe6a6871e6dd08553e0605779325737ec" + integrity sha512-1/aa2clS0pue0HjckL62CsbhWWU35HARvBDXcJtYKbYR7LnIutmpxmXbuDMV9kEviD2lP/wACOgWmmwljghHyQ== dependencies: semver "^5.4.1" @@ -6898,9 +6969,9 @@ node-fetch-npm@^2.0.2: safe-buffer "^5.1.1" node-fetch@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" - integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA== + version "2.5.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.5.0.tgz#8028c49fc1191bba56a07adc6e2a954644a48501" + integrity sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw== node-gyp@^3.8.0: version "3.8.0" @@ -6965,10 +7036,10 @@ node-notifier@^5.2.1: shellwords "^0.1.1" which "^1.3.0" -node-pre-gyp@^0.10.0: - version "0.10.3" - resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.3.tgz#3070040716afdc778747b61b6887bf78880b80fc" - integrity sha512-d1xFs+C/IPS8Id0qPTZ4bUT8wWryfR/OzzAFxweG+uLN85oPzyo2Iw6bVlLQ/JOdgNonXLCoRyqDzDWq4iw72A== +node-pre-gyp@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149" + integrity sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A== dependencies: detect-libc "^1.0.2" mkdirp "^0.5.1" @@ -7133,9 +7204,9 @@ number-is-nan@^1.0.0: integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= nwsapi@^2.0.7: - version "2.1.3" - resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.3.tgz#25f3a5cec26c654f7376df6659cdf84b99df9558" - integrity sha512-RowAaJGEgYXEZfQ7tvvdtAQUKPyTR6T6wNu0fwlNsGQYr/h3yQc6oI8WnVZh3Y/Sylwc+dtAlvPqfFZjhTyk3A== + version "2.1.4" + resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.4.tgz#e006a878db23636f8e8a67d33ca0e4edf61a842f" + integrity sha512-iGfd9Y6SFdTNldEy2L0GUhcarIutFmk+MPWIn9dmj8NMIup03G08uUF2KGbbmv/Ux4RT0VZJoP/sVbWA6d/VIw== oauth-sign@~0.9.0: version "0.9.0" @@ -7218,18 +7289,18 @@ onetime@^2.0.0: mimic-fn "^1.0.0" onigasm@^2.1.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/onigasm/-/onigasm-2.2.1.tgz#d56da809d63d3bb25510e8b8e447ffe98e56bebb" - integrity sha512-pa361CpVfsWOk0MQ1jLuJ1GvEJMHEHgZmaBpOIfBbvbp2crkDHacXB6mA4vgEfO7fL0OEMUSuZjX0Q9yTx6jTg== + version "2.2.2" + resolved "https://registry.yarnpkg.com/onigasm/-/onigasm-2.2.2.tgz#0f853152278bf0da5b3d5be728d5218e472d03ca" + integrity sha512-TQTMk+RmPYx4sGzNAgV0q7At7PABDNHVqZBlC4aRXHg8hpCdemLOF0qq0gUCjwUbc7mhJMBOo3XpTRYwyr45Gw== dependencies: lru-cache "^4.1.1" oniguruma@^7.0.0: - version "7.0.2" - resolved "https://registry.yarnpkg.com/oniguruma/-/oniguruma-7.0.2.tgz#a5c922cf7066da1dbcc60f6385a90437a83f8d0b" - integrity sha512-zCsdNxTrrB4yVPMxhcIODGv1p4NVBu9WvsWnIGhMpu5djO4MQWXrC7YKjtza+OyoRqqgy27CqYWa1h5e2DDbig== + version "7.1.0" + resolved "https://registry.yarnpkg.com/oniguruma/-/oniguruma-7.1.0.tgz#106ddf7eb42507d0442ac68b187c4f7fdf052c83" + integrity sha512-mV+6HcDNQ38vM8HVKM+MJyXO4EtSigwIZhq023A4rA8Am4dMlGhUkPwudDykExYR45oLrssR/Ep7PZCQ1OM3pA== dependencies: - nan "^2.10.0" + nan "^2.12.1" optimist@^0.6.1: version "0.6.1" @@ -7783,12 +7854,12 @@ protoduck@^5.0.1: genfun "^5.0.0" proxy-addr@~2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.4.tgz#ecfc733bf22ff8c6f407fa275327b9ab67e48b93" - integrity sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA== + version "2.0.5" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.5.tgz#34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34" + integrity sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ== dependencies: forwarded "~0.1.2" - ipaddr.js "1.8.0" + ipaddr.js "1.9.0" prr@~1.0.1: version "1.0.1" @@ -7882,6 +7953,11 @@ qs@6.5.2, qs@~6.5.2: resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== +qs@6.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" + integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== + querystring-es3@^0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" @@ -7936,6 +8012,16 @@ raw-body@2.3.3: iconv-lite "0.4.23" unpipe "1.0.0" +raw-body@2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" + integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== + dependencies: + bytes "3.1.0" + http-errors "1.7.2" + iconv-lite "0.4.24" + unpipe "1.0.0" + rc@^1.1.6, rc@^1.2.7: version "1.2.8" resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" @@ -8310,9 +8396,9 @@ resolve@1.1.7: integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= resolve@^1.1.7, resolve@^1.10.0, resolve@^1.3.2: - version "1.10.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba" - integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg== + version "1.10.1" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.1.tgz#664842ac960795bbe758221cdccda61fb64b5f18" + integrity sha512-KuIe4mf++td/eFb6wkaPbMDnP6kObCaEtIDuHOUED6MNUo4K670KZUHuuvYPZDxNF0WVLw49n06M2m2dXphEzA== dependencies: path-parse "^1.0.6" @@ -8400,9 +8486,9 @@ rx@2.3.24: integrity sha1-FPlQpCF9fjXapxu8vljv9o6ksrc= rxjs@^6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504" - integrity sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw== + version "6.5.1" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.5.1.tgz#f7a005a9386361921b8524f38f54cbf80e5d08f4" + integrity sha512-y0j31WJc83wPu31vS1VlAFW5JGrnGC+j+TtGAa1fRQphy48+fDYiDmX8tjGloToEsMkxnouOg/1IzXGKkJnZMg== dependencies: tslib "^1.9.0" @@ -8547,6 +8633,11 @@ setprototypeof@1.1.0: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== +setprototypeof@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" + integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== + sha.js@^2.4.0, sha.js@^2.4.8: version "2.4.11" resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" @@ -8822,7 +8913,7 @@ static-extend@^0.1.1: define-property "^0.2.5" object-copy "^0.1.0" -"statuses@>= 1.4.0 < 2": +"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2": version "1.5.0" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= @@ -9218,6 +9309,11 @@ to-regex@^3.0.1, to-regex@^3.0.2: regex-not "^1.0.2" safe-regex "^1.1.0" +toidentifier@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" + integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== + touch@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz#fe365f5f75ec9ed4e56825e0bb76d24ab74af83b" @@ -9394,13 +9490,20 @@ type-check@~0.3.2: dependencies: prelude-ls "~1.1.2" -type-is@~1.6.16: - version "1.6.16" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194" - integrity sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q== +type-is@~1.6.16, type-is@~1.6.17: + version "1.6.18" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== dependencies: media-typer "0.3.0" - mime-types "~2.1.18" + mime-types "~2.1.24" + +typechecker@^4.3.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/typechecker/-/typechecker-4.7.0.tgz#5249f427358f45b7250c4924fd4d01ed9ba435e9" + integrity sha512-4LHc1KMNJ6NDGO+dSM/yNfZQRtp8NN7psYrPHUblD62Dvkwsp3VShsbM78kOgpcmMkRTgvwdKOTjctS+uMllgQ== + dependencies: + editions "^2.1.0" typedarray-to-buffer@^3.1.2: version "3.1.5" @@ -9428,14 +9531,14 @@ typescript@3.1.3: integrity sha512-+81MUSyX+BaSo+u2RbozuQk/UWx6hfG0a5gHu4ANEM4sU96XbuIyAB+rWBW1u70c6a5QuZfuYICn3s2UjuHUpA== typescript@latest: - version "3.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.3.tgz#0eb320e4ace9b10eadf5bc6103286b0f8b7c224f" - integrity sha512-FFgHdPt4T/duxx6Ndf7hwgMZZjZpB+U0nMNGVCYPq0rEzWKjEDobm4J6yb3CS7naZ0yURFqdw9Gwc7UOh/P9oQ== + version "3.4.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99" + integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw== uglify-js@^3.1.4: - version "3.5.4" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.5.4.tgz#4a64d57f590e20a898ba057f838dcdfb67a939b9" - integrity sha512-GpKo28q/7Bm5BcX9vOu4S46FwisbPbAmkkqPnGIpKvKTM96I85N6XHQV+k4I6FA2wxgLhcsSyHoNhzucwCflvA== + version "3.5.10" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.5.10.tgz#652bef39f86d9dbfd6674407ee05a5e2d372cf2d" + integrity sha512-/GTF0nosyPLbdJBd+AwYiZ+Hu5z8KXWnO0WCGt1BQ/u9Iamhejykqmz5o1OHJ53+VAk6xVxychonnApDjuqGsw== dependencies: commander "~2.20.0" source-map "~0.6.1" @@ -9790,9 +9893,9 @@ webidl-conversions@^4.0.2: integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== webpack-cli@^3.1.1: - version "3.3.0" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.0.tgz#55c8a74cae1e88117f9dda3a801c7272e93ca318" - integrity sha512-t1M7G4z5FhHKJ92WRKwZ1rtvi7rHc0NZoZRbSkol0YKl4HvcC8+DsmGDmK7MmZxHSAetHagiOsjOB6MmzC2TUw== + version "3.3.1" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.1.tgz#98b0499c7138ba9ece8898bd99c4f007db59909d" + integrity sha512-c2inFU7SM0IttEgF7fK6AaUsbBnORRzminvbyRKS+NlbQHVZdCtzKBlavRL5359bFsywXGRAItA5di/IruC8mg== dependencies: chalk "^2.4.1" cross-spawn "^6.0.5"