diff --git a/examples/browser/package.json b/examples/browser/package.json index 2e03746d4f7cf..b20b73cbe073b 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@theia/example-browser", - "version": "0.3.19", + "version": "0.4.0", "theia": { "frontend": { "config": { @@ -10,49 +10,49 @@ } }, "dependencies": { - "@theia/callhierarchy": "^0.3.19", - "@theia/console": "^0.3.19", - "@theia/core": "^0.3.19", - "@theia/cpp": "^0.3.19", - "@theia/debug": "^0.3.19", - "@theia/debug-nodejs": "^0.3.19", - "@theia/editor": "^0.3.19", - "@theia/editor-preview": "^0.3.19", - "@theia/editorconfig": "^0.3.19", - "@theia/extension-manager": "^0.3.19", - "@theia/file-search": "^0.3.19", - "@theia/filesystem": "^0.3.19", - "@theia/getting-started": "^0.3.19", - "@theia/git": "^0.3.19", - "@theia/java": "^0.3.19", - "@theia/java-debug": "^0.3.19", - "@theia/json": "^0.3.19", - "@theia/keymaps": "^0.3.19", - "@theia/languages": "^0.3.19", - "@theia/markers": "^0.3.19", - "@theia/merge-conflicts": "^0.3.19", - "@theia/messages": "^0.3.19", - "@theia/metrics": "^0.3.19", - "@theia/mini-browser": "^0.3.19", - "@theia/monaco": "^0.3.19", - "@theia/navigator": "^0.3.19", - "@theia/outline-view": "^0.3.19", - "@theia/output": "^0.3.19", - "@theia/plugin-ext": "^0.3.19", - "@theia/plugin-ext-vscode": "^0.3.19", - "@theia/preferences": "^0.3.19", - "@theia/preview": "^0.3.19", - "@theia/process": "^0.3.19", - "@theia/python": "^0.3.19", - "@theia/search-in-workspace": "^0.3.19", - "@theia/task": "^0.3.19", - "@theia/terminal": "^0.3.19", - "@theia/textmate-grammars": "^0.3.19", - "@theia/tslint": "^0.3.19", - "@theia/typescript": "^0.3.19", - "@theia/userstorage": "^0.3.19", - "@theia/variable-resolver": "^0.3.19", - "@theia/workspace": "^0.3.19" + "@theia/callhierarchy": "^0.4.0", + "@theia/console": "^0.4.0", + "@theia/core": "^0.4.0", + "@theia/cpp": "^0.4.0", + "@theia/debug": "^0.4.0", + "@theia/debug-nodejs": "^0.4.0", + "@theia/editor": "^0.4.0", + "@theia/editor-preview": "^0.4.0", + "@theia/editorconfig": "^0.4.0", + "@theia/extension-manager": "^0.4.0", + "@theia/file-search": "^0.4.0", + "@theia/filesystem": "^0.4.0", + "@theia/getting-started": "^0.4.0", + "@theia/git": "^0.4.0", + "@theia/java": "^0.4.0", + "@theia/java-debug": "^0.4.0", + "@theia/json": "^0.4.0", + "@theia/keymaps": "^0.4.0", + "@theia/languages": "^0.4.0", + "@theia/markers": "^0.4.0", + "@theia/merge-conflicts": "^0.4.0", + "@theia/messages": "^0.4.0", + "@theia/metrics": "^0.4.0", + "@theia/mini-browser": "^0.4.0", + "@theia/monaco": "^0.4.0", + "@theia/navigator": "^0.4.0", + "@theia/outline-view": "^0.4.0", + "@theia/output": "^0.4.0", + "@theia/plugin-ext": "^0.4.0", + "@theia/plugin-ext-vscode": "^0.4.0", + "@theia/preferences": "^0.4.0", + "@theia/preview": "^0.4.0", + "@theia/process": "^0.4.0", + "@theia/python": "^0.4.0", + "@theia/search-in-workspace": "^0.4.0", + "@theia/task": "^0.4.0", + "@theia/terminal": "^0.4.0", + "@theia/textmate-grammars": "^0.4.0", + "@theia/tslint": "^0.4.0", + "@theia/typescript": "^0.4.0", + "@theia/userstorage": "^0.4.0", + "@theia/variable-resolver": "^0.4.0", + "@theia/workspace": "^0.4.0" }, "scripts": { "prepare": "yarn run clean && yarn build", @@ -70,6 +70,6 @@ "coverage": "yarn coverage:compile && yarn test && yarn coverage:remap && yarn coverage:report:lcov && yarn coverage:report:html" }, "devDependencies": { - "@theia/cli": "^0.3.19" + "@theia/cli": "^0.4.0" } } diff --git a/yarn.lock b/yarn.lock index 071923a501ef8..e8f0fc2bbcad2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -118,642 +118,12 @@ dependencies: samsam "1.3.0" -"@theia/application-manager@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-0.3.19.tgz#4e9d3e878b36f1fac422a02a457c935cfe3dd500" - integrity sha512-tHILORhkp1akg+nDexCpJVx+FsUcy1Puab3K9elCnoJRL+pEnEQoUD6VsvzvV0x2a9Ft33DKWPboFenzTPFTeQ== - dependencies: - "@theia/application-package" "^0.3.19" - "@types/fs-extra" "^4.0.2" - bunyan "^1.8.10" - circular-dependency-plugin "^5.0.0" - copy-webpack-plugin "^4.5.0" - css-loader "^0.28.1" - electron "^2.0.14" - electron-rebuild "^1.5.11" - file-loader "^1.1.11" - font-awesome-webpack "0.0.5-beta.2" - fs-extra "^4.0.2" - ignore-loader "^0.1.2" - less "^2.7.2" - source-map-loader "^0.2.1" - source-map-support "^0.4.18" - style-loader "^0.23.1" - umd-compat-loader "^2.1.1" - url-loader "^1.1.2" - webpack "^4.0.0" - webpack-cli "2.0.12" - worker-loader "^1.1.1" - -"@theia/application-package@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-0.3.19.tgz#31c111e727b081ac0e8c7dc4d0cbfecc1cdec533" - integrity sha512-dQ4xvabtCpXl7NAqEl4akRubVgvyes1/Z7iDMJQyKFci+DE4u7AS8BDn5fg8jCTOi/Q5MnXjNCSSWYkv/KBVlw== - dependencies: - "@types/fs-extra" "^4.0.2" - "@types/request" "^2.0.3" - "@types/semver" "^5.4.0" - "@types/write-json-file" "^2.2.1" - changes-stream "^2.2.0" - fs-extra "^4.0.2" - is-electron "^2.1.0" - request "^2.82.0" - semver "^5.4.1" - write-json-file "^2.2.0" - -"@theia/callhierarchy@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/callhierarchy/-/callhierarchy-0.3.19.tgz#30135a6fae8b31d792b1098372980e7ca16df837" - integrity sha512-v41eKpQSjDhGczWJrCA7YAMgKXualhlXiBYdLiNP0ez/xVMmEBb1SOMZTxO1nLYN0P+wr46yaf2ogmrSx09kzA== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/monaco" "^0.3.19" - ts-md5 "^1.2.2" - -"@theia/cli@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-0.3.19.tgz#6980d9901a3fc10bebe4b0d01eef560e88d2d541" - integrity sha512-H1OOyNsg1oj4/sMpc7wi3pI7V+ehQ8jyecgjPUF+b1eEHJo0WcZ/X0BpDjs8cYG8eLqi5dI3YiXMcQpckhBa5g== - dependencies: - "@theia/application-manager" "^0.3.19" - -"@theia/console@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/console/-/console-0.3.19.tgz#d72693c32479ff6a52ec15afc5ed1158971b5971" - integrity sha512-w5vrf4APH932gaJt9A5qL6L9D2PKCBbvxtRYj5DFR7CokB86Of5/DU2C0OB0K+13ZWXMA42cH9LcC64Ka3FI6g== - dependencies: - "@theia/core" "^0.3.19" - "@theia/monaco" "^0.3.19" - anser "^1.4.7" - -"@theia/core@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/core/-/core-0.3.19.tgz#4bc0830224d94cef163a0dbe55042b9570d05f10" - integrity sha512-LS8UwImoWjVS2qBSuHF/6DZyNHJ3YdAboG8c0c2VAuVa1NCqlMCLag5WPyJ7aoQHpSyNbGcnuLa0hLS5EfRcEQ== - dependencies: - "@phosphor/widgets" "^1.5.0" - "@theia/application-package" "^0.3.19" - "@types/body-parser" "^1.16.4" - "@types/bunyan" "^1.8.0" - "@types/express" "^4.16.0" - "@types/lodash.debounce" "4.0.3" - "@types/lodash.throttle" "^4.1.3" - "@types/react" "^16.4.1" - "@types/react-dom" "^16.0.6" - "@types/react-virtualized" "^9.18.3" - "@types/route-parser" "^0.1.1" - "@types/ws" "^5.1.2" - "@types/yargs" "^11.1.0" - ajv "^6.5.3" - body-parser "^1.17.2" - electron "^2.0.14" - es6-promise "^4.2.4" - express "^4.16.3" - file-icons-js "^1.0.3" - fix-path "^2.1.0" - font-awesome "^4.7.0" - fuzzy "^0.1.3" - inversify "^4.14.0" - lodash.debounce "^4.0.8" - lodash.throttle "^4.1.1" - perfect-scrollbar "^1.3.0" - react "^16.4.1" - react-dom "^16.4.1" - react-virtualized "^9.20.0" - reconnecting-websocket "^3.0.7" - reflect-metadata "^0.1.10" - route-parser "^0.0.5" - vscode-languageserver-types "^3.10.0" - vscode-nsfw "^1.0.17" - vscode-uri "^1.0.1" - vscode-ws-jsonrpc "^0.0.2-1" - ws "^5.2.2" - yargs "^11.1.0" - -"@theia/cpp@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/cpp/-/cpp-0.3.19.tgz#1fc91447979aa18931200c1de899a7c89e093658" - integrity sha512-iibUZV2whtp2HTWy8Z2v9aJco4hkfYQHjLUdoNQZ6srolpoohddtyl9j3TJgFlH6ctsk6y+bVqDIlQM4j+97DQ== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/monaco" "^0.3.19" - "@theia/preferences" "^0.3.19" - "@theia/process" "^0.3.19" - "@theia/task" "^0.3.19" - string-argv "^0.1.1" - -"@theia/debug-nodejs@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/debug-nodejs/-/debug-nodejs-0.3.19.tgz#51129a18556dbac3dbe4234c1c0c76343e5e2d5e" - integrity sha512-15sUaK7GKIx1cnWs9aPAgwSb+/8suhlGeNjdBV8I0poQI2rTM6j6NArB2Pchd+88Em//1Wc/A/r5+JG9xQF66g== - dependencies: - "@theia/debug" "^0.3.19" - ps-list "5.0.1" - vscode-debugprotocol "^1.32.0" - -"@theia/debug@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-0.3.19.tgz#298f92bd3197ea779dbf1767f03093dae6e7723f" - integrity sha512-BSSxzMXb2aS1pkqa7gXO70P7JhmQr5U8XRipvApT3Pje1/GO8NzVNzykCR+cU3FLsipkdIVI52e3LBLB6UAVSA== - dependencies: - "@theia/console" "^0.3.19" - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/json" "^0.3.19" - "@theia/markers" "^0.3.19" - "@theia/monaco" "^0.3.19" - "@theia/output" "^0.3.19" - "@theia/process" "^0.3.19" - "@theia/terminal" "^0.3.19" - "@theia/variable-resolver" "^0.3.19" - "@theia/workspace" "^0.3.19" - "@types/p-debounce" "^1.0.0" - jsonc-parser "^2.0.2" - mkdirp "^0.5.0" - p-debounce "^1.0.0" - tar "^4.0.0" - unzip-stream "^0.3.0" - vscode-debugprotocol "^1.32.0" - vscode-uri "^1.0.1" - -"@theia/editor-preview@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/editor-preview/-/editor-preview-0.3.19.tgz#938feec9ed15c7771a18ff7199d0f39946c8350b" - integrity sha512-Y2w60KgxKTFuDQqtxRhK6P5ajaNT2Gcy5KyXi6rszOSTkBbBO61EsQ3l3ZISnPH8f4qrsaT819H0YgqdVZg5QA== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/navigator" "^0.3.19" - -"@theia/editor@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-0.3.19.tgz#d5c3233b0bd35dee3ea9f73d52f58fbc8fb7639b" - integrity sha512-Pc6DuTwEkm/qi/aTEoY5yohq64/fjvCSkJsdMlV8d5yLhKZLX1Ot2u2ahE2j1a+ybi+ZF1XjO/5RpoElP6aumQ== - dependencies: - "@theia/core" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/variable-resolver" "^0.3.19" - "@types/base64-arraybuffer" "0.1.0" - base64-arraybuffer "^0.1.5" - -"@theia/editorconfig@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/editorconfig/-/editorconfig-0.3.19.tgz#179ff427148c89821cef1d3f029f320d1210c44b" - integrity sha512-hcVwUJL+VD6Yhf7lshMqt9DO3ohOnHwOPmWQ5QNQoem8ezi/V8bdRa/95Unlt20TluHtvoRd4Wsbe4FY3nBzQg== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/monaco" "^0.3.19" - editorconfig "^0.15.0" - -"@theia/extension-manager@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/extension-manager/-/extension-manager-0.3.19.tgz#015fdde5a2f956e9620f965cdd1ec9a47924cb18" - integrity sha512-Yz80apH4YKx6mQ/BIFcc7Fu1idGYZNkMWprD6gm+b3r9pMPM03x+OqVX5Bb7LPqggBSsDQgk8OkGzq6h/s6GaQ== - dependencies: - "@theia/application-manager" "^0.3.19" - "@theia/application-package" "^0.3.19" - "@theia/core" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@types/fs-extra" "^4.0.2" - "@types/sanitize-html" "^1.13.31" - "@types/showdown" "^1.7.1" - fs-extra "^4.0.2" - sanitize-html "^1.14.1" - showdown "^1.7.4" - -"@theia/file-search@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-0.3.19.tgz#91cdf054fde7ab60e125134abc6ec44aac8dafa6" - integrity sha512-2Jp6hLMwzjWJy9vuyeoO1ZznRl2v3TsxZEry5+nkXRRwCFl1JYP/aJHJ4Q7Y6LlnzLXF53/tJWqm1dvUcmtwLw== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/process" "^0.3.19" - "@theia/workspace" "^0.3.19" - fuzzy "^0.1.3" - vscode-ripgrep "^1.2.4" - -"@theia/filesystem@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-0.3.19.tgz#d1dce1c8a4f8c65c6ce949fee60205121e4af885" - integrity sha512-NdAA1HaZTmrrazooSEVcJBK2rAyCQSXHZsl5qN//qvoXueuLTm4OPwOEQymtHJEHBfDuTsC9kHb+AYVMMB4nxA== - dependencies: - "@theia/core" "^0.3.19" - "@types/base64-js" "^1.2.5" - "@types/body-parser" "^1.17.0" - "@types/fs-extra" "^4.0.2" - "@types/mime-types" "^2.1.0" - "@types/rimraf" "^2.0.2" - "@types/tar-fs" "^1.16.1" - "@types/touch" "0.0.1" - "@types/uuid" "^3.4.3" - base64-js "^1.2.1" - body-parser "^1.18.3" - drivelist "^6.4.3" - fs-extra "^4.0.2" - http-status-codes "^1.3.0" - mime-types "^2.1.18" - minimatch "^3.0.4" - mv "^2.1.1" - rimraf "^2.6.2" - tar-fs "^1.16.2" - touch "^3.1.0" - trash "^4.0.1" - uuid "^3.2.1" - zip-dir "^1.0.2" - -"@theia/getting-started@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/getting-started/-/getting-started-0.3.19.tgz#b7679800662404230489e976dc99f1bf364c2038" - integrity sha512-kVd+d1xJ7hOTR+5oiX/YHkI2OfKtpiUd34N6i3YdlP54bPpNufq2XpJ2XCo4PsOcznS2WFiewJU/3kzb0tTXMw== - dependencies: - "@theia/core" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/keymaps" "^0.3.19" - "@theia/workspace" "^0.3.19" - -"@theia/git@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/git/-/git-0.3.19.tgz#865ff2e1763de2c2aacf74e8c0d1ab5b1d7cf19b" - integrity sha512-qK/pe7Ie3d6Qoi2+2t36VVB10md9qiupsERfAvEvBbwclmUOn3OXwEQNecsqA44QaaVF1GJzbfvtKh1kC8pN1Q== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/navigator" "^0.3.19" - "@theia/workspace" "^0.3.19" - "@types/diff" "^3.2.2" - "@types/fs-extra" "^4.0.2" - "@types/p-queue" "^2.3.1" - diff "^3.4.0" - dugite-extra "0.1.9" - find-git-exec "^0.0.1-alpha.2" - find-git-repositories "^0.1.0" - fs-extra "^4.0.2" - moment "^2.21.0" - octicons "^7.1.0" - p-queue "^2.4.2" - ts-md5 "^1.2.2" - -"@theia/java-debug@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/java-debug/-/java-debug-0.3.19.tgz#a1bec35bbad402e2160b3727e13016b3fa1fa5ea" - integrity sha512-rl7uIUzIczwkYFH0ROgOc20e/yzkH6t1dKul2fZEQ4XLjYROCy7814bWHX7vzRktfWh9+1yQ6RLaf0pBfEhTqA== - dependencies: - "@theia/debug" "^0.3.19" - "@theia/java" "^0.3.19" - lodash "^4.17.10" - -"@theia/java@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/java/-/java-0.3.19.tgz#f54f12df0061d7c6c5b60eb331ca4167fe939b06" - integrity sha512-4LeVh4J9uJ+Tcsk7SNwNCD9AICrDZC2uv5HiETS4YgWO2bApsQYhzKmbiDX7nOfN06oCRoNKxP3h84JZgu+MpQ== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/monaco" "^0.3.19" - "@types/glob" "^5.0.30" - "@types/tar" "4.0.0" - glob "^7.1.2" - mkdirp "^0.5.0" - sha1 "^1.1.1" - tar "^4.0.0" - -"@theia/json@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/json/-/json-0.3.19.tgz#9020a6d66a38267d522a6372fdce833050ec72b0" - integrity sha512-7e6/wr+VYuIxFGRWHqDwYD1J1zsAKk7r9ZZyjky7n5+2WDQ7lKonPuwcCTR6yoZN+nOtunvV02NLgD23aY3g/g== - dependencies: - "@theia/core" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/monaco" "^0.3.19" - vscode-json-languageserver "^1.0.1" - -"@theia/keymaps@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/keymaps/-/keymaps-0.3.19.tgz#3e74115c8452208a6b844eff57028f3e9a4b362d" - integrity sha512-n/520Ygb8/QKr2tI5RVABXzZ8EqjGxQaGwGwqyaDYz4re+XId2Xt5urteQtPijIXebDEyfVW7gce2P6s9O1Y4A== - dependencies: - "@theia/core" "^0.3.19" - "@theia/monaco" "^0.3.19" - "@theia/userstorage" "^0.3.19" - "@theia/workspace" "^0.3.19" - "@types/lodash.debounce" "4.0.3" - ajv "^6.5.3" - fuzzy "^0.1.3" - jsonc-parser "^2.0.2" - lodash.debounce "^4.0.8" - -"@theia/languages@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/languages/-/languages-0.3.19.tgz#564f30434ea9377787d56dbb26742a2e6bfa1607" - integrity sha512-EVVmukMAv/QYYx0ILK0XrP3NtjLeUJmp++IL0PGV92QYEK9R1x2nASXe0CWXEjeoPOqyYtq0SNWu+hGWsjlWVg== - dependencies: - "@theia/core" "^0.3.19" - "@theia/output" "^0.3.19" - "@theia/process" "^0.3.19" - "@theia/workspace" "^0.3.19" - "@typefox/monaco-editor-core" "^0.14.6" - "@types/uuid" "^3.4.3" - monaco-languageclient "^0.9.0" - uuid "^3.2.1" - -"@theia/markers@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-0.3.19.tgz#e13be2405c241cf263b036e6f0d648d532759601" - integrity sha512-gIi3MsukAwiNdII8JdxyOFxJFFV1q9YFpToZBkK9zNogFpxgXTwPLrk/chpXel10+Le9ed85of3EQ+0kvjQSAg== - dependencies: - "@theia/core" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/navigator" "^0.3.19" - "@theia/workspace" "^0.3.19" - -"@theia/merge-conflicts@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/merge-conflicts/-/merge-conflicts-0.3.19.tgz#6b3eb354cc99da87a3a985f79c4d287edeb132f3" - integrity sha512-4r88F2DwbodXS2gLvbDfKahdDGI3JIs9QxkJZnLAHGCJ7f/55j9HFpHduSlyjie25HH8M6yeJwxnjkLCVeGm9w== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/languages" "^0.3.19" - -"@theia/messages@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-0.3.19.tgz#21b76264237cc289a26539c840e156cfa623a979" - integrity sha512-U7OTbvlpotK1u9D/d9OJZuWQgabHwtvYqXC+FdtmP+5RVOJZRBUPyGkgI5tanaHxjLDqiQbCHeyOu9yVO/EWZw== - dependencies: - "@theia/core" "^0.3.19" - -"@theia/metrics@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/metrics/-/metrics-0.3.19.tgz#d9ba0e93f39c94ab1c6618e9ecd14514e58e7820" - integrity sha512-hlFiR0wNIYySgsECt6giV5dKdY/aB2l2/W7X9nVLNPc7B0Z/5pn5kIAo5pcfY2Z1Z26K55qzsiAcG1onW+eFTg== - dependencies: - "@theia/application-package" "^0.3.19" - "@theia/core" "^0.3.19" - prom-client "^10.2.0" - -"@theia/mini-browser@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/mini-browser/-/mini-browser-0.3.19.tgz#1f53d606977f8beb9b82ac3d3de107e2873c7f07" - integrity sha512-aA5FuzCYQz3QAfrWiHTjpNkWjBx3nEZJ/boBXFff1KVMYJgXBuapfEDLefQZMHrWxNj3n0/tltvXSPrpHYBTrQ== - dependencies: - "@theia/core" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@types/fs-extra" "^4.0.2" - "@types/mime-types" "^2.1.0" - fs-extra "^4.0.2" - mime-types "^2.1.18" - pdfobject "^2.0.201604172" - -"@theia/monaco@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-0.3.19.tgz#51e80e1a3e640fc54cccd047ba69fee799a067ea" - integrity sha512-nW/LNBCjJoLUKk37boVdBLH5ODXvqvkyCi/HC8sZPqeYLMWydgBfeN4Z8ch+t1PBds+sQpLlE7ozdz5xWnuqdw== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/markers" "^0.3.19" - "@theia/outline-view" "^0.3.19" - "@theia/workspace" "^0.3.19" - jsonc-parser "^2.0.2" - monaco-css "^2.0.1" - monaco-html "^2.0.2" - onigasm "^2.1.0" - vscode-textmate "^4.0.1" - -"@theia/navigator@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-0.3.19.tgz#0f392938021456bd8d47ae2c33b0890ec60ad3b0" - integrity sha512-7Rb8jJSHl5VxDGO6Y+HH8+rutSPxM7LNAwKtD69VFp7giE6nQHnYdlyyHBhBxYDonPVP2MsSA8R3MfTXmosHyA== - dependencies: - "@theia/core" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/workspace" "^0.3.19" - fuzzy "^0.1.3" - minimatch "^3.0.4" - "@theia/node-pty@0.7.8-theia004": version "0.7.8-theia004" resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.7.8-theia004.tgz#0fe31b958df9315352d5fbeea7075047cf69c935" dependencies: nan "2.10.0" -"@theia/outline-view@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-0.3.19.tgz#4880519797bc8997837080833090d60c129f63e8" - integrity sha512-BOwqsc2u0ou2v5gboqGlZ38CUgX23mHatbAQenOntEilHNYi4pcXdA6ogzfwgu+MigQGy+5aNa+vduJiGu77ew== - dependencies: - "@theia/core" "^0.3.19" - -"@theia/output@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/output/-/output-0.3.19.tgz#2d7bce2e568acf1a6a2eaac9a12eac0b30b3b896" - integrity sha512-5lK9N+ZQz8/O1Fq+ivFhQbDyg+FVNtW68RcTKWyT10N/Z9dlmoJ7QnwsEw/7njEleCB9W22ugmyyjJp7ik0L5w== - dependencies: - "@theia/core" "^0.3.19" - -"@theia/plugin-ext-vscode@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-0.3.19.tgz#67b5f9233b4d82627b15ef5ed563724ff036c44e" - integrity sha512-dChkazG2zmZtVXrxXXUxU4ep3SOmo4VI0etBzLO3GVTw8X9DPoiVFGh8cvuVckNRzfAM5+wDj2DkGr0XLfSdug== - dependencies: - "@theia/core" "^0.3.19" - "@theia/plugin" "^0.3.19" - "@theia/plugin-ext" "^0.3.19" - vscode-uri "^1.0.1" - -"@theia/plugin-ext@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-0.3.19.tgz#b43da65ebdc84a4265c5b28fa3e8dfd1b5c1032d" - integrity sha512-65uS/v5YaZKMfmZP8jYCl/mjlUFb8O5410y3QombpMGs1pLT9IgPSAj177AEp2XQ1P8WqtSBfrzYrTRPyn6jmw== - dependencies: - "@theia/core" "^0.3.19" - "@theia/debug" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/file-search" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/messages" "^0.3.19" - "@theia/monaco" "^0.3.19" - "@theia/navigator" "^0.3.19" - "@theia/plugin" "^0.3.19" - "@theia/preferences" "^0.3.19" - "@theia/task" "^0.3.19" - "@theia/workspace" "^0.3.19" - decompress "^4.2.0" - jsonc-parser "^2.0.2" - lodash.clonedeep "^4.5.0" - ps-tree "1.1.0" - uuid "^3.2.1" - vscode-debugprotocol "^1.32.0" - vscode-uri "^1.0.1" - -"@theia/plugin@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-0.3.19.tgz#eb1ea2d8311097535b6613ea6d554ff93bb4efc8" - integrity sha512-8iKIPE7UQfaxbN/p+eHqT4wmbEgdVGxMMhzczqrX0x9sFwXxVOipC9urdfG8UvNWQO3dXCssxVslNF56jScofg== - -"@theia/preferences@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-0.3.19.tgz#10b9655c2a5dc88d515793810bbb942bcb864b58" - integrity sha512-shArvTSEvF1QBaVc+IykSJVtm8Ch4Eiri8wjpE/gK9FdqFOdHxEYwfXGHxj4/OojWu6Xdcm8eAYayC/gspYtRA== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/monaco" "^0.3.19" - "@theia/userstorage" "^0.3.19" - "@theia/workspace" "^0.3.19" - "@types/fs-extra" "^4.0.2" - fs-extra "^4.0.2" - jsonc-parser "^2.0.2" - -"@theia/preview@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/preview/-/preview-0.3.19.tgz#3ca3f718b2807f15f5fbf9d5495f5465a11306fc" - integrity sha512-Sp0KSs9Ceyu7HyZmPC6548A8U0v6ZqNLbo4R8rm2+jtbobUmDOahx3W9CFahWGZC3kTtiw3CS0xjQRWb2KBcPQ== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/mini-browser" "^0.3.19" - "@types/highlight.js" "^9.12.2" - "@types/markdown-it" "^0.0.4" - "@types/markdown-it-anchor" "^4.0.1" - highlight.js "^9.12.0" - markdown-it "^8.4.0" - markdown-it-anchor "^5.0.0" - -"@theia/process@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/process/-/process-0.3.19.tgz#1dddd0d3dfc4e6b87c76157fb10f33fb76179b70" - integrity sha512-H/hje3afKKaCq0rUXux/ZoXnJE6peP7TkhTlULfloAq1Yfjv7dH6CqBW8TLHc4ExJbCSoYqAQVmlG69WcqWCLQ== - dependencies: - "@theia/core" "^0.3.19" - node-pty "0.7.6" - string-argv "^0.1.1" - -"@theia/python@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/python/-/python-0.3.19.tgz#6f82d2a279687652387b1d28a1f961f74ed28e1e" - integrity sha512-63gDqn7Rw03hHYpZ79dXpEdRWoYDT+StA42TiZCTf1y6PcXmBrbyArBbIaSyBnvrU3RDokZpLUgvnvXJHZc1oQ== - dependencies: - "@theia/core" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/monaco" "^0.3.19" - "@theia/process" "^0.3.19" - -"@theia/search-in-workspace@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-0.3.19.tgz#ad1a6fe0f5840dd5205a7ef05c6c3ae982c27a8a" - integrity sha512-3QS3VZLsX47SGsbXS3uUw6JnvjSS8jZ9sRB/zKoJi1qPvMgRU7HqLPnc4I0oufaVzKntpM/Gflr1HcEHTQ2TDA== - dependencies: - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/navigator" "^0.3.19" - "@theia/process" "^0.3.19" - "@theia/workspace" "^0.3.19" - vscode-ripgrep "^1.2.4" - -"@theia/task@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/task/-/task-0.3.19.tgz#0c6552d8d4f2e7985f0c992e81ca4f70f1ba7ce8" - integrity sha512-i8PhVbswP5ByB3FKF60nhl/zFpdnTvr++2QCuz0Coo+r1DjfBW+GRmMUPISI3qwc236uT6kxJmuUI6hroPOnRQ== - dependencies: - "@theia/core" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/markers" "^0.3.19" - "@theia/process" "^0.3.19" - "@theia/terminal" "^0.3.19" - "@theia/variable-resolver" "^0.3.19" - "@theia/workspace" "^0.3.19" - jsonc-parser "^2.0.2" - -"@theia/terminal@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-0.3.19.tgz#92e5e90162613e5636f6d2a543ae6a8fd1a4b781" - integrity sha512-lKkoanvDmxIKkVm7gjWdNPaK75Gmo0bQWrhl61zbb39PO5E7L82c06ZvUDdFVRDeWwO0KD08f6/vGXQRk+gDyg== - dependencies: - "@theia/core" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/process" "^0.3.19" - "@theia/workspace" "^0.3.19" - xterm "3.9.2" - -"@theia/textmate-grammars@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/textmate-grammars/-/textmate-grammars-0.3.19.tgz#14eb81a7c511433a64359b64abbcc514e8c0cdd2" - integrity sha512-M1rScttnmqPB7zX8Nm0eyJnSnWT+eqcFoDXBoUm0izFgrVsgkMO1yVIzdobTKf+7efxxTQQotKC5DCTTYoAYfQ== - dependencies: - "@theia/monaco" "^0.3.19" - -"@theia/tslint@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/tslint/-/tslint-0.3.19.tgz#b338c65a69a45f3d0acb7c9edec79f3d76c0f432" - integrity sha512-+Blgl5/MiF2nMuor2AglZy2HbnrXG6zo7d7KS6LrVkmLMiyv5fZmEHJ7noGnklITkahmhp+HtxutsTmar6OiEA== - dependencies: - tslint-language-service "^0.9.9" - -"@theia/typescript@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/typescript/-/typescript-0.3.19.tgz#43729a51cf3f700b22d2edc41ced2c3c9ca9792e" - integrity sha512-Ht0nSTpUaNvkiTXOUuUHOnZfHZcDRknZulWTD0H/yAskE0i0ZT/Y1nLLhCg6iBe7Xygl8KY5xZqvC42KvX4VQA== - dependencies: - "@theia/application-package" "^0.3.19" - "@theia/callhierarchy" "^0.3.19" - "@theia/core" "^0.3.19" - "@theia/editor" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/languages" "^0.3.19" - "@theia/monaco" "^0.3.19" - "@theia/workspace" "^0.3.19" - command-exists "^1.2.8" - typescript-language-server "^0.3.7" - -"@theia/userstorage@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-0.3.19.tgz#2807679fc060b7343416d0217f2f884c919675f0" - integrity sha512-CETJznVFPsGb0V+M8t8LWc0sPPT+AKDkhmU+enT9kFKdg/JL4WOs+nY4BqTQnxNObXrMbOXfyatK43h+TcajOg== - dependencies: - "@theia/core" "^0.3.19" - "@theia/filesystem" "^0.3.19" - -"@theia/variable-resolver@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-0.3.19.tgz#215671143c843f6187c414159a19208308972a07" - integrity sha512-6dMugQgsGs5ERnrjElFfvTglG+IxgQp0nYUkWGIfZkvbDo6zVe0coXY9pikIFxAJyrq1kkngCr6QwrNqq8gGRA== - dependencies: - "@theia/core" "^0.3.19" - -"@theia/workspace@^0.3.19": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-0.3.19.tgz#ad4f3234286371435345461f0577bec8f52f2132" - integrity sha512-qkCc/xfJT62ytSL+BcYU0BiVinn+d0jIYNxAb0KIvkk8S1uapkehJc60PZhYiTxramdQTo98b333iVCjMIIuEA== - dependencies: - "@theia/core" "^0.3.19" - "@theia/filesystem" "^0.3.19" - "@theia/variable-resolver" "^0.3.19" - "@types/fs-extra" "^4.0.2" - ajv "^6.5.3" - fs-extra "^4.0.2" - jsonc-parser "^2.0.2" - moment "^2.21.0" - valid-filename "^2.0.1" - "@typefox/monaco-editor-core@^0.14.6": version "0.14.6" resolved "https://registry.yarnpkg.com/@typefox/monaco-editor-core/-/monaco-editor-core-0.14.6.tgz#32e378f3430913504ea9c7063944444a04429892" @@ -1286,14 +656,6 @@ ajv-keywords@^3.1.0: version "3.2.0" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a" -ajv@^4.9.1: - version "4.11.8" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536" - integrity sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY= - dependencies: - co "^4.6.0" - json-stable-stringify "^1.0.1" - ajv@^5.0.0, ajv@^5.3.0: version "5.5.2" resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965" @@ -1525,11 +887,6 @@ assert-plus@1.0.0, assert-plus@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" -assert-plus@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234" - integrity sha1-104bh+ev/A24qttwIfP+SBAasjQ= - assert@^1.1.1: version "1.4.1" resolved "https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91" @@ -1597,16 +954,11 @@ autoprefixer@^6.3.1: postcss "^5.2.16" postcss-value-parser "^3.2.3" -aws-sign2@~0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f" - integrity sha1-FDQt0428yU0OW4fXY81jYSwOeU8= - aws-sign2@~0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" -aws4@^1.2.1, aws4@^1.8.0: +aws4@^1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" @@ -2322,13 +1674,6 @@ body-parser@^1.17.2, body-parser@^1.18.3: raw-body "2.3.3" type-is "~1.6.16" -boom@2.x.x: - version "2.10.1" - resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" - integrity sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8= - dependencies: - hoek "2.x.x" - brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -3006,13 +2351,6 @@ combined-stream@1.0.6, combined-stream@~1.0.6: dependencies: delayed-stream "~1.0.0" -combined-stream@^1.0.5, combined-stream@~1.0.5: - version "1.0.7" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" - integrity sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w== - dependencies: - delayed-stream "~1.0.0" - command-exists@1.2.6: version "1.2.6" resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.6.tgz#577f8e5feb0cb0f159cd557a51a9be1bdd76e09e" @@ -3421,13 +2759,6 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "0.0.2" resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b" -cryptiles@2.x.x: - version "2.0.5" - resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" - integrity sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g= - dependencies: - boom "2.x.x" - crypto-browserify@^3.11.0: version "3.12.0" resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" @@ -3970,16 +3301,6 @@ dugite-extra@0.1.11: find-git-exec "0.0.1-alpha.2" upath "^1.0.0" -dugite-extra@0.1.9: - version "0.1.9" - resolved "https://registry.yarnpkg.com/dugite-extra/-/dugite-extra-0.1.9.tgz#31f73c683804e3c059a5dba512e5159de18975df" - integrity sha512-ft2ROrM0jKTT+aAM14DYf1OuFfuuxxAIzy7AuDSDwTKv1op4ReKDrM9iDLn97pS04rHpY6pGx2HCOTF8xKNO5w== - dependencies: - byline "^5.0.0" - dugite "1.67.0" - find-git-exec "0.0.1-alpha.2" - upath "^1.0.0" - dugite-no-gpl@1.69.0: version "1.69.0" resolved "https://registry.yarnpkg.com/dugite-no-gpl/-/dugite-no-gpl-1.69.0.tgz#bc9007cf5a595180f563ccc0e4f2cc80ebbaa52e" @@ -3991,18 +3312,6 @@ dugite-no-gpl@1.69.0: rimraf "^2.5.4" tar "^4.0.2" -dugite@1.67.0: - version "1.67.0" - resolved "https://registry.yarnpkg.com/dugite/-/dugite-1.67.0.tgz#389f95051aa1fb2bc78dcee4294f913ae3438c47" - integrity sha512-nvy+vtXx35WHjRqrCAd+IQCw4jd66zI7TtbRX55SiOeK56VB6lSqHVxeqaQwHfjJrkX/RbshExUighiIP3CEfw== - dependencies: - checksum "^0.1.1" - mkdirp "^0.5.1" - progress "^2.0.0" - request "^2.86.0" - rimraf "^2.5.4" - tar "^4.0.2" - duplexer2@0.0.2: version "0.0.2" resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db" @@ -4456,7 +3765,7 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2: assign-symbols "^1.0.0" is-extendable "^1.0.1" -extend@~3.0.0, extend@~3.0.2: +extend@~3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" @@ -4759,15 +4068,6 @@ forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" -form-data@~2.1.1: - version "2.1.4" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.4.tgz#33c183acf193276ecaa98143a69e94bfee1750d1" - integrity sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE= - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.5" - mime-types "^2.1.12" - form-data@~2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.2.tgz#4970498be604c20c005d4f5c23aecd21d6b49099" @@ -5285,23 +4585,10 @@ handlebars@^4.0.1, handlebars@^4.0.11, handlebars@^4.0.2, handlebars@^4.0.6: optionalDependencies: uglify-js "^2.6" -har-schema@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e" - integrity sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4= - har-schema@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" -har-validator@~4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a" - integrity sha1-M0gdDxu/9gDdID11gSpqX7oALio= - dependencies: - ajv "^4.9.1" - har-schema "^1.0.5" - har-validator@~5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.0.tgz#44657f5688a22cfd4b72486e81b3a3fb11742c29" @@ -5402,16 +4689,6 @@ hash.js@^1.0.0, hash.js@^1.0.3: inherits "^2.0.3" minimalistic-assert "^1.0.1" -hawk@~3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" - integrity sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ= - dependencies: - boom "2.x.x" - cryptiles "2.x.x" - hoek "2.x.x" - sntp "1.x.x" - he@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd" @@ -5428,11 +4705,6 @@ hmac-drbg@^1.0.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" -hoek@2.x.x: - version "2.16.3" - resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" - integrity sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0= - home-or-tmp@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" @@ -5508,15 +4780,6 @@ http-proxy-agent@^2.1.0: agent-base "4" debug "3.1.0" -http-signature@~1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf" - integrity sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8= - dependencies: - assert-plus "^0.2.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - http-signature@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" @@ -6223,13 +5486,6 @@ json-schema@0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" -json-stable-stringify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" - integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8= - dependencies: - jsonify "~0.0.0" - json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" @@ -6268,11 +5524,6 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" -jsonify@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - jsonparse@^1.2.0: version "1.3.1" resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" @@ -6413,20 +5664,6 @@ less-loader@~2.2.3: dependencies: loader-utils "^0.2.5" -less@^2.7.2: - version "2.7.3" - resolved "https://registry.yarnpkg.com/less/-/less-2.7.3.tgz#cc1260f51c900a9ec0d91fb6998139e02507b63b" - integrity sha512-KPdIJKWcEAb02TuJtaLrhue0krtRLoRoo7x6BNJIBelO00t/CCdJQUnHW5V34OnHMWzIktSalJxRO+FvytQlCQ== - optionalDependencies: - errno "^0.1.1" - graceful-fs "^4.1.2" - image-size "~0.5.0" - mime "^1.2.11" - mkdirp "^0.5.0" - promise "^7.1.1" - request "2.81.0" - source-map "^0.5.3" - less@^3.0.3: version "3.9.0" resolved "https://registry.yarnpkg.com/less/-/less-3.9.0.tgz#b7511c43f37cf57dc87dffd9883ec121289b1474" @@ -7019,29 +6256,17 @@ mime-db@~1.35.0: version "1.35.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.35.0.tgz#0569d657466491283709663ad379a99b90d9ab47" -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-types@^2.1.12, mime-types@^2.1.18, mime-types@~2.1.18, mime-types@~2.1.19: version "2.1.19" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.19.tgz#71e464537a7ef81c15f2db9d97e913fc0ff606f0" dependencies: mime-db "~1.35.0" -mime-types@~2.1.7: - version "2.1.22" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.22.tgz#fe6b355a190926ab7698c9a0556a11199b2199bd" - integrity sha512-aGl6TZGnhm/li6F7yx82bJiBZwgiEa4Hf6CNr8YO+r5UHr53tSTYZb102zyU50DOWWKeOv0uQLRL0/9EiKWCog== - dependencies: - mime-db "~1.38.0" - mime@1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" -mime@^1.2.11, mime@^1.4.1: +mime@^1.4.1: version "1.6.0" resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" @@ -7430,13 +6655,6 @@ node-pre-gyp@^0.10.0: semver "^5.3.0" tar "^4" -node-pty@0.7.6: - version "0.7.6" - resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.7.6.tgz#bff6148c9c5836ca7e73c7aaaec067dcbdac2f7b" - integrity sha512-ECzKUB7KkAFZ0cjyjMXp5WLJ+7YIZ1xnNmiiegOI6WdDaKABUNV5NbB1Dw9MXD4KrZipWII0wQ7RGZ6StU/7jA== - dependencies: - nan "2.10.0" - nodegit-promise@~4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/nodegit-promise/-/nodegit-promise-4.0.0.tgz#5722b184f2df7327161064a791d2e842c9167b34" @@ -7601,11 +6819,6 @@ nyc@^11.0.3: yargs "11.1.0" yargs-parser "^8.0.0" -oauth-sign@~0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" - integrity sha1-Rqarfwrq2N6unsBWV4C31O/rnUM= - oauth-sign@~0.9.0: version "0.9.0" resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" @@ -8021,11 +7234,6 @@ perfect-scrollbar@^1.3.0: version "1.4.0" resolved "https://registry.yarnpkg.com/perfect-scrollbar/-/perfect-scrollbar-1.4.0.tgz#5d014ef9775e1f43058a1dbae9ed1daf0e7091f1" -performance-now@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5" - integrity sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU= - performance-now@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" @@ -8528,11 +7736,6 @@ qs@6.5.2, qs@~6.5.2: version "6.5.2" resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" -qs@~6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233" - integrity sha1-E+JtKK1rD/qpExLNO/cI7TUecjM= - query-string@^4.1.0: version "4.3.4" resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb" @@ -8950,34 +8153,6 @@ request-promise-native@^1.0.5: stealthy-require "^1.1.0" tough-cookie ">=2.3.3" -request@2.81.0: - version "2.81.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0" - integrity sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA= - dependencies: - aws-sign2 "~0.6.0" - aws4 "^1.2.1" - caseless "~0.12.0" - combined-stream "~1.0.5" - extend "~3.0.0" - forever-agent "~0.6.1" - form-data "~2.1.1" - har-validator "~4.2.1" - hawk "~3.1.3" - http-signature "~1.1.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.7" - oauth-sign "~0.8.1" - performance-now "^0.2.0" - qs "~6.4.0" - safe-buffer "^5.0.1" - stringstream "~0.0.4" - tough-cookie "~2.3.0" - tunnel-agent "^0.6.0" - uuid "^3.0.0" - request@2.88.0, request@^2.45.0, request@^2.82.0, request@^2.83.0, request@^2.86.0, request@^2.87.0: version "2.88.0" resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" @@ -9459,13 +8634,6 @@ snapdragon@^0.8.1: source-map-resolve "^0.5.0" use "^3.1.0" -sntp@1.x.x: - version "1.0.9" - resolved "https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198" - integrity sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg= - dependencies: - hoek "2.x.x" - sort-keys@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad" @@ -9748,11 +8916,6 @@ string_decoder@~0.10.x: version "0.10.31" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" -stringstream@~0.0.4: - version "0.0.6" - resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.6.tgz#7880225b0d4ad10e30927d167a1d6f2fd3b33a72" - integrity sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA== - strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" @@ -10163,13 +9326,6 @@ tough-cookie@>=2.3.3, tough-cookie@^2.3.4, tough-cookie@~2.4.3: psl "^1.1.24" punycode "^1.4.1" -tough-cookie@~2.3.0: - version "2.3.4" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.4.tgz#ec60cee38ac675063ffc97a5c18970578ee83655" - integrity sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA== - dependencies: - punycode "^1.4.1" - tr46@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" @@ -10548,7 +9704,7 @@ uuid@^2.0.1: version "2.0.3" resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" -uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2: +uuid@^3.0.1, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"