diff --git a/arduino-ide-extension/src/browser/arduino-ide-frontend-module.ts b/arduino-ide-extension/src/browser/arduino-ide-frontend-module.ts index 9ee4ce97..79d70dd1 100644 --- a/arduino-ide-extension/src/browser/arduino-ide-frontend-module.ts +++ b/arduino-ide-extension/src/browser/arduino-ide-frontend-module.ts @@ -100,8 +100,8 @@ import { UploadSketch } from './contributions/upload-sketch'; import { CommonFrontendContribution } from './theia/core/common-frontend-contribution'; import { EditContributions } from './contributions/edit-contributions'; import { OpenSketchExternal } from './contributions/open-sketch-external'; -import { PreferencesContribution as TheiaPreferencesContribution } from '@theia/preferences/lib/browser/preference-contribution'; -import { PreferencesContribution } from './theia/preferences/preference-contribution'; +import { PreferencesContribution as TheiaPreferencesContribution } from '@theia/preferences/lib/browser/preferences-contribution'; +import { PreferencesContribution } from './theia/preferences/preferences-contribution'; import { QuitApp } from './contributions/quit-app'; import { SketchControl } from './contributions/sketch-control'; import { Settings } from './contributions/settings'; diff --git a/arduino-ide-extension/src/browser/theia/preferences/preference-contribution.ts b/arduino-ide-extension/src/browser/theia/preferences/preferences-contribution.ts similarity index 94% rename from arduino-ide-extension/src/browser/theia/preferences/preference-contribution.ts rename to arduino-ide-extension/src/browser/theia/preferences/preferences-contribution.ts index 9f1e0c6b..533e3347 100644 --- a/arduino-ide-extension/src/browser/theia/preferences/preference-contribution.ts +++ b/arduino-ide-extension/src/browser/theia/preferences/preferences-contribution.ts @@ -3,7 +3,7 @@ import { isOSX } from '@theia/core/lib/common/os'; import { MenuModelRegistry } from '@theia/core/lib/common/menu'; import { KeybindingRegistry } from '@theia/core/lib/browser/keybinding'; import { CommonCommands, CommonMenus } from '@theia/core/lib/browser'; -import { PreferencesContribution as TheiaPreferencesContribution } from '@theia/preferences/lib/browser/preference-contribution'; +import { PreferencesContribution as TheiaPreferencesContribution } from '@theia/preferences/lib/browser/preferences-contribution'; @injectable() export class PreferencesContribution extends TheiaPreferencesContribution { diff --git a/arduino-ide-extension/src/browser/tool-output/client-service-impl.ts b/arduino-ide-extension/src/browser/tool-output/client-service-impl.ts index 66ed0078..25b15f86 100644 --- a/arduino-ide-extension/src/browser/tool-output/client-service-impl.ts +++ b/arduino-ide-extension/src/browser/tool-output/client-service-impl.ts @@ -1,7 +1,7 @@ import { ToolOutputServiceClient } from '../../common/protocol/tool-output-service'; import { injectable, inject } from 'inversify'; import { CommandService } from '@theia/core/lib/common/command'; -import { OutputCommands } from '@theia/output/lib/browser/output-contribution'; +import { OutputCommands } from '@theia/output/lib/browser/output-commands'; @injectable() export class ToolOutputServiceClientImpl implements ToolOutputServiceClient { diff --git a/yarn.lock b/yarn.lock index 8bb2f8b7..f65f7d2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,28 +9,28 @@ dependencies: "@babel/highlight" "^7.10.4" -"@babel/compat-data@^7.10.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.5.tgz#d38425e67ea96b1480a3f50404d1bf85676301a6" - integrity sha512-mPVoWNzIpYJHbWje0if7Ck36bpbtTvIxOi9+6WSK9wjGEXearAqlwBoTQvVjsAY2VIwgcs8V940geY3okzRCEw== +"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c" + integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== dependencies: browserslist "^4.12.0" invariant "^2.2.4" semver "^5.5.0" "@babel/core@^7.10.0": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" - integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76" + integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg== dependencies: "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.10.5" - "@babel/helper-module-transforms" "^7.10.5" + "@babel/generator" "^7.11.0" + "@babel/helper-module-transforms" "^7.11.0" "@babel/helpers" "^7.10.4" - "@babel/parser" "^7.10.5" + "@babel/parser" "^7.11.0" "@babel/template" "^7.10.4" - "@babel/traverse" "^7.10.5" - "@babel/types" "^7.10.5" + "@babel/traverse" "^7.11.0" + "@babel/types" "^7.11.0" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.1" @@ -40,12 +40,12 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/generator@^7.10.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" - integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== +"@babel/generator@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" + integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== dependencies: - "@babel/types" "^7.10.5" + "@babel/types" "^7.11.0" jsesc "^2.5.1" source-map "^0.5.0" @@ -137,11 +137,11 @@ "@babel/types" "^7.10.4" "@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.5.tgz#172f56e7a63e78112f3a04055f24365af702e7ee" - integrity sha512-HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA== + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df" + integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== dependencies: - "@babel/types" "^7.10.5" + "@babel/types" "^7.11.0" "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4": version "7.10.4" @@ -150,17 +150,17 @@ dependencies: "@babel/types" "^7.10.4" -"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" - integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== +"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" + integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== dependencies: "@babel/helper-module-imports" "^7.10.4" "@babel/helper-replace-supers" "^7.10.4" "@babel/helper-simple-access" "^7.10.4" - "@babel/helper-split-export-declaration" "^7.10.4" + "@babel/helper-split-export-declaration" "^7.11.0" "@babel/template" "^7.10.4" - "@babel/types" "^7.10.5" + "@babel/types" "^7.11.0" lodash "^4.17.19" "@babel/helper-optimise-call-expression@^7.10.4": @@ -170,7 +170,7 @@ dependencies: "@babel/types" "^7.10.4" -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0": +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== @@ -211,12 +211,19 @@ "@babel/template" "^7.10.4" "@babel/types" "^7.10.4" -"@babel/helper-split-export-declaration@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" - integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== +"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729" + integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== dependencies: - "@babel/types" "^7.10.4" + "@babel/types" "^7.11.0" + +"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" + integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== + dependencies: + "@babel/types" "^7.11.0" "@babel/helper-validator-identifier@^7.10.4": version "7.10.4" @@ -251,10 +258,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.10.4", "@babel/parser@^7.10.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" - integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== +"@babel/parser@^7.10.4", "@babel/parser@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d" + integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw== "@babel/plugin-proposal-async-generator-functions@^7.10.4": version "7.10.5" @@ -281,6 +288,14 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-dynamic-import" "^7.8.0" +"@babel/plugin-proposal-export-namespace-from@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54" + integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + "@babel/plugin-proposal-json-strings@^7.10.4": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db" @@ -289,6 +304,14 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-json-strings" "^7.8.0" +"@babel/plugin-proposal-logical-assignment-operators@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8" + integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" @@ -305,10 +328,10 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0" - integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== +"@babel/plugin-proposal-object-rest-spread@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af" + integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== dependencies: "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-object-rest-spread" "^7.8.0" @@ -322,12 +345,13 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" -"@babel/plugin-proposal-optional-chaining@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7" - integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== +"@babel/plugin-proposal-optional-chaining@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" + integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== dependencies: "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" "@babel/plugin-syntax-optional-chaining" "^7.8.0" "@babel/plugin-proposal-private-methods@^7.10.4": @@ -367,6 +391,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" +"@babel/plugin-syntax-export-namespace-from@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.3" + "@babel/plugin-syntax-json-strings@^7.8.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" @@ -374,6 +405,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" + integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" @@ -615,9 +653,9 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-transform-runtime@^7.10.0": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.5.tgz#3b39b7b24830e0c2d8ff7a4489fe5cf99fbace86" - integrity sha512-tV4V/FjElJ9lQtyjr5xD2IFFbgY46r7EeVu5a8CpEKT5laheHKSlFeHjpkPppW3PqzGLAuv5k2qZX5LgVZIX5w== + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf" + integrity sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw== dependencies: "@babel/helper-module-imports" "^7.10.4" "@babel/helper-plugin-utils" "^7.10.4" @@ -631,12 +669,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-transform-spread@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff" - integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== +"@babel/plugin-transform-spread@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc" + integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== dependencies: "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" "@babel/plugin-transform-sticky-regex@^7.10.4": version "7.10.4" @@ -677,29 +716,33 @@ "@babel/helper-plugin-utils" "^7.10.4" "@babel/preset-env@^7.10.0": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f" - integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" + integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== dependencies: - "@babel/compat-data" "^7.10.4" + "@babel/compat-data" "^7.11.0" "@babel/helper-compilation-targets" "^7.10.4" "@babel/helper-module-imports" "^7.10.4" "@babel/helper-plugin-utils" "^7.10.4" "@babel/plugin-proposal-async-generator-functions" "^7.10.4" "@babel/plugin-proposal-class-properties" "^7.10.4" "@babel/plugin-proposal-dynamic-import" "^7.10.4" + "@babel/plugin-proposal-export-namespace-from" "^7.10.4" "@babel/plugin-proposal-json-strings" "^7.10.4" + "@babel/plugin-proposal-logical-assignment-operators" "^7.11.0" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4" "@babel/plugin-proposal-numeric-separator" "^7.10.4" - "@babel/plugin-proposal-object-rest-spread" "^7.10.4" + "@babel/plugin-proposal-object-rest-spread" "^7.11.0" "@babel/plugin-proposal-optional-catch-binding" "^7.10.4" - "@babel/plugin-proposal-optional-chaining" "^7.10.4" + "@babel/plugin-proposal-optional-chaining" "^7.11.0" "@babel/plugin-proposal-private-methods" "^7.10.4" "@babel/plugin-proposal-unicode-property-regex" "^7.10.4" "@babel/plugin-syntax-async-generators" "^7.8.0" "@babel/plugin-syntax-class-properties" "^7.10.4" "@babel/plugin-syntax-dynamic-import" "^7.8.0" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" "@babel/plugin-syntax-json-strings" "^7.8.0" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" "@babel/plugin-syntax-numeric-separator" "^7.10.4" "@babel/plugin-syntax-object-rest-spread" "^7.8.0" @@ -732,14 +775,14 @@ "@babel/plugin-transform-regenerator" "^7.10.4" "@babel/plugin-transform-reserved-words" "^7.10.4" "@babel/plugin-transform-shorthand-properties" "^7.10.4" - "@babel/plugin-transform-spread" "^7.10.4" + "@babel/plugin-transform-spread" "^7.11.0" "@babel/plugin-transform-sticky-regex" "^7.10.4" "@babel/plugin-transform-template-literals" "^7.10.4" "@babel/plugin-transform-typeof-symbol" "^7.10.4" "@babel/plugin-transform-unicode-escapes" "^7.10.4" "@babel/plugin-transform-unicode-regex" "^7.10.4" "@babel/preset-modules" "^0.1.3" - "@babel/types" "^7.10.4" + "@babel/types" "^7.11.0" browserslist "^4.12.0" core-js-compat "^3.6.2" invariant "^2.2.2" @@ -758,9 +801,9 @@ esutils "^2.0.2" "@babel/runtime@^7.10.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c" - integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg== + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.0.tgz#f10245877042a815e07f7e693faff0ae9d3a2aac" + integrity sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw== dependencies: regenerator-runtime "^0.13.4" @@ -773,25 +816,25 @@ "@babel/parser" "^7.10.4" "@babel/types" "^7.10.4" -"@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" - integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== +"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" + integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== dependencies: "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.10.5" + "@babel/generator" "^7.11.0" "@babel/helper-function-name" "^7.10.4" - "@babel/helper-split-export-declaration" "^7.10.4" - "@babel/parser" "^7.10.5" - "@babel/types" "^7.10.5" + "@babel/helper-split-export-declaration" "^7.11.0" + "@babel/parser" "^7.11.0" + "@babel/types" "^7.11.0" debug "^4.1.0" globals "^11.1.0" lodash "^4.17.19" -"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.4.4": - version "7.10.5" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" - integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== +"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.4.4": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" + integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== dependencies: "@babel/helper-validator-identifier" "^7.10.4" lodash "^4.17.19" @@ -965,9 +1008,9 @@ which "^1.3.1" "@grpc/grpc-js@^1.1.1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.1.2.tgz#3125484c19fd1c9e3f4dc7a880f9fa1b872b46c8" - integrity sha512-k2u86Bkm/3xrjUaSWeIyzXScBt/cC8uE7BznR0cpueQi11R33W6qfJdMrkrsmSHirp5likR55JSXUrcWG6ybHA== + version "1.1.3" + resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.1.3.tgz#0b91b166d744b6a43b00430dceff0f0ff88c98d5" + integrity sha512-HtOsk2YUofBcm1GkPqGzb6pwHhv+74eC2CUO229USIDKRtg30ycbZmqC+HdNtY3nHqoc9IgcRlntFgopyQoYCA== dependencies: semver "^6.2.0" @@ -1772,9 +1815,9 @@ "@types/node" ">= 8" "@octokit/types@^5.0.0", "@octokit/types@^5.0.1": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.1.0.tgz#4377a3f39edad3e60753fb5c3c310756f1ded57f" - integrity sha512-OFxUBgrEllAbdEmWp/wNmKIu5EuumKHG4sgy56vjZ8lXPgMhF05c76hmulfOdFHHYRpPj49ygOZJ8wgVsPecuA== + version "5.2.0" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.2.0.tgz#d075dc23bf293f540739250b6879e2c1be2fc20c" + integrity sha512-XjOk9y4m8xTLIKPe1NFxNWBdzA2/z3PFFA/bwf4EoH6oS8hM0Y46mEa4Cb+KCyj/tFDznJFahzQ0Aj3o1FYq4A== dependencies: "@types/node" ">= 8" @@ -1949,16 +1992,16 @@ dependencies: defer-to-connect "^1.0.1" -"@theia/application-manager@1.4.0-next.a833e50f": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.4.0-next.a833e50f.tgz#12ee76537717385f4445d33a16ffd6986ed31fd8" - integrity sha512-1ZepAAsyAm2bgsr1lAztWRhw5WVAQk/GuXuvEhA25/1guNIUmD0EqRZSsToCixq1KuMNlsdK+oCje0sgc5dTBw== +"@theia/application-manager@1.5.0-next.e99e386d": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.5.0-next.e99e386d.tgz#866fe37831fa04c0e4e3ba7d86d1e36ee7cc555d" + integrity sha512-fU/SP3BBgjHywY0EOLVbd2TjN/vKFNWAun3SHnkqgJHxdy5cQSbTBBdOVbfZAlKEiLSmSNQeJIb5bzZA1JvJ1A== dependencies: "@babel/core" "^7.10.0" "@babel/plugin-transform-classes" "^7.10.0" "@babel/plugin-transform-runtime" "^7.10.0" "@babel/preset-env" "^7.10.0" - "@theia/application-package" "1.4.0-next.a833e50f" + "@theia/application-package" "1.5.0-next.e99e386d" "@theia/compression-webpack-plugin" "^3.0.0" "@types/fs-extra" "^4.0.2" "@types/webpack" "^4.41.2" @@ -1981,10 +2024,10 @@ webpack-cli "2.0.12" worker-loader "^1.1.1" -"@theia/application-package@1.4.0-next.a833e50f", "@theia/application-package@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.4.0-next.a833e50f.tgz#85884a7bbe5ced4b44cf67041fd637546ab4782d" - integrity sha512-rqHVXEO1yLvcnr2oHmxGq/VcrzfbgDxwwj/0JO+tlImOUUhPrwkRVVPZA5CCm7L/KX3J/C80RCKDVSIkDdwToQ== +"@theia/application-package@1.5.0-next.e99e386d", "@theia/application-package@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.5.0-next.e99e386d.tgz#476f324b4711d088c150b28a458502e4eec8f73e" + integrity sha512-4zYuh7proE6yaeHMOhZ6go0sgB69xh9lMoR/oSbWZaXecAF8B9a+v5fAxSkLnBp9ZyvTdeYF8Xk+sfvj9rfPTA== dependencies: "@types/fs-extra" "^4.0.2" "@types/request" "^2.0.3" @@ -1997,24 +2040,24 @@ semver "^5.4.1" write-json-file "^2.2.0" -"@theia/callhierarchy@1.4.0-next.a833e50f": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/callhierarchy/-/callhierarchy-1.4.0-next.a833e50f.tgz#f9dd99a3f4bae1078e25239bf1bd3dd19f3d52c1" - integrity sha512-mARHkScrehVR8vobiizFd2ZfsIQ6rQVJ0TmNPe76K+7vqjrEpbe8OKcdtUB8f+KY2zn7UtzcXpDBncIhojT66g== +"@theia/callhierarchy@1.5.0-next.e99e386d": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/callhierarchy/-/callhierarchy-1.5.0-next.e99e386d.tgz#6a62cb3c3985fa719ec0256a4cb6206abc877e79" + integrity sha512-qSiYnF5HTBXiJ9sMTz4niQPWZ4v9IOEyhaK7xDHhcnvdheMJa2YEh3iFosEzPlskwhdtRu1s+0xRJbDrsQwl0w== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/languages" "1.4.0-next.a833e50f" - "@theia/monaco" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/languages" "1.5.0-next.e99e386d" + "@theia/monaco" "1.5.0-next.e99e386d" ts-md5 "^1.2.2" "@theia/cli@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.4.0-next.a833e50f.tgz#b06789d9dc2a78a8e31d97b3b78b4138d9ecc021" - integrity sha512-kbszlY3CsVd0swEV3Ed9IWXkFCvy0MTBW4dY9QnKCXZ9KMFDkaQl50zA6udQtbVHVtg7QdiH0oH4W6RQJDYmHQ== + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.5.0-next.e99e386d.tgz#53107a5c36d2e364d1052fbcd793247031ff3030" + integrity sha512-y1p7XfPyJ0JReLB1qbXMtT1emECZUmzl66g0yuEU4Om4qJZ++AqwsRQ3+VEf+eSFKWjYpNciwUgfBQwfcTL3dg== dependencies: - "@theia/application-manager" "1.4.0-next.a833e50f" - "@theia/application-package" "1.4.0-next.a833e50f" + "@theia/application-manager" "1.5.0-next.e99e386d" + "@theia/application-package" "1.5.0-next.e99e386d" "@types/chai" "^4.2.7" "@types/mkdirp" "^0.5.2" "@types/mocha" "^5.2.7" @@ -2048,24 +2091,24 @@ serialize-javascript "^1.4.0" webpack-sources "^1.0.1" -"@theia/console@1.4.0-next.a833e50f": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/console/-/console-1.4.0-next.a833e50f.tgz#a13de87470d3029bc6abb19973f5e4e2cea068e8" - integrity sha512-VZWqMdcS8c0dwyTPUpgd2XXE8N8sJZLFqCOivWAfZzSbsSChIbT3tBSdzZk8nXq1HGKZ+5E+wx/1EgJDDoDyvA== +"@theia/console@1.5.0-next.e99e386d": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/console/-/console-1.5.0-next.e99e386d.tgz#9b37ed39318bb7b04ccd31a620f83087f02e8517" + integrity sha512-KsQelS0AWnYIPh8JzExEI5ctzmP3CeT3KA+uqhbNHNPEucqOhmBNqlNx85P8ghp5YIAN2GcbsTA8z7JlP7dj4w== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/monaco" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/monaco" "1.5.0-next.e99e386d" anser "^1.4.7" -"@theia/core@1.4.0-next.a833e50f", "@theia/core@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.4.0-next.a833e50f.tgz#7cfcbfdba2130aa1f2a9da17fb6a6402bb177ffb" - integrity sha512-o+9GQLlvxnGtyAAcaZMuPTQci5JkaxUutDuQ8VVbuA8qXUmea+N3AT1tqCGT4kxTfLp29xLQH8cNpwqcM8c//A== +"@theia/core@1.5.0-next.e99e386d", "@theia/core@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.5.0-next.e99e386d.tgz#5d76e00db061c24399a89b4c37a798d341a33d97" + integrity sha512-juURY257J8AwRUJ4ofArKGCG2Mvs8t4+eWnnrR5U8f4IMK3Sq4wF0wE2Gw7DSFWPfb4qpvbGeTt0Ewqh6/6DvQ== dependencies: "@babel/runtime" "^7.10.0" "@phosphor/widgets" "^1.9.3" "@primer/octicons-react" "^9.0.0" - "@theia/application-package" "1.4.0-next.a833e50f" + "@theia/application-package" "1.5.0-next.e99e386d" "@types/body-parser" "^1.16.4" "@types/cookie" "^0.3.3" "@types/express" "^4.16.0" @@ -2106,27 +2149,27 @@ ws "^7.1.2" yargs "^11.1.0" -"@theia/debug@1.4.0-next.a833e50f", "@theia/debug@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.4.0-next.a833e50f.tgz#423cdb890ce37b19968edf7c9491102d0ed040d2" - integrity sha512-DxQwqAVEtB1Cqrj4Fzpuu83awFnd6ZvCMq4JqmVIslyIhvCDG8r9XgJpBF1/D4EDR917XdILfTNAZGrzueXTmA== +"@theia/debug@1.5.0-next.e99e386d", "@theia/debug@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.5.0-next.e99e386d.tgz#5854d1ca486574ef843155d14cae00449dbfc990" + integrity sha512-fbegoTSq19JST+KeAxYXkA9KbU9/eiPURRAVYVAha2dYMaiizXIFTiUr4DGzM18wSETFuJ3sLtElSTXxe2DpbQ== dependencies: - "@theia/application-package" "1.4.0-next.a833e50f" - "@theia/console" "1.4.0-next.a833e50f" - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/languages" "1.4.0-next.a833e50f" - "@theia/markers" "1.4.0-next.a833e50f" - "@theia/monaco" "1.4.0-next.a833e50f" - "@theia/output" "1.4.0-next.a833e50f" - "@theia/preferences" "1.4.0-next.a833e50f" - "@theia/process" "1.4.0-next.a833e50f" - "@theia/task" "1.4.0-next.a833e50f" - "@theia/terminal" "1.4.0-next.a833e50f" - "@theia/userstorage" "1.4.0-next.a833e50f" - "@theia/variable-resolver" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/application-package" "1.5.0-next.e99e386d" + "@theia/console" "1.5.0-next.e99e386d" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/languages" "1.5.0-next.e99e386d" + "@theia/markers" "1.5.0-next.e99e386d" + "@theia/monaco" "1.5.0-next.e99e386d" + "@theia/output" "1.5.0-next.e99e386d" + "@theia/preferences" "1.5.0-next.e99e386d" + "@theia/process" "1.5.0-next.e99e386d" + "@theia/task" "1.5.0-next.e99e386d" + "@theia/terminal" "1.5.0-next.e99e386d" + "@theia/userstorage" "1.5.0-next.e99e386d" + "@theia/variable-resolver" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" jsonc-parser "^2.0.2" mkdirp "^0.5.0" p-debounce "^2.1.0" @@ -2135,21 +2178,21 @@ unzip-stream "^0.3.0" vscode-debugprotocol "^1.32.0" -"@theia/editor@1.4.0-next.a833e50f", "@theia/editor@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.4.0-next.a833e50f.tgz#8b91fba223bcc077754124fb10fd272dec8fd031" - integrity sha512-nDgxpKj1NUcETfuxbHl7Q1U5I9au1N6WI1CEG/YWj/W4/Pr55AiWofPoj4CoHCn5gTXAIeY/Qh8qvjYx1ts1LQ== +"@theia/editor@1.5.0-next.e99e386d", "@theia/editor@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.5.0-next.e99e386d.tgz#6381aa38d4341b935f777a8256a512ba459e88e4" + integrity sha512-gl02IT2XqsCmyR4GzMdxXA/M1ap8mrp6SMNJSeP7QFGRrAb2VL/4YO2WgFBsRgXaZUtIsub8uoQVeQUc6+iwEg== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/languages" "1.4.0-next.a833e50f" - "@theia/variable-resolver" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/languages" "1.5.0-next.e99e386d" + "@theia/variable-resolver" "1.5.0-next.e99e386d" "@types/base64-arraybuffer" "0.1.0" base64-arraybuffer "^0.1.5" "@theia/electron@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.4.0-next.a833e50f.tgz#392dcf958a8df5c321fa59f75fb084ec908adabe" - integrity sha512-v63m8K9k/RiTaou6TSpjey6x4FZ2RwTSFGzeZH6+bXyo8T8Mn8+u3ePlrKFd4K2HSR5UczxsX1a5QM6MOJT6Bg== + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.5.0-next.e99e386d.tgz#7ec87c6c5e7c8545dbab79c72f09973ffdcb5c7a" + integrity sha512-fXtL2rbuoPa4zBW0gRN1KzJkpV8MQes0RiGB1T3jKQAC8RUqMRxAsyoe2AMa0VR+LWyw4pfhkNEtYG4cvA8ekA== dependencies: electron "^9.0.2" electron-download "^4.1.1" @@ -2160,26 +2203,26 @@ unzipper "^0.9.11" yargs "^11.1.0" -"@theia/file-search@1.4.0-next.a833e50f", "@theia/file-search@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.4.0-next.a833e50f.tgz#7063948db7b52c3c4ecab762be3bae80a64e4e89" - integrity sha512-XE1Wv2HMcPBTFRtvYgqyP5UWEgv6OIPtauYwdDPywZfkXlXlR08IctsA8beV42Zdd8YWHZXQ7sxzog06uFjtIA== +"@theia/file-search@1.5.0-next.e99e386d", "@theia/file-search@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.5.0-next.e99e386d.tgz#c9cc1f837c1b0823af277ba7c9b220be8c2bde8c" + integrity sha512-sh0xhtoolblwPXyb3Z8gBwdpEDn3EWTKSJ8WyuFkfDtOl0cco+g2AR4u3thnXokAImaNy6MLstmawfhPoWkt0w== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/process" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/process" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" fuzzy "^0.1.3" vscode-ripgrep "^1.2.4" -"@theia/filesystem@1.4.0-next.a833e50f", "@theia/filesystem@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.4.0-next.a833e50f.tgz#9baf39cbba7e46ca2b6bea477a7645c61f7f4769" - integrity sha512-vvmQAeVai7cVkUg8PDssNC+miSDoCfhCYnrOxI4LA6vzRRwqo9suLjiDgT6rObQqYz7SYdOQZVWrOxXQflgg+w== +"@theia/filesystem@1.5.0-next.e99e386d", "@theia/filesystem@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.5.0-next.e99e386d.tgz#ff5901643223830d91dd2ec03b64fd04d9390f5e" + integrity sha512-sg0FRYjgVsUvOJESJnv9LxqNXza2zNU4N/5QdIslW3Xd650TwHuSYQJCB0KNfl08d2iIn85e+KllvQ7/pJETyg== dependencies: - "@theia/application-package" "1.4.0-next.a833e50f" - "@theia/core" "1.4.0-next.a833e50f" + "@theia/application-package" "1.5.0-next.e99e386d" + "@theia/core" "1.5.0-next.e99e386d" "@types/body-parser" "^1.17.0" "@types/rimraf" "^2.0.2" "@types/tar-fs" "^1.16.1" @@ -2200,18 +2243,18 @@ zip-dir "^1.0.2" "@theia/git@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.4.0-next.a833e50f.tgz#dd9feaf763e41c55a3f8e3dc2be5cdd427258c25" - integrity sha512-wvag8UAmTvOwUuxJ2fzmcIzkLoHs4F+snyrtzOllwoIBATuDse1i1iHpw4eD4RKVAFhdBp/rUNfPCXKU30peCA== + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.5.0-next.e99e386d.tgz#607988bb473ecc64bf42d30ab918cc27942942b1" + integrity sha512-bG0ZLdpnj00EGdGJ5x0CLzSKH6sCACJdwGIG1Er9WNu4m/EUJ1AqmhRFkdRNyRL8EsxagTose/nQ+WKG67cp2Q== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/languages" "1.4.0-next.a833e50f" - "@theia/navigator" "1.4.0-next.a833e50f" - "@theia/scm" "1.4.0-next.a833e50f" - "@theia/scm-extra" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/languages" "1.5.0-next.e99e386d" + "@theia/navigator" "1.5.0-next.e99e386d" + "@theia/scm" "1.5.0-next.e99e386d" + "@theia/scm-extra" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" "@types/diff" "^3.2.2" "@types/p-queue" "^2.3.1" diff "^3.4.0" @@ -2223,36 +2266,36 @@ p-queue "^2.4.2" ts-md5 "^1.2.2" -"@theia/languages@1.4.0-next.a833e50f", "@theia/languages@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/languages/-/languages-1.4.0-next.a833e50f.tgz#553e235f02f39b60bacc9da19b4f4685398a5ecd" - integrity sha512-FYxK30WJIQ+IsuDpVFHiq5ewu1/ytEd+BjkBS5tgKZ0yKVJuEQGjZ44+rtYTprgVnNk0rI78BRdsUTZv0oRfkw== +"@theia/languages@1.5.0-next.e99e386d", "@theia/languages@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/languages/-/languages-1.5.0-next.e99e386d.tgz#17bffcfa2e648afdcc584660e088fab85082f8d6" + integrity sha512-mD9ziUopveLM/Egv33uCAg08tGJMUplgDS6EJy+KwMMjTIE3biebuR/bLVnUoGEpjxsBiQEN70wjVN4uF7x3jg== dependencies: - "@theia/application-package" "1.4.0-next.a833e50f" - "@theia/core" "1.4.0-next.a833e50f" + "@theia/application-package" "1.5.0-next.e99e386d" + "@theia/core" "1.5.0-next.e99e386d" "@theia/monaco-editor-core" "^0.19.3" - "@theia/process" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/process" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" "@types/uuid" "^7.0.3" monaco-languageclient "^0.13.0" uuid "^8.0.0" -"@theia/markers@1.4.0-next.a833e50f", "@theia/markers@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.4.0-next.a833e50f.tgz#77102373cebeabf42b8a2199e7a91d84c020ef07" - integrity sha512-YUBbXvLt2i9C39n5q4tCZzjVtwvWIvFpPee258CwuPeFbi/CSBXlyVmEGS48zufrTIcAaV5+sQ/L7XmfhX3OAg== +"@theia/markers@1.5.0-next.e99e386d", "@theia/markers@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.5.0-next.e99e386d.tgz#940b1e0a1ecbd4200146421e4c8da1eb28deaed3" + integrity sha512-1WDGR7+dKZCcd7Yhd/rinozl2BUTu5mslLt8Q4tBurS2QRjsjINbicVxVt19z+3sxGgV003f/WJal82Ut9/FDg== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/navigator" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/navigator" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" -"@theia/messages@1.4.0-next.a833e50f", "@theia/messages@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.4.0-next.a833e50f.tgz#fe27de7fee3fadbe8fec9624a3b7dbbd3a536bc4" - integrity sha512-EyQlPfGUUXbcCtBvrl5vQrNbgdN+V3EymsiyAaA7WHIlJuKzproroNqBhvxSYVh4p63URaKVQ66ALmAYQ7syMA== +"@theia/messages@1.5.0-next.e99e386d", "@theia/messages@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.5.0-next.e99e386d.tgz#708d99ec6612eecde3f3fa0c1a4728d6705c894d" + integrity sha512-o9rmNAdQ1UkXBm+ZTEzoLQmxdULG87N77IOhCOVIl75jV8EWIl+CT153Hi5NvDYMKZbgg/IkTULsekMO4/dwGw== dependencies: - "@theia/core" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" lodash.throttle "^4.1.1" markdown-it "^8.4.0" react-perfect-scrollbar "^1.5.3" @@ -2263,18 +2306,18 @@ resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.19.3.tgz#8456aaa52f4cdc87c78697a0edfcccb9696a374d" integrity sha512-+2I5pvbK9qxWs+bLFUwto8nYubyI759/p0z86r2w0HnFdcMQ6rcqvcTupO/Cd/YAJ1/IU38PBWS7hwIoVnvCsQ== -"@theia/monaco@1.4.0-next.a833e50f", "@theia/monaco@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.4.0-next.a833e50f.tgz#57af5f8084d4278aa27ffc7688caed6fc3e279cd" - integrity sha512-XMRhoErRR921aNFDZtwfG9hNpAwiIm8yMoyLglym93V3+NoepATk0LOAzXekBLT3id3R+mbl/7B7JEphNPhnKQ== +"@theia/monaco@1.5.0-next.e99e386d", "@theia/monaco@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.5.0-next.e99e386d.tgz#e771fab6e12228103efa16d6d5fdbd7532cea00c" + integrity sha512-OT8kD1sTTR7tYifnZMVZOgZhC88MoSGFPAU7cwYSzmahhZLmI1DQsfVwM1gTz6hXvFU+hBsrAXgLo8XMAC5BAg== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/languages" "1.4.0-next.a833e50f" - "@theia/markers" "1.4.0-next.a833e50f" - "@theia/outline-view" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/languages" "1.5.0-next.e99e386d" + "@theia/markers" "1.5.0-next.e99e386d" + "@theia/outline-view" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" deepmerge "2.0.1" fast-plist "^0.1.2" idb "^4.0.5" @@ -2282,14 +2325,14 @@ onigasm "^2.2.0" vscode-textmate "^4.0.1" -"@theia/navigator@1.4.0-next.a833e50f", "@theia/navigator@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.4.0-next.a833e50f.tgz#51aa3ad0b3c910933e4ac0534d84d5d429fc0a0a" - integrity sha512-mB9yC9Unxxt82pEAkVp35G0xpIkwm/ulAwPOF4qcgLZ53x3/rP1RQVaBRfUs0mVkN3B2aFKZ0a3C3fAmVWUKlQ== +"@theia/navigator@1.5.0-next.e99e386d", "@theia/navigator@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.5.0-next.e99e386d.tgz#eaff549ec52c774871f539452bf8c83057d2b016" + integrity sha512-mrJf7Rqs3vCbNZqObxAAsYOuTOCBWQE6YzdznfONFu+1O3eJgocosFijfc7L7M+jNZyeBA8FWpbaMhxcFuBIFw== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" fuzzy "^0.1.3" minimatch "^3.0.4" @@ -2300,63 +2343,63 @@ dependencies: nan "^2.14.0" -"@theia/outline-view@1.4.0-next.a833e50f", "@theia/outline-view@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.4.0-next.a833e50f.tgz#cfc7e3f7c61a192975a013877344bd44e7ae8cc8" - integrity sha512-PIQPUW0gOI4ghbSQl9BQ7xcqzNaQXZzxdaFuHYa+FxzQ0KwE641fqDs76PPMxGE+J159HyxHnh3ZF3Wf3Pbybg== +"@theia/outline-view@1.5.0-next.e99e386d", "@theia/outline-view@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.5.0-next.e99e386d.tgz#cddd1d3a7df975da96ec7932453b9ab8b75dada1" + integrity sha512-zgWaBvoXmzROb8T9a/86TawBWUImWCjRZqa43OKWozMSj0orW5A8balyYz8tkzfjyzz+XyJ4VgG0NfJh3LX+GQ== dependencies: - "@theia/core" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" -"@theia/output@1.4.0-next.a833e50f", "@theia/output@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.4.0-next.a833e50f.tgz#d38b09117740dd954b57e953ef91813a3c7c7a3d" - integrity sha512-Iw1y0b+0Uourd/PhtV27ehAPc2/iML3lxVIdxXd57o9JCzmBq4ceFZ1EhzbLh6rvFIpRFtz3FedfMbLX0LgsCg== +"@theia/output@1.5.0-next.e99e386d", "@theia/output@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.5.0-next.e99e386d.tgz#6eba083437d822a7611ee6e71cd070d549bfc5f1" + integrity sha512-mbVHRyExXRC/pTge9H9xeG9yB6B62Mw2PdjnOs14VNwmuavrQIR0Ec/9Vz84pbDvqCLQuDEwq4WghceaHFf+uQ== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/monaco" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/monaco" "1.5.0-next.e99e386d" "@types/p-queue" "^2.3.1" p-queue "^2.4.2" "@theia/plugin-ext-vscode@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-1.4.0-next.a833e50f.tgz#0fc53e3d0a7f3c841617c7b8596cced0e48a6fd6" - integrity sha512-fOrmUsZD73kADQzsUSU5K4veDZ/2WVeFTBFYMuULXbhxGodEi2VKFDYmraZ/2jleiGg/4YFhkKE9mn8ZmNcJIg== + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-1.5.0-next.e99e386d.tgz#715f6dec4aa78c975221bb7382d7c54bf58761cb" + integrity sha512-06tjrl0KHKqZGDJO4eRQlLYp3knQk/qEz4EGg3G81/uZqa95C0NhDGDZxbISIkJz87oJ72P9yT3D/3dG8uXgDQ== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/monaco" "1.4.0-next.a833e50f" - "@theia/plugin" "1.4.0-next.a833e50f" - "@theia/plugin-ext" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/monaco" "1.5.0-next.e99e386d" + "@theia/plugin" "1.5.0-next.e99e386d" + "@theia/plugin-ext" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" "@types/request" "^2.0.3" filenamify "^4.1.0" request "^2.82.0" -"@theia/plugin-ext@1.4.0-next.a833e50f", "@theia/plugin-ext@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-1.4.0-next.a833e50f.tgz#1e02ce2aef301f80d1b92170a63e5020abd41049" - integrity sha512-NtEDz6Bzxp32e7F90iFd9iRnBqOkFxSnG4HKYorFPrusedBw5KctMguyFKmAjE4j/SuFOhZtF65Zb7KzRiYF5A== +"@theia/plugin-ext@1.5.0-next.e99e386d", "@theia/plugin-ext@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-1.5.0-next.e99e386d.tgz#e2b630cfb0826de6bf6b521743c9d0a6b695d058" + integrity sha512-yo/2THfZWkkEYK3JJig2LySNHHM+i6Jy+hUJR0uLafmtQwEn2rFA4TcO+W9N6L16i4ST0sMww1fpwCdlVrnNdg== dependencies: - "@theia/callhierarchy" "1.4.0-next.a833e50f" - "@theia/core" "1.4.0-next.a833e50f" - "@theia/debug" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/file-search" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/languages" "1.4.0-next.a833e50f" - "@theia/markers" "1.4.0-next.a833e50f" - "@theia/messages" "1.4.0-next.a833e50f" - "@theia/monaco" "1.4.0-next.a833e50f" - "@theia/navigator" "1.4.0-next.a833e50f" - "@theia/output" "1.4.0-next.a833e50f" - "@theia/plugin" "1.4.0-next.a833e50f" - "@theia/preferences" "1.4.0-next.a833e50f" - "@theia/scm" "1.4.0-next.a833e50f" - "@theia/search-in-workspace" "1.4.0-next.a833e50f" - "@theia/task" "1.4.0-next.a833e50f" - "@theia/terminal" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/callhierarchy" "1.5.0-next.e99e386d" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/debug" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/file-search" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/languages" "1.5.0-next.e99e386d" + "@theia/markers" "1.5.0-next.e99e386d" + "@theia/messages" "1.5.0-next.e99e386d" + "@theia/monaco" "1.5.0-next.e99e386d" + "@theia/navigator" "1.5.0-next.e99e386d" + "@theia/output" "1.5.0-next.e99e386d" + "@theia/plugin" "1.5.0-next.e99e386d" + "@theia/preferences" "1.5.0-next.e99e386d" + "@theia/scm" "1.5.0-next.e99e386d" + "@theia/search-in-workspace" "1.5.0-next.e99e386d" + "@theia/task" "1.5.0-next.e99e386d" + "@theia/terminal" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" "@types/connect" "^3.4.32" "@types/mime" "^2.0.1" "@types/serve-static" "^1.13.3" @@ -2376,128 +2419,128 @@ vscode-debugprotocol "^1.32.0" vscode-textmate "^4.0.1" -"@theia/plugin@1.4.0-next.a833e50f": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-1.4.0-next.a833e50f.tgz#25fc626d12fcbad97a5b1d81cebf3051875e8d2f" - integrity sha512-Rfnp92nXOw0NABO4IM4nN2qOo5510CEaD9C4U4FXtLgjTxol3AVcyaLdF0fUencQz2/aM9ayzrOB2fGQPtvGWA== +"@theia/plugin@1.5.0-next.e99e386d": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-1.5.0-next.e99e386d.tgz#c0f4cc99d98438c7fa3dd56b18c7993c411939be" + integrity sha512-E7a3Zbr6AcE8H+9hiidjfPMYwX9tM7EYbcJddUV/NFuvVKeBhYV7rQmBY0wbFf437sFzw/eSz+X05LJsPlOYFA== -"@theia/preferences@1.4.0-next.a833e50f", "@theia/preferences@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.4.0-next.a833e50f.tgz#5e2e3b98a09064961616a75291a21f262f75f3d1" - integrity sha512-svwqOfJVTsa+t96I2CC/dxv8Af/jyET0IQypieNr5BdK9YTcHTaGGQlMiQIEVS5ZV0Vs102FOINTP/Iwmq/fdg== +"@theia/preferences@1.5.0-next.e99e386d", "@theia/preferences@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.5.0-next.e99e386d.tgz#1d2def83ed53f80e4cb61807d6aa0285e86b9d4c" + integrity sha512-5JZx5P5NKLAOhv3KVMrcVZjvd7sB8dl/V4zADfahSZCpbLIbx8Kcx+nnbc37XexXpL0Qtyxd5OZJXCtMddz+vw== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/monaco" "1.4.0-next.a833e50f" - "@theia/userstorage" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/monaco" "1.5.0-next.e99e386d" + "@theia/userstorage" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" jsonc-parser "^2.0.2" -"@theia/process@1.4.0-next.a833e50f", "@theia/process@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.4.0-next.a833e50f.tgz#716522b92f9c4ed0afcbdff3939b035c8a903907" - integrity sha512-oz+jLYoWCg0vsJPMOlNF8yaqdcFGhURZYSB8WSfiLOmDEZMZswv+mLB2u9/t1zndWUkZbClvHup1f4tqyS1qZw== +"@theia/process@1.5.0-next.e99e386d", "@theia/process@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.5.0-next.e99e386d.tgz#4d6db3cefbd54a90f61a37b05d00e2acb51c42ab" + integrity sha512-z7S8yqeqfsFz82dTIdJ9oIQeS+RbZKPd4Ljlf+1EdI8oBA+H7f8WOxYhL6l/ASEzb8XBIMgvJxEGgVv5jpeYuA== dependencies: - "@theia/core" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" "@theia/node-pty" "0.9.0-theia.6" string-argv "^0.1.1" -"@theia/scm-extra@1.4.0-next.a833e50f": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.4.0-next.a833e50f.tgz#fda02a294b8750a7895f8551f4ce27240435b18a" - integrity sha512-LpUCujGLwHqEPQiQj6KK9OICVCpAdPC9NBGqqSL0zmCweyAptdCWISAdmlP58bxYzWWyATgLMnz4uKM69Intzw== +"@theia/scm-extra@1.5.0-next.e99e386d": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.5.0-next.e99e386d.tgz#9940ff2b88f00bec0eed0a50b9dc3b862ac2195e" + integrity sha512-blEMrAKSPzp456c1dTOgXUtNMkpvpGItOownIR7wZAu4P0U2vwtX7MSAACJEdoawpd0jyBvdlooNdxzxW+tlXg== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/navigator" "1.4.0-next.a833e50f" - "@theia/scm" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/navigator" "1.5.0-next.e99e386d" + "@theia/scm" "1.5.0-next.e99e386d" -"@theia/scm@1.4.0-next.a833e50f": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/scm/-/scm-1.4.0-next.a833e50f.tgz#e84d9d1091df830e7145f15483668434a3cdabeb" - integrity sha512-I1N344mivjKMB6ATe0EvUQ65jr0VrMwwKrCc49Zbkd/Lr8Qg6icCP9VQV5iQw8fb7a5u2AU3LYfRCPWdYAG4yw== +"@theia/scm@1.5.0-next.e99e386d": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/scm/-/scm-1.5.0-next.e99e386d.tgz#37ea8aeac07a562256689fbf16d1232bc6c1559c" + integrity sha512-b8Fno/yclCmwMhk4X/6BKsRMOhD2PnUMIDxueJJzIK8hByvbRrYV8HyL//Slye2FivfzAbdaOl4mNg1VvAH1ag== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/navigator" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/navigator" "1.5.0-next.e99e386d" "@types/diff" "^3.2.2" diff "^3.4.0" p-debounce "^2.1.0" react-autosize-textarea "^7.0.0" ts-md5 "^1.2.2" -"@theia/search-in-workspace@1.4.0-next.a833e50f", "@theia/search-in-workspace@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-1.4.0-next.a833e50f.tgz#dc15c9d7f64b1e4cf3b5dac32661f72deb39fdcc" - integrity sha512-YeCHgbJxRo/XE24mJd828wyRTPLr44LsDDF2HjOHEd9aXsvoPyP70KqFMOBDlpRY4A/2mqRRGwSGnh4oTU5NaA== +"@theia/search-in-workspace@1.5.0-next.e99e386d", "@theia/search-in-workspace@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-1.5.0-next.e99e386d.tgz#70e2b2ece755e4ca3c8bbff6ff04c9c81db638bc" + integrity sha512-COWpplgUmmU5/ABzbQQF8XcuoGJQgYMeeO353RTEVjmGA9ZxwOHp3wqADTeU1rgvsgLpSZpiKXJ+rHCqRPLXoA== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/navigator" "1.4.0-next.a833e50f" - "@theia/process" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/navigator" "1.5.0-next.e99e386d" + "@theia/process" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" vscode-ripgrep "^1.2.4" -"@theia/task@1.4.0-next.a833e50f": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/task/-/task-1.4.0-next.a833e50f.tgz#4a72433c08cd20a1f92b2ff29421db9786318550" - integrity sha512-nCC5qjoKv/FRbxoK+97TKDo5ixaNj0xpWdm7oKvfLbg+fzX4vhbw+4rkjbU9/BiLiBc0Vz1vNWHeSWB54zALhw== +"@theia/task@1.5.0-next.e99e386d": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/task/-/task-1.5.0-next.e99e386d.tgz#1eeb2366e5a7d02e40ba4cef1f565cb3f36a0230" + integrity sha512-MuWVfKzqw4HRcovXNHUeuDbOKkSteE+LtOESIWit3byC+YM5HYcjvY+CEebxrA1pKPcrMBE8y0xSpQNYs13Agw== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/markers" "1.4.0-next.a833e50f" - "@theia/monaco" "1.4.0-next.a833e50f" - "@theia/preferences" "1.4.0-next.a833e50f" - "@theia/process" "1.4.0-next.a833e50f" - "@theia/terminal" "1.4.0-next.a833e50f" - "@theia/variable-resolver" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/markers" "1.5.0-next.e99e386d" + "@theia/monaco" "1.5.0-next.e99e386d" + "@theia/preferences" "1.5.0-next.e99e386d" + "@theia/process" "1.5.0-next.e99e386d" + "@theia/terminal" "1.5.0-next.e99e386d" + "@theia/variable-resolver" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" ajv "^6.5.3" jsonc-parser "^2.0.2" p-debounce "^2.1.0" -"@theia/terminal@1.4.0-next.a833e50f", "@theia/terminal@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.4.0-next.a833e50f.tgz#0e96407417d65873ada95b7525909c00da4f66bc" - integrity sha512-BVdCC4BVffOgG9L7v5gleQJHQ7Beg+aqJ4AgSsYuSD7DDk8lzmd9khBPGNVas8OnKBdPEIeRIYdd7HexbuOcAA== +"@theia/terminal@1.5.0-next.e99e386d", "@theia/terminal@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.5.0-next.e99e386d.tgz#ce58a05ee66cc574451a8a4337be8218008d8c2e" + integrity sha512-1aHaalpUBmoWRTwyKZI9g6/5NnLp/VIHAcd2r1qvCzNiXSAS8GxWGPada4y/OlpCwa17Gpx6U2Js5w/4kguEXQ== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/editor" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/process" "1.4.0-next.a833e50f" - "@theia/workspace" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/editor" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/process" "1.5.0-next.e99e386d" + "@theia/workspace" "1.5.0-next.e99e386d" xterm "^4.4.0" xterm-addon-fit "^0.3.0" xterm-addon-search "^0.5.0" -"@theia/userstorage@1.4.0-next.a833e50f": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.4.0-next.a833e50f.tgz#e7ce18fb9e355801372f1826e118b48bf5ba61cc" - integrity sha512-jQj2/l7KEvFV3IUu840qhztx5JT3JsH5WPnxmzsyCiLdFdiOWuQyvQ3hCty7QDaJt6SJXuAh7Qx/qNyqesuGNg== +"@theia/userstorage@1.5.0-next.e99e386d": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.5.0-next.e99e386d.tgz#692964bc4f0e2a8191b9efc134fa4542705dcd83" + integrity sha512-PHLGy+sDR+QGkGgAwFlZ0dGur8SS2IjLbh5PDW3chVqhozI7K93QtIij2NZNo0STAs8FRXLxszm+D6RZtkzoVw== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" -"@theia/variable-resolver@1.4.0-next.a833e50f": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.4.0-next.a833e50f.tgz#454ea2d045416278865d4898b7b437e6d27f74e0" - integrity sha512-Heupaiepr4x6/fwK2WVD6zxSrXFfpaksiIULoMbNCjzYK7wZQ+TVdOsYuxsAFGydr2StHOywikZEh7nI7PnVFQ== +"@theia/variable-resolver@1.5.0-next.e99e386d": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.5.0-next.e99e386d.tgz#db47af965987b5ba09db7709d0d4622f948a941d" + integrity sha512-1T7bhgDfu0bC2n/ZWQAC6++NVbBNjq1FfDxQah2Cynyya82IKeDbftPcUKuPECaaB3Cq+7gSiyIE7r8kkYoCbw== dependencies: - "@theia/core" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" -"@theia/workspace@1.4.0-next.a833e50f", "@theia/workspace@next": - version "1.4.0-next.a833e50f" - resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.4.0-next.a833e50f.tgz#810ac9e922df51c6a9946fe335e729274df425c1" - integrity sha512-eXIwkqmnO64JG1JqcE2cNdfO0Z11+dN6MGvDem8mY6FUDOLF92K2QAI7h+z4MaK5j+2PyqGvp8NL3ow5+aq31A== +"@theia/workspace@1.5.0-next.e99e386d", "@theia/workspace@next": + version "1.5.0-next.e99e386d" + resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.5.0-next.e99e386d.tgz#8bc871fff287fb610268fa3a933dbc30c2004068" + integrity sha512-/+wK52/xhrPJKp9rv7/JEQQrhbxDAMBpH2KOoK36+acjkRnQJF49rtfv8tlhAvJG3WogZBC/4hNB+5O1i/tTZg== dependencies: - "@theia/core" "1.4.0-next.a833e50f" - "@theia/filesystem" "1.4.0-next.a833e50f" - "@theia/variable-resolver" "1.4.0-next.a833e50f" + "@theia/core" "1.5.0-next.e99e386d" + "@theia/filesystem" "1.5.0-next.e99e386d" + "@theia/variable-resolver" "1.5.0-next.e99e386d" ajv "^6.5.3" jsonc-parser "^2.0.2" moment "2.24.0" @@ -2534,9 +2577,9 @@ "@types/chai" "*" "@types/chai@*", "@types/chai@^4.2.7": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.11.tgz#d3614d6c5f500142358e6ed24e1bf16657536c50" - integrity sha512-t7uW6eFafjO+qJ3BIV2gGUyZs27egcNRkUdalkud+Qa3+kg//f129iuOFivHDXQ+vnU3fDXuwgv0cqMCbcE8sw== + version "4.2.12" + resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.12.tgz#6160ae454cd89dae05adc3bb97997f488b608201" + integrity sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ== "@types/color-name@^1.1.1": version "1.1.1" @@ -2578,9 +2621,9 @@ integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g== "@types/express-serve-static-core@*": - version "4.17.8" - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.8.tgz#b8f7b714138536742da222839892e203df569d1c" - integrity sha512-1SJZ+R3Q/7mLkOD9ewCBDYD2k0WyZQtWYqF/2VvoNN2/uhI49J9CDN4OAm+wGMA0DbArA4ef27xl4+JwMtGggw== + version "4.17.9" + resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz#2d7b34dcfd25ec663c25c85d76608f8b249667f1" + integrity sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA== dependencies: "@types/node" "*" "@types/qs" "*" @@ -2667,9 +2710,9 @@ integrity sha1-nKUs2jY/aZxpRmwqbM2q2RPqenM= "@types/mime@*", "@types/mime@^2.0.1": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.2.tgz#857a118d8634c84bba7ae14088e4508490cd5da5" - integrity sha512-4kPlzbljFcsttWEq6aBW0OZe6BDajAmyvr2xknBG92tejQnvdGtT9+kXSZ580DqpxY9qG2xeQVF9Dq0ymUTo5Q== + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a" + integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== "@types/minimatch@*", "@types/minimatch@^3.0.3": version "3.0.3" @@ -2716,19 +2759,19 @@ form-data "^3.0.0" "@types/node@*", "@types/node@>= 8": - version "14.0.24" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.24.tgz#b0f86f58564fa02a28b68f8b55d4cdec42e3b9d6" - integrity sha512-btt/oNOiDWcSuI721MdL8VQGnjsKjlTMdrKyTcLCKeQp/n4AAMFJ961wMbp+09y8WuGPClDEv07RIItdXKIXAA== + version "14.0.27" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" + integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== "@types/node@^10.14.22": - version "10.17.27" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.27.tgz#391cb391c75646c8ad2a7b6ed3bbcee52d1bdf19" - integrity sha512-J0oqm9ZfAXaPdwNXMMgAhylw5fhmXkToJd06vuDUSAgEDZ/n/69/69UmyBZbc+zT34UnShuDSBqvim3SPnozJg== + version "10.17.28" + resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.28.tgz#0e36d718a29355ee51cec83b42d921299200f6d9" + integrity sha512-dzjES1Egb4c1a89C7lKwQh8pwjYmlOAG9dW1pBgxEk57tMrLnssOfEthz8kdkNaBd7lIqQx7APm5+mZ619IiCQ== "@types/node@^12.0.12": - version "12.12.51" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.51.tgz#446a67af8c5ff98947d7cef296484c6ad47ddb16" - integrity sha512-6ILqt8iNThALrxDv2Q4LyYFQxULQz96HKNIFd4s9QRQaiHINYeUpLqeU/2IU7YMtvipG1fQVAy//vY8/fX1Y9w== + version "12.12.53" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.53.tgz#be0d375933c3d15ef2380dafb3b0350ea7021129" + integrity sha512-51MYTDTyCziHb70wtGNFRwB4l+5JNvdqzFSkbDvpbftEgVUBEE+T5f7pROhWMp/fxp07oNIEQZd5bbfAH22ohQ== "@types/normalize-package-data@^2.4.0": version "2.4.0" @@ -2763,9 +2806,9 @@ "@types/node" "*" "@types/qs@*": - version "6.9.3" - resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.3.tgz#b755a0934564a200d3efdf88546ec93c369abd03" - integrity sha512-7s9EQWupR1fTc2pSMtXRQ9w9gLOcrJn+h7HOXw4evxyvVqMi4f+q7d2tnFe3ng3SNHjtK+0EzGMGFUQX4/AQRA== + version "6.9.4" + resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.4.tgz#a59e851c1ba16c0513ea123830dd639a0a15cb6a" + integrity sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ== "@types/range-parser@*": version "1.2.3" @@ -2780,9 +2823,9 @@ "@types/react" "*" "@types/react-select@^3.0.0": - version "3.0.14" - resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-3.0.14.tgz#933d54502070eaafdef588d65b834e22814a926c" - integrity sha512-hfsLVHYZ3245+ESfOJDCKGFGGZ+hunTKO1tPe6Dg9bTjjh/NZIo7WaRHIyql5rnQd5hMUScul0V4wqCbI6omng== + version "3.0.15" + resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-3.0.15.tgz#ee98d9a6118c8597f3299fa789d86dd9fa3ddbb0" + integrity sha512-yPmkr6zgVFR95JqBtkVaVDK/u1jdbTw8c8n9h5zWY/481IoBKZgrvOHweJXGvnOJ43umH7ImcT5m/uj5uESMBQ== dependencies: "@types/react" "*" "@types/react-dom" "*" @@ -2848,9 +2891,9 @@ integrity sha512-41qEJgBH/TWgo5NFSvBCJ1qkoi3Q6ONSF2avrHq1LVEZfYpdHmj0y9SuTK+u9ZhG1sYQKBL1AWXKyLWP4RaUoQ== "@types/serve-static@*", "@types/serve-static@^1.13.3": - version "1.13.4" - resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.4.tgz#6662a93583e5a6cabca1b23592eb91e12fa80e7c" - integrity sha512-jTDt0o/YbpNwZbQmE/+2e+lfjJEJJR0I3OFaKQKPWkASkCoW3i6fsUnqudSMcNAfbtmADGu8f4MV4q+GqULmug== + version "1.13.5" + resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.5.tgz#3d25d941a18415d3ab092def846e135a08bbcf53" + integrity sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== dependencies: "@types/express-serve-static-core" "*" "@types/mime" "*" @@ -2923,9 +2966,9 @@ integrity sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g== "@types/webpack-sources@*": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-1.4.0.tgz#e58f1f05f87d39a5c64cf85705bdbdbb94d4d57e" - integrity sha512-c88dKrpSle9BtTqR6ifdaxu1Lvjsl3C5OsfvuUbUwdXymshv1TkufUAXBajCCUM/f/TmnkZC/Esb03MinzSiXQ== + version "1.4.2" + resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-1.4.2.tgz#5d3d4dea04008a779a90135ff96fb5c0c9e6292c" + integrity sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw== dependencies: "@types/node" "*" "@types/source-list-map" "*" @@ -3195,11 +3238,11 @@ ajv-errors@^1.0.0: integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.1.tgz#b83ca89c5d42d69031f424cad49aada0236c6957" - integrity sha512-KWcq3xN8fDjSB+IMoh2VaXVhRI0BBGxoYp3rx7Pkb6z0cFjYR9Q9l4yZqqals0/zsioCmocC5H6UvsGD4MoIBA== + version "3.5.2" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" + integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== -ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.5.3, ajv@^6.5.5: +ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.5.3: version "6.12.3" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706" integrity sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA== @@ -5082,14 +5125,14 @@ caniuse-api@^1.5.2: lodash.uniq "^4.5.0" caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639: - version "1.0.30001105" - resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001105.tgz#5cc03239a9d4540b3fa9a1dc8b5e3bda50226e96" - integrity sha512-GZytZn8lOiru/Tw+/X5sFxrFt2uPdSvkxVKzRMJyX20JGwfwOuTiRg5IMVF9II8Lao/7C4YeHR8YnZzpTvYXdQ== + version "1.0.30001109" + resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001109.tgz#756c5d689ce550c891e1456cf4c6b8f7a253ec19" + integrity sha512-B/DC85f77h55PRO9YTSyzMOA24CSAwzgBNCJtrTdEtejW/HGAn6kWgzNHLpU3fZFWWOdQ6ABo0YzvZ3BXPtqLw== caniuse-lite@^1.0.30001093: - version "1.0.30001105" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001105.tgz#d2cb0b31e5cf2f3ce845033b61c5c01566549abf" - integrity sha512-JupOe6+dGMr7E20siZHIZQwYqrllxotAhiaej96y6x00b/48rPt42o+SzOSCPbrpsDWvRja40Hwrj0g0q6LZJg== + version "1.0.30001109" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001109.tgz#a9f3f26a0c3753b063d7acbb48dfb9c0e46f2b19" + integrity sha512-4JIXRodHzdS3HdK8nSgIqXYLExOvG+D2/EenSvcub2Kp3QEADjo2v2oUn5g0n0D+UNwG9BtwKOyGcSq2qvQXvQ== capture-stack-trace@^1.0.0: version "1.0.1" @@ -5247,7 +5290,7 @@ chokidar@^2.1.8: optionalDependencies: fsevents "^1.2.7" -chokidar@^3.4.0: +chokidar@^3.4.1: version "3.4.1" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1" integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g== @@ -6065,9 +6108,9 @@ csso@~2.3.1: source-map "^0.5.3" csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.7: - version "2.6.11" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.11.tgz#452f4d024149ecf260a852b025e36562a253ffc5" - integrity sha512-l8YyEC9NBkSm783PFTvh0FmJy7s5pFKrDp49ZL7zBGX3fWkO+N4EEyan1qqp8cwPLDcD0OSdyY6hAMoxp34JFw== + version "2.6.13" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.13.tgz#a6893015b90e84dd6e85d0e3b442a1e84f2dbe0f" + integrity sha512-ul26pfSQTZW8dcOnD2iiJssfXw0gdNVX9IJDH/X3K5DGPfj+fUYe3kB+swUY6BF3oZDxaID3AJt+9/ojSAE05A== currently-unhandled@^0.4.1: version "0.4.1" @@ -6639,14 +6682,14 @@ electron-store@^5.1.1: type-fest "^0.7.1" electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.488: - version "1.3.503" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.503.tgz#3b2fc07b7e3ea0262c395984579ddabee1c9e0cd" - integrity sha512-Rh4+JP+5a+HeCg+77/BOLKzA6pLf8WZMd+DqiduEWCPyvSdY6KWzfkZXa2JRxrLO/aaB1YjTXenQdamZYzWfUw== + version "1.3.515" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.515.tgz#96683d2c2be9bf83f6cca75d504a7b443d763c08" + integrity sha512-C9h2yLQwNSK/GTtWQsA9O6mLKv0ubmiAQgmz1HvHnAIH8g5Sje1shWxcooumbGiwgqvZ9yrTYULe4seMTgMYqQ== electron@^9.0.2: - version "9.1.1" - resolved "https://registry.yarnpkg.com/electron/-/electron-9.1.1.tgz#d52c9873be4113287c3eb2b02f85bad6644b100e" - integrity sha512-BYvroBLV9x7G4iN33P/IxeZqwjl62/9VuBAF1CoM0m6OeheaiLog1ZMKLlCqVXycJvvrAvLHc454DDEmwnqqhA== + version "9.1.2" + resolved "https://registry.yarnpkg.com/electron/-/electron-9.1.2.tgz#bfa26d6b192ea13abb6f1461371fd731a8358988" + integrity sha512-xEYadr3XqIqJ4ktBPo0lhzPdovv4jLCpiUUGc2M1frUhFhwqXokwhPaTUcE+zfu5+uf/ONDnQApwjzznBsRrgQ== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12" @@ -6709,7 +6752,7 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0: dependencies: once "^1.4.0" -enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0: +enhanced-resolve@^4.0.0, enhanced-resolve@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126" integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== @@ -6739,9 +6782,9 @@ env-paths@^2.2.0: integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA== envinfo@^7.3.1: - version "7.7.0" - resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.0.tgz#fbfa46d739dec0554ef40220cd91fb20f64c9698" - integrity sha512-XX0+kACx7HcIFhar/JjsDtDIVcC8hnzQO1Asehq+abs+v9MtzpUuujFb6eBTT4lF9j2Bh6d2XFngbFRryjUAeQ== + version "7.7.2" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.2.tgz#098f97a0e902f8141f9150553c92dbb282c4cabe" + integrity sha512-k3Eh5bKuQnZjm49/L7H4cHzs2FlL5QjbTB3JrPxoTI8aJG7hVMe4uKyJxSYH4ahseby2waUwk5OaKX/nAsaYgg== err-code@^1.0.0: version "1.1.2" @@ -6911,9 +6954,9 @@ eventemitter3@^3.1.0: integrity sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q== events@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.1.0.tgz#84279af1b34cb75aa88bf5ff291f6d0bd9b31a59" - integrity sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg== + version "3.2.0" + resolved "https://registry.yarnpkg.com/events/-/events-3.2.0.tgz#93b87c18f8efcd4202a461aec4dfc0556b639379" + integrity sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: version "1.0.3" @@ -7459,9 +7502,9 @@ flatten@^1.0.2: integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== flow-parser@^0.*: - version "0.129.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.129.0.tgz#5924357da8f4982c11e02883a6ed10e954e61ea4" - integrity sha512-kzxyoEl8vG0JF0/h/u0UjALXmsGvwU2NBfKczCSNO/It2fKb8hz1gMt05OuZAlMLYXcvgjntWJadIABeKGPK4g== + version "0.130.0" + resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.130.0.tgz#c151001049cb10180cd205e2a0a9bb87630066eb" + integrity sha512-h9NATB7QsKhj2ucgEH2XzB7p+5ubk8IZX5u/qHkN+oyQoECi1diq6mYfIuYBOyL35f3AhJf/YDkBYQBTqqYK+w== flush-write-stream@^1.0.0: version "1.1.1" @@ -8048,9 +8091,9 @@ google-protobuf@3.5.0: integrity sha1-uMxjx02DRXvYqakEUDyO+ya8ozk= google-protobuf@^3.11.4: - version "3.12.2" - resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.12.2.tgz#50ce9f9b6281235724eb243d6a83e969a2176e53" - integrity sha512-4CZhpuRr1d6HjlyrxoXoocoGFnRYgKULgMtikMddA9ztRyYR59Aondv2FioyxWVamRo0rF2XpYawkTCBEQOSkA== + version "3.12.4" + resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.12.4.tgz#fd89b7e5052cdb35a80f9b455612851d542a5c9f" + integrity sha512-ItTn8YepDQMHEMHloUPH+FDaTPiHTnbsMvP50aXfbI65IK3AA5+wXlHSygJH8xz+h1g4gu7V+CK5X1/SaGITsA== got@^6.2.0: version "6.7.1" @@ -8255,11 +8298,11 @@ har-schema@^2.0.0: integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= har-validator@~5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" - integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== + version "5.1.5" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" + integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== dependencies: - ajv "^6.5.5" + ajv "^6.12.3" har-schema "^2.0.0" hard-rejection@^2.1.0: @@ -8405,9 +8448,9 @@ helper-md@^0.2.2: remarkable "^1.6.2" highlight.js@^9.12.0: - version "9.18.1" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.1.tgz#ed21aa001fe6252bb10a3d76d47573c6539fe13c" - integrity sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg== + version "9.18.3" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.3.tgz#a1a0a2028d5e3149e2380f8a865ee8516703d634" + integrity sha512-zBZAmhSupHIl5sITeMqIJnYCDfAEc3Gdkqj65wC1lpI468MMQeeQkhcIAvk+RylAkxrCcI9xy9piHiXeQ1BdzQ== hmac-drbg@^1.0.0: version "1.0.1" @@ -8768,9 +8811,9 @@ inquirer@^6.2.0: through "^2.3.6" inquirer@^7.1.0: - version "7.3.2" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.2.tgz#25245d2e32dc9f33dbe26eeaada231daa66e9c7c" - integrity sha512-DF4osh1FM6l0RJc5YWYhSDB6TawiBRlbV9Cox8MWlidU218Tb7fm3lQTULyUJDfJ0tjbzl0W4q651mrCCEM55w== + version "7.3.3" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" + integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== dependencies: ansi-escapes "^4.2.1" chalk "^4.1.0" @@ -8778,7 +8821,7 @@ inquirer@^7.1.0: cli-width "^3.0.0" external-editor "^3.0.3" figures "^3.0.0" - lodash "^4.17.16" + lodash "^4.17.19" mute-stream "0.0.8" run-async "^2.4.0" rxjs "^6.6.0" @@ -9088,9 +9131,9 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4: isobject "^3.0.1" is-plain-object@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-4.1.0.tgz#00196ad308ebb7de9d1fb57ae92ef1c38d5a740e" - integrity sha512-1N1OpoS8S4Ua+FsH6Mhvgaj0di3uRXgulcv2dnFu2J/WcEsDNbBoiUX6mYmhQ2cAzZ+B/lTJtX1qUSL5RwsGug== + version "4.1.1" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-4.1.1.tgz#1a14d6452cbd50790edc7fdaa0aed5a40a35ebb5" + integrity sha512-5Aw8LLVsDlZsETVMhoMXzqsXwQqr/0vlnBYzIXJbYo2F4yYlhLHs+Ez7Bod7IIQKWkJbJfxrWD7pA1Dw1TKrwA== is-posix-bracket@^0.1.0: version "0.1.1" @@ -9820,7 +9863,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.16, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0: +lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0: version "4.17.19" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== @@ -9934,9 +9977,9 @@ macaddress@^0.2.9: integrity sha512-k4F1JUof6cQXxNFzx3thLby4oJzXTXQueAOOts944Vqizn+Rjc2QNFenT9FJSLU1CH3PmrHRSyZs2E+Cqw+P2w== macos-release@^2.2.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.4.0.tgz#837b39fc01785c3584f103c5599e0f0c8068b49e" - integrity sha512-ko6deozZYiAkqa/0gmcsz+p4jSy3gY7/ZsCEokPaYd8k+6/aXGkiTgr61+Owup7Sf+xjqW8u2ElhoM9SEcEfuA== + version "2.4.1" + resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.4.1.tgz#64033d0ec6a5e6375155a74b1a1eba8e509820ac" + integrity sha512-H/QHeBIN1fIGJX517pvK8IEK53yQOW7YcEI55oYtgjDdoCQQz7eJS94qt5kNrscReEyuD/JcdFCm2XBEcGOITg== make-dir@^1.0.0, make-dir@^1.1.0, make-dir@^1.2.0: version "1.3.0" @@ -10783,9 +10826,9 @@ node-pre-gyp@^0.15.0: tar "^4.4.2" node-releases@^1.1.58: - version "1.1.59" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.59.tgz#4d648330641cec704bff10f8e4fe28e453ab8e8e" - integrity sha512-H3JrdUczbdiwxN5FuJPyCHnGHIFqQ0wWxo+9j1kAXAzqNMAHlo+4I/sYYxpyK0irQ73HgdiyzD32oqQDcU2Osw== + version "1.1.60" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084" + integrity sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA== node-uuid@^1.4.8: version "1.4.8" @@ -11463,9 +11506,9 @@ parse-json@^4.0.0: json-parse-better-errors "^1.0.1" parse-json@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.0.tgz#73e5114c986d143efa3712d4ea24db9a4266f60f" - integrity sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== + version "5.0.1" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.0.1.tgz#7cfe35c1ccd641bce3981467e6c2ece61b3b3878" + integrity sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ== dependencies: "@babel/code-frame" "^7.0.0" error-ex "^1.3.1" @@ -12722,9 +12765,9 @@ regenerator-runtime@^0.11.0: integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== regenerator-runtime@^0.13.4: - version "0.13.6" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.6.tgz#d236043c46ffab2968c1ef651803d8acdea8ed65" - integrity sha512-GmwlGiazQEbOwQWDdbbaP10i15pGtScYWLbMZuu+RKRz0cZ+g8IUONazBnaZqe7j1670IV1HgE4/8iy7CQPf4Q== + version "0.13.7" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" + integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== regenerator-transform@^0.10.0: version "0.10.1" @@ -13052,9 +13095,9 @@ rxjs@^5.4.2, rxjs@^5.5.2: symbol-observable "1.0.1" rxjs@^6.3.1, rxjs@^6.4.0, rxjs@^6.6.0: - version "6.6.0" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.0.tgz#af2901eedf02e3a83ffa7f886240ff9018bbec84" - integrity sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg== + version "6.6.2" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz#8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2" + integrity sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg== dependencies: tslib "^1.9.0" @@ -14735,9 +14778,9 @@ uuid@^3.0.1, uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2: integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== uuid@^8.0.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.2.0.tgz#cb10dd6b118e2dada7d0cd9730ba7417c93d920e" - integrity sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q== + version "8.3.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea" + integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ== v8-compile-cache@^1.1.2: version "1.1.2" @@ -14901,15 +14944,15 @@ watchpack-chokidar2@^2.0.0: dependencies: chokidar "^2.1.8" -watchpack@^1.6.1: - version "1.7.2" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.2.tgz#c02e4d4d49913c3e7e122c3325365af9d331e9aa" - integrity sha512-ymVbbQP40MFTp+cNMvpyBpBtygHnPzPkHqoIwRRj/0B8KhqQwV8LaKjtbaxF2lK4vl8zN9wCxS46IFCU5K4W0g== +watchpack@^1.7.4: + version "1.7.4" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.4.tgz#6e9da53b3c80bb2d6508188f5b200410866cd30b" + integrity sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg== dependencies: graceful-fs "^4.1.2" neo-async "^2.5.0" optionalDependencies: - chokidar "^3.4.0" + chokidar "^3.4.1" watchpack-chokidar2 "^2.0.0" wcwidth@^1.0.0, wcwidth@^1.0.1: @@ -14971,9 +15014,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.4.0, webpack-sources@^1.4.1: source-map "~0.6.1" webpack@^4.0.0: - version "4.43.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.43.0.tgz#c48547b11d563224c561dad1172c8aa0b8a678e6" - integrity sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g== + version "4.44.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" + integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ== dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-module-context" "1.9.0" @@ -14983,7 +15026,7 @@ webpack@^4.0.0: ajv "^6.10.2" ajv-keywords "^3.4.1" chrome-trace-event "^1.0.2" - enhanced-resolve "^4.1.0" + enhanced-resolve "^4.3.0" eslint-scope "^4.0.3" json-parse-better-errors "^1.0.2" loader-runner "^2.4.0" @@ -14996,7 +15039,7 @@ webpack@^4.0.0: schema-utils "^1.0.0" tapable "^1.1.3" terser-webpack-plugin "^1.4.3" - watchpack "^1.6.1" + watchpack "^1.7.4" webpack-sources "^1.4.1" whatwg-url@^7.0.0: