Commit d60fce80 authored by Xavier Thompson's avatar Xavier Thompson

software/theia: Upgrade to fix websocket

parent 8b28c0c6
......@@ -19,7 +19,7 @@ md5sum = f3aac995aa1129ca58f9a92851ad7091
[yarn.lock]
filename = yarn.lock
md5sum = fb9f7bba4893ba701b9d5339d283533d
md5sum = 92460879ef1d0165ea27113c5bb4771c
[python-language-server-requirements.txt]
filename = python-language-server-requirements.txt
......
......@@ -248,46 +248,49 @@ template =
}
},
"dependencies": {
"@theia/callhierarchy": "latest",
"@theia/console": "latest",
"@theia/core": "latest",
"@theia/cpp-debug": "latest",
"@theia/debug": "latest",
"@theia/editor": "latest",
"@theia/editor-preview": "latest",
"@theia/file-search": "latest",
"@theia/filesystem": "latest",
"@theia/getting-started": "latest",
"@theia/git": "latest",
"@theia/keymaps": "latest",
"@theia/markers": "latest",
"@theia/messages": "latest",
"@theia/metrics": "latest",
"@theia/mini-browser": "latest",
"@theia/monaco": "latest",
"@theia/navigator": "latest",
"@theia/outline-view": "latest",
"@theia/output": "latest",
"@theia/plugin": "latest",
"@theia/plugin-ext": "latest",
"@theia/plugin-ext-vscode": "latest",
"@theia/preferences": "latest",
"@theia/preview": "latest",
"@theia/process": "latest",
"@theia/scm": "latest",
"@theia/search-in-workspace": "latest",
"@theia/task": "latest",
"@theia/terminal": "latest",
"@theia/typehierarchy": "latest",
"@theia/userstorage": "latest",
"@theia/variable-resolver": "latest",
"@theia/vsx-registry": "latest",
"@theia/workspace": "latest",
"@theia/callhierarchy": "next",
"@theia/console": "next",
"@theia/core": "next",
"@theia/cpp-debug": "next",
"@theia/debug": "next",
"@theia/editor": "next",
"@theia/editor-preview": "next",
"@theia/file-search": "next",
"@theia/filesystem": "next",
"@theia/getting-started": "next",
"@theia/git": "next",
"@theia/keymaps": "next",
"@theia/markers": "next",
"@theia/messages": "next",
"@theia/metrics": "next",
"@theia/mini-browser": "next",
"@theia/monaco": "next",
"@theia/navigator": "next",
"@theia/outline-view": "next",
"@theia/output": "next",
"@theia/plugin": "next",
"@theia/plugin-ext": "next",
"@theia/plugin-ext-vscode": "next",
"@theia/preferences": "next",
"@theia/preview": "next",
"@theia/process": "next",
"@theia/scm": "next",
"@theia/search-in-workspace": "next",
"@theia/task": "next",
"@theia/terminal": "next",
"@theia/typehierarchy": "next",
"@theia/userstorage": "next",
"@theia/variable-resolver": "next",
"@theia/vsx-registry": "next",
"@theia/workspace": "next",
"@perrinjerome/theia-open": "latest",
"@perrinjerome/theia-open-cli": "latest"
},
"devDependencies": {
"@theia/cli": "latest"
"@theia/cli": "next"
},
"resolutions": {
"@perrinjerome/theia-open/@theia/core": "1.13.0-next.7d3b1d3b"
}
}
rendered = ${buildout:directory}/${:_buildout_section_name_}
......
......@@ -9,25 +9,25 @@
dependencies:
"@babel/highlight" "^7.12.13"
"@babel/compat-data@^7.13.0", "@babel/compat-data@^7.13.12", "@babel/compat-data@^7.13.8":
version "7.13.12"
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8":
version "7.13.15"
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
"@babel/core@^7.10.0":
version "7.13.14"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
version "7.13.16"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
dependencies:
"@babel/code-frame" "^7.12.13"
"@babel/generator" "^7.13.9"
"@babel/helper-compilation-targets" "^7.13.13"
"@babel/generator" "^7.13.16"
"@babel/helper-compilation-targets" "^7.13.16"
"@babel/helper-module-transforms" "^7.13.14"
"@babel/helpers" "^7.13.10"
"@babel/parser" "^7.13.13"
"@babel/helpers" "^7.13.16"
"@babel/parser" "^7.13.16"
"@babel/template" "^7.12.13"
"@babel/traverse" "^7.13.13"
"@babel/types" "^7.13.14"
"@babel/traverse" "^7.13.15"
"@babel/types" "^7.13.16"
convert-source-map "^1.7.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
......@@ -35,12 +35,12 @@
semver "^6.3.0"
source-map "^0.5.0"
"@babel/generator@^7.13.9":
version "7.13.9"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
"@babel/generator@^7.13.16":
version "7.13.16"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
dependencies:
"@babel/types" "^7.13.0"
"@babel/types" "^7.13.16"
jsesc "^2.5.1"
source-map "^0.5.0"
......@@ -59,12 +59,12 @@
"@babel/helper-explode-assignable-expression" "^7.12.13"
"@babel/types" "^7.12.13"
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.8":
version "7.13.13"
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8":
version "7.13.16"
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
dependencies:
"@babel/compat-data" "^7.13.12"
"@babel/compat-data" "^7.13.15"
"@babel/helper-validator-option" "^7.12.17"
browserslist "^4.14.5"
semver "^6.3.0"
......@@ -88,10 +88,10 @@
"@babel/helper-annotate-as-pure" "^7.12.13"
regexpu-core "^4.7.1"
"@babel/helper-define-polyfill-provider@^0.1.5":
version "0.1.5"
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz#3c2f91b7971b9fc11fe779c945c014065dea340e"
integrity sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==
"@babel/helper-define-polyfill-provider@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.0.tgz#a640051772045fedaaecc6f0c6c69f02bdd34bf1"
integrity sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==
dependencies:
"@babel/helper-compilation-targets" "^7.13.0"
"@babel/helper-module-imports" "^7.12.13"
......@@ -126,12 +126,12 @@
"@babel/types" "^7.12.13"
"@babel/helper-hoist-variables@^7.13.0":
version "7.13.0"
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz#5d5882e855b5c5eda91e0cadc26c6e7a2c8593d8"
integrity sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g==
version "7.13.16"
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz#1b1651249e94b51f8f0d33439843e33e39775b30"
integrity sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==
dependencies:
"@babel/traverse" "^7.13.0"
"@babel/types" "^7.13.0"
"@babel/traverse" "^7.13.15"
"@babel/types" "^7.13.16"
"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12":
version "7.13.12"
......@@ -233,14 +233,14 @@
"@babel/traverse" "^7.13.0"
"@babel/types" "^7.13.0"
"@babel/helpers@^7.13.10":
version "7.13.10"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
"@babel/helpers@^7.13.16":
version "7.13.17"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.17.tgz#b497c7a00e9719d5b613b8982bda6ed3ee94caf6"
integrity sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==
dependencies:
"@babel/template" "^7.12.13"
"@babel/traverse" "^7.13.0"
"@babel/types" "^7.13.0"
"@babel/traverse" "^7.13.17"
"@babel/types" "^7.13.17"
"@babel/highlight@^7.12.13":
version "7.13.10"
......@@ -251,10 +251,10 @@
chalk "^2.0.0"
js-tokens "^4.0.0"
"@babel/parser@^7.12.13", "@babel/parser@^7.13.13":
version "7.13.13"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
"@babel/parser@^7.12.13", "@babel/parser@^7.13.16":
version "7.13.16"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
version "7.13.12"
......@@ -265,10 +265,10 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
version "7.13.8"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
integrity sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA==
"@babel/plugin-proposal-async-generator-functions@^7.13.15":
version "7.13.15"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.15.tgz#80e549df273a3b3050431b148c892491df1bcc5b"
integrity sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==
dependencies:
"@babel/helper-plugin-utils" "^7.13.0"
"@babel/helper-remap-async-to-generator" "^7.13.0"
......@@ -482,11 +482,11 @@
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/plugin-transform-block-scoping@^7.12.13":
version "7.12.13"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz#f36e55076d06f41dfd78557ea039c1b581642e61"
integrity sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==
version "7.13.16"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892"
integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg==
dependencies:
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/helper-plugin-utils" "^7.13.0"
"@babel/plugin-transform-classes@^7.10.0", "@babel/plugin-transform-classes@^7.13.0":
version "7.13.0"
......@@ -509,9 +509,9 @@
"@babel/helper-plugin-utils" "^7.13.0"
"@babel/plugin-transform-destructuring@^7.13.0":
version "7.13.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz#c5dce270014d4e1ebb1d806116694c12b7028963"
integrity sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA==
version "7.13.17"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27"
integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==
dependencies:
"@babel/helper-plugin-utils" "^7.13.0"
......@@ -641,10 +641,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/plugin-transform-regenerator@^7.12.13":
version "7.12.13"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.13.tgz#b628bcc9c85260ac1aeb05b45bde25210194a2f5"
integrity sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA==
"@babel/plugin-transform-regenerator@^7.13.15":
version "7.13.15"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.13.15.tgz#e5eb28945bf8b6563e7f818945f966a8d2997f39"
integrity sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==
dependencies:
regenerator-transform "^0.14.2"
......@@ -656,15 +656,15 @@
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/plugin-transform-runtime@^7.10.0":
version "7.13.10"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.10.tgz#a1e40d22e2bf570c591c9c7e5ab42d6bf1e419e1"
integrity sha512-Y5k8ipgfvz5d/76tx7JYbKQTcgFSU6VgJ3kKQv4zGTKr+a9T/KBvfRvGtSFgKDQGt/DBykQixV0vNWKIdzWErA==
version "7.13.15"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.15.tgz#2eddf585dd066b84102517e10a577f24f76a9cd7"
integrity sha512-d+ezl76gx6Jal08XngJUkXM4lFXK/5Ikl9Mh4HKDxSfGJXmZ9xG64XT2oivBzfxb/eQ62VfvoMkaCZUKJMVrBA==
dependencies:
"@babel/helper-module-imports" "^7.12.13"
"@babel/helper-module-imports" "^7.13.12"
"@babel/helper-plugin-utils" "^7.13.0"
babel-plugin-polyfill-corejs2 "^0.1.4"
babel-plugin-polyfill-corejs3 "^0.1.3"
babel-plugin-polyfill-regenerator "^0.1.2"
babel-plugin-polyfill-corejs2 "^0.2.0"
babel-plugin-polyfill-corejs3 "^0.2.0"
babel-plugin-polyfill-regenerator "^0.2.0"
semver "^6.3.0"
"@babel/plugin-transform-shorthand-properties@^7.12.13":
......@@ -719,16 +719,16 @@
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/preset-env@^7.10.0":
version "7.13.12"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
version "7.13.15"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.15.tgz#c8a6eb584f96ecba183d3d414a83553a599f478f"
integrity sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==
dependencies:
"@babel/compat-data" "^7.13.12"
"@babel/helper-compilation-targets" "^7.13.10"
"@babel/compat-data" "^7.13.15"
"@babel/helper-compilation-targets" "^7.13.13"
"@babel/helper-plugin-utils" "^7.13.0"
"@babel/helper-validator-option" "^7.12.17"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
"@babel/plugin-proposal-async-generator-functions" "^7.13.15"
"@babel/plugin-proposal-class-properties" "^7.13.0"
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
......@@ -776,7 +776,7 @@
"@babel/plugin-transform-object-super" "^7.12.13"
"@babel/plugin-transform-parameters" "^7.13.0"
"@babel/plugin-transform-property-literals" "^7.12.13"
"@babel/plugin-transform-regenerator" "^7.12.13"
"@babel/plugin-transform-regenerator" "^7.13.15"
"@babel/plugin-transform-reserved-words" "^7.12.13"
"@babel/plugin-transform-shorthand-properties" "^7.12.13"
"@babel/plugin-transform-spread" "^7.13.0"
......@@ -786,10 +786,10 @@
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
"@babel/plugin-transform-unicode-regex" "^7.12.13"
"@babel/preset-modules" "^0.1.4"
"@babel/types" "^7.13.12"
babel-plugin-polyfill-corejs2 "^0.1.4"
babel-plugin-polyfill-corejs3 "^0.1.3"
babel-plugin-polyfill-regenerator "^0.1.2"
"@babel/types" "^7.13.14"
babel-plugin-polyfill-corejs2 "^0.2.0"
babel-plugin-polyfill-corejs3 "^0.2.0"
babel-plugin-polyfill-regenerator "^0.2.0"
core-js-compat "^3.9.0"
semver "^6.3.0"
......@@ -805,9 +805,9 @@
esutils "^2.0.2"
"@babel/runtime@^7.10.0", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
version "7.13.10"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
version "7.13.17"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.17.tgz#8966d1fc9593bf848602f0662d6b4d0069e3a7ec"
integrity sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==
dependencies:
regenerator-runtime "^0.13.4"
......@@ -820,27 +820,26 @@
"@babel/parser" "^7.12.13"
"@babel/types" "^7.12.13"
"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13":
version "7.13.13"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17":
version "7.13.17"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
dependencies:
"@babel/code-frame" "^7.12.13"
"@babel/generator" "^7.13.9"
"@babel/generator" "^7.13.16"
"@babel/helper-function-name" "^7.12.13"
"@babel/helper-split-export-declaration" "^7.12.13"
"@babel/parser" "^7.13.13"
"@babel/types" "^7.13.13"
"@babel/parser" "^7.13.16"
"@babel/types" "^7.13.17"
debug "^4.1.0"
globals "^11.1.0"
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14", "@babel/types@^7.4.4":
version "7.13.14"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.13.16", "@babel/types@^7.13.17", "@babel/types@^7.4.4":
version "7.13.17"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4"
integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA==
dependencies:
"@babel/helper-validator-identifier" "^7.12.11"
lodash "^4.17.19"
to-fast-properties "^2.0.0"
"@mrmlnc/readdir-enhanced@^2.2.1":
......@@ -857,9 +856,9 @@
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
"@perrinjerome/theia-open-cli@latest":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@perrinjerome/theia-open-cli/-/theia-open-cli-0.4.2.tgz#f439ccf307d9154fcf00fff8d939a501bf93f07f"
integrity sha512-dmkqRYfm0QaqWK2ZpHx3+0tARAsQ2uR333C6uYuGgQ+uv/LU9eU5OuJmTKK83s/a8USsAPO3UTXbnFTQsR4aLA==
version "0.4.3"
resolved "https://registry.yarnpkg.com/@perrinjerome/theia-open-cli/-/theia-open-cli-0.4.3.tgz#c6105ef44bc3341d456c419334cc905aa191635e"
integrity sha512-Oy7jopwfoyfrMuhCpemixUImnYLstDFT/7+1z9tkQJSTDL+eW5wrqLKjxNB9CK3lXXmoLsVbdv+s/98rWpq9XA==
dependencies:
chalk "^4.1.0"
clear "^0.1.0"
......@@ -868,13 +867,13 @@
yargs "^13.3.0"
"@perrinjerome/theia-open@latest":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@perrinjerome/theia-open/-/theia-open-0.4.2.tgz#a723182b060e7a2bd8ab52642f18fd07ca2e2765"
integrity sha512-GFAmIuM1TQpSyNPDRfVTQGwtCBCq9fFZvbcdxqFJpsUxyI5iosOtmJNBrQ7h+vQNGyO3S4ezCb6udK0QxnGUNA==
version "0.4.3"
resolved "https://registry.yarnpkg.com/@perrinjerome/theia-open/-/theia-open-0.4.3.tgz#ab69472b619a583d3e314df6cacd9df90446b2bf"
integrity sha512-AA8Dmp3zTDYTnsGVZPITg92LyERNyrsg8oWNH7c7767l7DX/uLUY1+xr2Q4C8SpsJluwreadABzBX1nHcFlxyA==
dependencies:
"@theia/core" latest
"@theia/core" "*"
"@phosphor/algorithm@^1.2.0":
"@phosphor/algorithm@1", "@phosphor/algorithm@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@phosphor/algorithm/-/algorithm-1.2.0.tgz#4a19aa59261b7270be696672dc3f0663f7bef152"
integrity sha512-C9+dnjXyU2QAkWCW6QVDGExk4hhwxzAKf5/FIuYlHAI9X5vFv99PYm0EREDxX1PbMuvfFBZhPNu0PvuSDQ7sFA==
......@@ -886,7 +885,7 @@
dependencies:
"@phosphor/algorithm" "^1.2.0"
"@phosphor/commands@^1.7.2":
"@phosphor/commands@1", "@phosphor/commands@^1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@phosphor/commands/-/commands-1.7.2.tgz#df724f2896ae43c4a3a9e2b5a6445a15e0d60487"
integrity sha512-iSyBIWMHsus323BVEARBhuVZNnVel8USo+FIPaAxGcq+icTSSe6+NtSxVQSmZblGN6Qm4iw6I6VtiSx0e6YDgQ==
......@@ -898,7 +897,7 @@
"@phosphor/keyboard" "^1.1.3"
"@phosphor/signaling" "^1.3.1"
"@phosphor/coreutils@^1.3.1":
"@phosphor/coreutils@1", "@phosphor/coreutils@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@phosphor/coreutils/-/coreutils-1.3.1.tgz#441e34f42340f7faa742a88b2a181947a88d7226"
integrity sha512-9OHCn8LYRcPU/sbHm5v7viCA16Uev3gbdkwqoQqlV+EiauDHl70jmeL7XVDXdigl66Dz0LI11C99XOxp+s3zOA==
......@@ -911,12 +910,12 @@
"@phosphor/algorithm" "^1.2.0"
"@phosphor/signaling" "^1.3.1"
"@phosphor/domutils@^1.1.4":
"@phosphor/domutils@1", "@phosphor/domutils@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@phosphor/domutils/-/domutils-1.1.4.tgz#4c6aecf7902d3793b45db325319340e0a0b5543b"
integrity sha512-ivwq5TWjQpKcHKXO8PrMl+/cKqbgxPClPiCKc1gwbMd+6hnW5VLwNG0WBzJTxCzXK43HxX18oH+tOZ3E04wc3w==
"@phosphor/dragdrop@^1.4.1":
"@phosphor/dragdrop@1", "@phosphor/dragdrop@^1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@phosphor/dragdrop/-/dragdrop-1.4.1.tgz#45887dfe8f5849db2b4d1c0329a377f0f0854464"
integrity sha512-77paMoubIWk7pdwA2GVFkqba1WP48hTZZvS17N30+KVOeWfSqBL3flPSnW2yC4y6FnOP2PFOCtuPIbQv+pYhCA==
......@@ -929,7 +928,7 @@
resolved "https://registry.yarnpkg.com/@phosphor/keyboard/-/keyboard-1.1.3.tgz#e5fd13af0479034ef0b5fffcf43ef2d4a266b5b6"
integrity sha512-dzxC/PyHiD6mXaESRy6PZTd9JeK+diwG1pyngkyUf127IXOEzubTIbu52VSdpGBklszu33ws05BAGDa4oBE4mQ==
"@phosphor/messaging@^1.3.0":
"@phosphor/messaging@1", "@phosphor/messaging@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@phosphor/messaging/-/messaging-1.3.0.tgz#a140e6dd28a496260779acf74860f738c654c65e"
integrity sha512-k0JE+BTMKlkM335S2AmmJxoYYNRwOdW5jKBqLgjJdGRvUQkM0+2i60ahM45+J23atGJDv9esKUUBINiKHFhLew==
......@@ -937,26 +936,26 @@
"@phosphor/algorithm" "^1.2.0"
"@phosphor/collections" "^1.2.0"
"@phosphor/properties@^1.1.3":
"@phosphor/properties@1", "@phosphor/properties@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@phosphor/properties/-/properties-1.1.3.tgz#63e4355be5e22a411c566fd1860207038f171598"
integrity sha512-GiglqzU77s6+tFVt6zPq9uuyu/PLQPFcqZt914ZhJ4cN/7yNI/SLyMzpYZ56IRMXvzK9TUgbRna6URE3XAwFUg==
"@phosphor/signaling@^1.3.1":
"@phosphor/signaling@1", "@phosphor/signaling@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@phosphor/signaling/-/signaling-1.3.1.tgz#1cd10b069bdb2c9adb3ba74245b30141e5afc2d7"
integrity sha512-Eq3wVCPQAhUd9+gUGaYygMr+ov7dhSGblSBXiDzpZlSIfa8OVD4P3cCvYXr/acDTNmZ/gHTcSFO8/n3rDkeXzg==
dependencies:
"@phosphor/algorithm" "^1.2.0"
"@phosphor/virtualdom@^1.2.0":
"@phosphor/virtualdom@1", "@phosphor/virtualdom@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@phosphor/virtualdom/-/virtualdom-1.2.0.tgz#6a233312f817eb02555a0359c4ae3e501fa62bca"
integrity sha512-L9mKNhK2XtVjzjuHLG2uYuepSz8uPyu6vhF4EgCP0rt0TiLYaZeHwuNu3XeFbul9DMOn49eBpye/tfQVd4Ks+w==
dependencies:
"@phosphor/algorithm" "^1.2.0"
"@phosphor/widgets@^1.9.3":
"@phosphor/widgets@1":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@phosphor/widgets/-/widgets-1.9.3.tgz#b8b7ad69fd7cc7af8e8c312ebead0e0965a4cefd"
integrity sha512-61jsxloDrW/+WWQs8wOgsS5waQ/MSsXBuhONt0o6mtdeL93HVz7CYO5krOoot5owammfF6oX1z0sDaUYIYgcPA==
......@@ -1002,16 +1001,16 @@
resolved "https://registry.yarnpkg.com/@stroncium/procfs/-/procfs-1.2.1.tgz#6b9be6fd20fb0a4c20e99a8695e083c699bb2b45"
integrity sha512-X1Iui3FUNZP18EUvysTHxt+Avu2nlVzyf90YM8OYgP6SGzTzzX/0JgObfO1AQQDzuZtNNz29bVh8h5R97JrjxA==
"@theia/application-manager@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.12.1.tgz#e954bf6a3869b29e533409ede019c37334f43755"
integrity sha512-ZKCW8LOre57WQnl/Py3tbDzN9WmPFTg8YnrciBbswBPqpJZ5Ve4PH08E3jOlLnUdI4DaVayOmsz0JP/XBltKGg==
"@theia/application-manager@1.13.0-next.7d3b1d3b":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.13.0-next.7d3b1d3b.tgz#426cc8044268819383cd1d4317ad6900f1074e3a"
integrity sha512-ouW+eaB7rDh7Dh/tewQXrW0eySXUiQra4KD9AAAEWxOBVIYUUaq8uMu343BLAy3C/3IcGu/ngmKj6jnTAGdK3Q==
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.12.1"
"@theia/application-package" "1.13.0-next.7d3b1d3b"
"@theia/compression-webpack-plugin" "^3.0.0"
"@types/fs-extra" "^4.0.2"
"@types/webpack" "^4.41.2"
......@@ -1033,11 +1032,12 @@
webpack "^4.0.0"
webpack-cli "2.0.12"
worker-loader "^1.1.1"
yargs "^15.3.1"
"@theia/application-package@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.12.1.tgz#42521336f8cb7ee565d2c3927ffd46d0f66a7f00"
integrity sha512-att1V0D5pSzkbn4uRAIKNLElwht0ZwIJn+TRuqd1OlVXWqzZ24lVJBFGdxMIR8GBSblu172bVJTU2QymB5aFmw==
"@theia/application-package@1.13.0-next.7d3b1d3b":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.13.0-next.7d3b1d3b.tgz#135ab3eb185ea54ec006711bdfc274d18456fe3d"
integrity sha512-gXfYnt65gtxW06UCv5We8C2ev6CZxOV2yT505LHZlA1vFdBnAUAT9EDQF/RVxCdQcxAyODnDHpLsNjDYsZcE0g==
dependencies:
"@types/fs-extra" "^4.0.2"
"@types/request" "^2.0.3"
......@@ -1051,34 +1051,34 @@
semver "^5.4.1"
write-json-file "^2.2.0"
"@theia/bulk-edit@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/bulk-edit/-/bulk-edit-1.12.1.tgz#1192f62a71263ed2b6a7d702775c52ff8afeb721"
integrity sha512-DZVelVT/bJuLOKqzRMB0QRIcjaOC5m03QKtWQRB5P9QX9CzJi2o3ppzczMyXpXUUJ5uCleKr6cO+nuhBS/x0PA==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/callhierarchy@1.12.1", "@theia/callhierarchy@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/callhierarchy/-/callhierarchy-1.12.1.tgz#c3df0fc7dde66934ed0842ee6b05dcceeb3d0a08"
integrity sha512-/z2o5aI0wxjh//LX6nYQ6XvFAFWtKSq7V3gTlixkZSUuW8oFi+o/Qk5W6weGeLHVe8mDCpMZOQP1s3TZMMdcmg==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/bulk-edit@1.13.0-next.7d3b1d3b":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/bulk-edit/-/bulk-edit-1.13.0-next.7d3b1d3b.tgz#d9bd276346b3fe4936b42c50b0a3d86b36f5bcf8"
integrity sha512-SDYSJbAuDCEkXbEk5SRVWH/t9NxbTO4l8lFsL2GyMHsBa+vigWksqUWE8I65dHQtOhgIrHbEPuf1LXsFRHQNEg==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
"@theia/callhierarchy@1.13.0-next.7d3b1d3b", "@theia/callhierarchy@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/callhierarchy/-/callhierarchy-1.13.0-next.7d3b1d3b.tgz#26501b9b9f9abbcd0ae603500e22f7195475c9ad"
integrity sha512-8+OUpXFqpHZejIENf/CoOncd+0kXutatF9c5zOAYGzSRqV7ELjHZXtNjKNpQSTizFE1K2YwcQ3V8uoEPqLTxrg==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
ts-md5 "^1.2.2"
"@theia/cli@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.12.1.tgz#83c450f98596f78cdeb62b1666acb123adfd690e"
integrity sha512-iP+wcb42N9KIUeAyYxYYWFB2qSSn9I0VxToAKSPzlUmbPqmrhhTEzvrcBboJfY75ekWr9ME7Kb6T0PgCvEwh2A==
"@theia/cli@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.13.0-next.7d3b1d3b.tgz#1aefbb6b531c0f400c202e5f9b3869b3ac843ab6"
integrity sha512-EvTcIuZP4Fd9T9OL02DxxlEhkKcVOUAU4pNyQzdoW5axpckdN7Ecy2TQPkA/OUwA42bs+au/miFsTubzTA9lbA==
dependencies:
"@theia/application-manager" "1.12.1"
"@theia/application-package" "1.12.1"
"@theia/application-manager" "1.13.0-next.7d3b1d3b"
"@theia/application-package" "1.13.0-next.7d3b1d3b"
"@types/chai" "^4.2.7"
"@types/mkdirp" "^0.5.2"
"@types/mocha" "^5.2.7"
......@@ -1111,24 +1111,35 @@
serialize-javascript "^1.4.0"
webpack-sources "^1.0.1"
"@theia/console@1.12.1", "@theia/console@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/console/-/console-1.12.1.tgz#a27e81358cc269a17049b04abe4e746cd596fdd7"
integrity sha512-OOqhfU4G7HqSOs8msINBbPNF1k2i6hbZsxEGl5wNzCAuboh8fItBjTI6Srp1ASrK8ih5xsYcwbfYIFc47AH1gw==
"@theia/console@1.13.0-next.7d3b1d3b", "@theia/console@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/console/-/console-1.13.0-next.7d3b1d3b.tgz#4a7f3dbaaa8ac15c50b74d9a2245e510a8ca56ed"
integrity sha512-O/v/UtIyzQf3fOdNQvYlehkvhYA/sahpyD/fOh4IWiGO7/5Ck5cviVNZMTTNoxiPZak9p9DQX+d9dLHfvzeEkg==
dependencies:
"@theia/core" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@types/dompurify" "^2.0.2"
anser "^2.0.1"
dompurify "^2.0.11"
"@theia/core@1.12.1", "@theia/core@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.12.1.tgz#6796d2ea74d8926efe3db3b7e17f9a3667fca8a3"
integrity sha512-dx4nY6+DtvrRT2Af10sC1s84KkSO15ci7rf1jIK5kus8ZKHx5i9A7bkc2D9DJl2GrDz+O7E9lL5p1xCQmsTSKg==
"@theia/core@*", "@theia/core@1.13.0-next.7d3b1d3b", "@theia/core@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.13.0-next.7d3b1d3b.tgz#1e89a19841a0369f482f1954f6baad944f043704"
integrity sha512-BJe+LvkP4W6H7NAB/HpqdVIVCRxfD7UgxkF06pSsKMgSLtf/mEy9Nx2EMqGoMEcE0nSIz4QOS/7I8FQt/XZrmg==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/widgets" "^1.9.3"
"@phosphor/algorithm" "1"
"@phosphor/commands" "1"
"@phosphor/coreutils" "1"
"@phosphor/domutils" "1"
"@phosphor/dragdrop" "1"
"@phosphor/messaging" "1"
"@phosphor/properties" "1"
"@phosphor/signaling" "1"
"@phosphor/virtualdom" "1"
"@phosphor/widgets" "1"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "1.12.1"
"@theia/application-package" "1.13.0-next.7d3b1d3b"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/express" "^4.16.0"
......@@ -1167,6 +1178,7 @@
reflect-metadata "^0.1.10"
route-parser "^0.0.5"
safer-buffer "^2.1.2"
uuid "^8.3.2"
vscode-languageserver-protocol "~3.15.3"
vscode-languageserver-types "^3.15.1"
vscode-uri "^2.1.1"
......@@ -1174,36 +1186,35 @@
ws "^7.1.2"
yargs "^15.3.1"
"@theia/cpp-debug@latest":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@theia/cpp-debug/-/cpp-debug-1.0.0.tgz#9752d3836ea345db11fadf996cf53d9b3349ac73"
integrity sha512-/dHTs1o0YKg07UZTOJFuSNXeLXCb9QylU+a9BpHTfRs407gc8wZcH8+wERK0TflBsDe8vVGrpJFsJMJcyG7Weg==
"@theia/cpp-debug@next":
version "1.1.0-next.9f4a344c"
resolved "https://registry.yarnpkg.com/@theia/cpp-debug/-/cpp-debug-1.1.0-next.9f4a344c.tgz#014a44823c7268bb9c1f651db410d0c35478973a"
integrity sha512-VKubvb8DfOtAv5exMzhV9A1LxHq2/ag3STnmM5256d+S8S9QaQw3X36q8EF8TNjvJI4PNSnozVRL1/mFIXU5EA==
dependencies:
"@theia/core" latest
"@theia/debug" latest
"@theia/core" next
"@theia/debug" next
ajv "^6.5.3"
lodash "^4.17.10"
"@theia/debug@1.12.1", "@theia/debug@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.12.1.tgz#b0ddc732736a66698681579ff1babb2ae1767536"
integrity sha512-UTZ0+nTtXQBI/0opb8AaE4AVBYEaTMRLE2ZUj40toXwLjWemSCbwR3Chmuc0y3Az+bF7bAwJd7EnYS7TzGjk1A==
dependencies:
"@theia/application-package" "1.12.1"
"@theia/console" "1.12.1"
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/markers" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/output" "1.12.1"
"@theia/preferences" "1.12.1"
"@theia/process" "1.12.1"
"@theia/task" "1.12.1"
"@theia/terminal" "1.12.1"
"@theia/userstorage" "1.12.1"
"@theia/variable-resolver" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/debug@1.13.0-next.7d3b1d3b", "@theia/debug@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.13.0-next.7d3b1d3b.tgz#d75d389be752ce1638a16054b67bb8e2212ce8b1"
integrity sha512-6OOPsQHoSHnZEu5h+9QwR9HUh8cLCGflNUWRq9UUt4//Lsm60CvHqgJtV8ZrhWjMFwXBUFvCT+O3OvGrSNsZXw==
dependencies:
"@theia/console" "1.13.0-next.7d3b1d3b"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/markers" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@theia/output" "1.13.0-next.7d3b1d3b"
"@theia/preferences" "1.13.0-next.7d3b1d3b"
"@theia/process" "1.13.0-next.7d3b1d3b"
"@theia/task" "1.13.0-next.7d3b1d3b"
"@theia/terminal" "1.13.0-next.7d3b1d3b"
"@theia/userstorage" "1.13.0-next.7d3b1d3b"
"@theia/variable-resolver" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
jsonc-parser "^2.2.0"
mkdirp "^0.5.0"
p-debounce "^2.1.0"
......@@ -1212,44 +1223,42 @@
unzip-stream "^0.3.0"
vscode-debugprotocol "^1.32.0"
"@theia/editor-preview@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/editor-preview/-/editor-preview-1.12.1.tgz#01ba1520c5224bd45569fb1c117876a49aa1a6c0"
integrity sha512-rQQVP4fLZph+aR0Vx9AGq7vPXL1NIaMivVIoe9tBxay327LR/ixKXFo4Eh4AG3r77IUf7snAy9+eC+vpRL+OJQ==
"@theia/editor-preview@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/editor-preview/-/editor-preview-1.13.0-next.7d3b1d3b.tgz#0db9e340dee997f12a136b8752e29760c3b34d39"
integrity sha512-xZa6UDbb8hNl41a3GcZMcLGFfXzaMv2vStSJ5k9Fl0gV1ZSm2H7pmArhSGVLUFDT0uESXJul0pENRpcqIvTbIQ==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/editor@1.12.1", "@theia/editor@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.12.1.tgz#f119b938f21d49525aac16d2b8e30f0d72b81673"
integrity sha512-07furPT1Wa47xlObd7ZLt1HcrxCU0NgLINh+hqurdn2wK5PMjW9KDIsy95jiOy0IEoIs9YMWMtr06Ht8Bkt4MQ==
"@theia/editor@1.13.0-next.7d3b1d3b", "@theia/editor@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.13.0-next.7d3b1d3b.tgz#1665f99c63e29b17f488aa331399730c358bd16f"
integrity sha512-oKtppMwEzH4dBSLc74R8nZPohaDTog590htMXjRnkto1EdVBnZNfdf9WqWu19l5fg/Ysnm09VhiVN3iLyxw2ew==
dependencies:
"@theia/core" "1.12.1"
"@theia/variable-resolver" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/variable-resolver" "1.13.0-next.7d3b1d3b"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"
"@theia/file-search@1.12.1", "@theia/file-search@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.12.1.tgz#6a22c15c074f746b6906c3d339e107f0aa604f86"
integrity sha512-wC2VlC8Cb4Qk9eQz0CHvAojuEwD3Y+DFrJmLg+kK7b18t2o/zqDdn+qa7BnEZ0uiNKt2XqXqGjZrakgQTLA35w==
"@theia/file-search@1.13.0-next.7d3b1d3b", "@theia/file-search@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.13.0-next.7d3b1d3b.tgz#94c193a15037e15389baed73c0cd1b5e9176feb8"
integrity sha512-a+tuGjppCTI3zZlovhm/+WTTN7W2B4GEYg7saQGi4RNNYXSTmtpubZDGOBBBHjfZtJIKyqoDIyTjLnFSJwdqAg==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/process" "1.12.1"
"@theia/workspace" "1.12.1"
fuzzy "^0.1.3"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/process" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
vscode-ripgrep "^1.2.4"
"@theia/filesystem@1.12.1", "@theia/filesystem@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.12.1.tgz#4b7129748083ea8cd40853a3cd026fef6432f71a"
integrity sha512-eIQTInWE01+Q4TEa0v0kqppmOGSbWdu7clnXuiWYjqyaUa+zTYBG8nP+g0Lb1KoPDWwBQa85GJv6A5V3KgaFLA==
"@theia/filesystem@1.13.0-next.7d3b1d3b", "@theia/filesystem@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.13.0-next.7d3b1d3b.tgz#7742f7c5361aa6b40faf66807f61d953334e122e"
integrity sha512-ZTM34PMQdcDFj2DUHDVv2Crs9QpwtxgdGzyZLuzlE5+rVzD+rqH2PiI7q3mQ/twP47n2ilj1a1YUQhHE0pXu+g==
dependencies:
"@theia/application-package" "1.12.1"
"@theia/core" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
......@@ -1263,29 +1272,29 @@
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"
"@theia/getting-started@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/getting-started/-/getting-started-1.12.1.tgz#080d399facc18eb85e931098888bba475bfcccbd"
integrity sha512-ijLpZ8CWtJAS3dEd0bgjkd5fTLY+BWbjS0lOjmY85XP+jor/60ns13Xv6V0ONOPyycbXTgFs4ZklXYgwi1s4dg==
dependencies:
"@theia/core" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/keymaps" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/git@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.12.1.tgz#84d45934917cf9670f51e6b62e83e91d781b196c"
integrity sha512-/t/r6rJfku2Xame7oE9asSslDUbaInKE4a+J4Iwyi8fJ+EKOCaSwKDBUuA0ahrNMlRmJQWxU6eOW2lBrcS4k8g==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/navigator" "1.12.1"
"@theia/scm" "1.12.1"
"@theia/scm-extra" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/getting-started@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/getting-started/-/getting-started-1.13.0-next.7d3b1d3b.tgz#7f8b00f5391f0994b8f4b69f915107873ea11e8b"
integrity sha512-T4xeVrglyR+t9UcPr+EUwWpoT8LMX8HGi+Ga8jnbTjV807AE0UIaAIamITjdozTljHzNxDSAlA5LOlycfHMfUw==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/keymaps" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
"@theia/git@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.13.0-next.7d3b1d3b.tgz#594bf108c94d979a4c3855c5771b13b1dd9ba5b8"
integrity sha512-UPlwQHgck5VpNWqXcDUddbhIosNj8w3jnPbfc7VIH/JsRidOAFqGQgG4QrUBvzQ4yhnp+msmF9tjFnTD7WZH/A==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@theia/navigator" "1.13.0-next.7d3b1d3b"
"@theia/scm" "1.13.0-next.7d3b1d3b"
"@theia/scm-extra" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
"@types/diff" "^3.2.2"
"@types/p-queue" "^2.3.1"
diff "^3.4.0"
......@@ -1297,58 +1306,54 @@
p-queue "^2.4.2"
ts-md5 "^1.2.2"
"@theia/keymaps@1.12.1", "@theia/keymaps@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/keymaps/-/keymaps-1.12.1.tgz#d99877f3b2d0eb029d48cb4840569ba33b5ec611"
integrity sha512-NcRoX/df4xSCD6E34W0dYc7KiwTkEctHtqUy0UCVn1m8I+XuYarWHpSF5D+7hscEj8PuHVZgID0cZ3ngScRRKQ==
"@theia/keymaps@1.13.0-next.7d3b1d3b", "@theia/keymaps@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/keymaps/-/keymaps-1.13.0-next.7d3b1d3b.tgz#f845c97789e12c30c320b3ba3b7e5f26bea97422"
integrity sha512-XyOK5/CktdevWl6qGTT5FYGJJlgXxCgk45UgyOUQB13hmLLkfwxsQ+oyRJXvQ48rLuemGpEhCuLPWfV+7D/9Vg==
dependencies:
"@theia/core" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/userstorage" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@theia/userstorage" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
"@types/lodash.debounce" "4.0.3"
ajv "^6.5.3"
fuzzy "^0.1.3"
jsonc-parser "^2.2.0"
lodash.debounce "^4.0.8"
"@theia/markers@1.12.1", "@theia/markers@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.12.1.tgz#1c149bc094b0f4e371dd62ae7914749bb3633f40"
integrity sha512-lxsVqxgf20FOV76uqoUqM1WOS3LmWd5mYJ3n2TnNlR779vPuTPqDDc5CcAfieax9zmk/aLs/elneIvVW/se/jQ==
"@theia/markers@1.13.0-next.7d3b1d3b", "@theia/markers@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.13.0-next.7d3b1d3b.tgz#5ef62d08f548dbe0c4c504f125a1ce02cc992910"
integrity sha512-zWxWQFCd4CMtsVMCqzbvcevP3xc67T0bRZscrZNtj9IC9OwUqxxPbt65njwCotciV7wtXBtqXOcZelYACbN2Og==
dependencies:
"@theia/core" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/navigator" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/navigator" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
"@theia/messages@1.12.1", "@theia/messages@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.12.1.tgz#a49bd63895f6fb05a250d62ee9d95bf6f2c5e9be"
integrity sha512-A6bo94T5YIb6AMYk15+8/ix8zIopqpynfkxYTbMPjiwJfvfpevnKnrQ9m4zdr0+HqIdRK7Tzce9ntPNMb7SpLw==
"@theia/messages@1.13.0-next.7d3b1d3b", "@theia/messages@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.13.0-next.7d3b1d3b.tgz#4ac1af2ff5447e5508d738f6a37ca2ddafd18290"
integrity sha512-a+6K2jSW0qCaWR8sbNiVt6nmrvM58LIO4V2WHmNHxA19aqWrLlDe1wNPfkeKisJi3IsEKP/zcSJdtxSl8uShcQ==
dependencies:
"@theia/core" "1.12.1"
lodash.throttle "^4.1.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
markdown-it "^8.4.0"
react-perfect-scrollbar "^1.5.3"
ts-md5 "^1.2.2"
"@theia/metrics@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/metrics/-/metrics-1.12.1.tgz#31a230a30b121b17c99212d0a0af9a27e76c1cf9"
integrity sha512-qEqVdsMlpzxcm8dckx0EkO6vNhYHn3Sah/0nx91wwLPXXcnywz3Z4h6ThvG94lCYXKPVzdGPv63dhQH8pOdanQ==
"@theia/metrics@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/metrics/-/metrics-1.13.0-next.7d3b1d3b.tgz#a3f3a866d5dc3b43e77f5d69cb474221dd988a09"
integrity sha512-aKXdkUM5xpPDELpiKaVi2gCuvRHQZjcP1LnYPDdcT4I3tm36AMxwKgKfAFqg3822UA01LF0PMgR/bCard+UvBQ==
dependencies:
"@theia/application-package" "1.12.1"
"@theia/core" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
prom-client "^10.2.0"
"@theia/mini-browser@1.12.1", "@theia/mini-browser@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/mini-browser/-/mini-browser-1.12.1.tgz#337d7a067644d838874cff4af3d01ed59f117af3"
integrity sha512-FinVYRatDadDfOP10z/JjtE/pfXrMgQa4/FwD75AgxrEItarYt7oOGalZd9fETg72pU87AeWKEDIYTv0BqKsmg==
"@theia/mini-browser@1.13.0-next.7d3b1d3b", "@theia/mini-browser@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/mini-browser/-/mini-browser-1.13.0-next.7d3b1d3b.tgz#921343ffb5de79a227313e262ee9939f84319219"
integrity sha512-IaWfxsYJr8lb9TqMd+OkYCAh+hiCQmKCPKqf5dIXTaTnCMChzh7L7ZkzsKMa0SSHQ5iHAWr1GUoxjMBJK2k5Mg==
dependencies:
"@theia/core" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@types/mime-types" "^2.1.0"
mime-types "^2.1.18"
pdfobject "^2.0.201604172"
......@@ -1360,18 +1365,18 @@
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
integrity sha512-6QDOrZRW3dE0RgyD/hXMlVla49ACNjwIX+u9+i/qY+OqaZ1u/QdgdnHy4QO6g4J0lQCyr7nXgqF1BAc+Xbxx2g==
"@theia/monaco@1.12.1", "@theia/monaco@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.12.1.tgz#93eb6fb47b9eac0467c93923f31e8428f985940a"
integrity sha512-GEl36vfQ+rEF0sQDOOOqwF3+zv0uWY5g2mz6Wu8ZxdJSeNGAyR4z90Nd60X1ckX/VDUvE8xiQu8Q1IrKgmD4Nw==
"@theia/monaco@1.13.0-next.7d3b1d3b", "@theia/monaco@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.13.0-next.7d3b1d3b.tgz#7663ebdfe200ad377716c974ab0739fbe666f1be"
integrity sha512-BMnz0SpS9+f5URM7sfzQepIhT4IanUUCoZoXw5qCcTOJFXh5uV7VV7qppsYyjrnaRoVOhWkeDuSD/wTbdqS7/w==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/markers" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/markers" "1.13.0-next.7d3b1d3b"
"@theia/monaco-editor-core" "^0.20.0"
"@theia/outline-view" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/outline-view" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
......@@ -1379,15 +1384,14 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"
"@theia/navigator@1.12.1", "@theia/navigator@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.12.1.tgz#793bb8d4aae9a21c0cfa75934d1a5c439f032dbc"
integrity sha512-NhkZeBh2vkENPD9EXmDUG7OtrL9wgvFHpJsLlJmwVNynsKUOfahu1WGTNBl+JlrcK2lfuYEv2fP1zgDEvuwkQQ==
"@theia/navigator@1.13.0-next.7d3b1d3b", "@theia/navigator@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.13.0-next.7d3b1d3b.tgz#a3e050d4cf048f282cc744c203c23b7b77dd50cb"
integrity sha512-Z15n/yTr+eAWzbmSzJDsHaIHcYNiTCILUzVHjWBJ8iPxa0a2TzL731LbwV3JfQx+9OiWsp2NdL6Mi55tkU4nXg==
dependencies:
"@theia/core" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/workspace" "1.12.1"
fuzzy "^0.1.3"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
minimatch "^3.0.4"
"@theia/node-pty@0.9.0-theia.6":
......@@ -1397,65 +1401,68 @@
dependencies:
nan "^2.14.0"
"@theia/outline-view@1.12.1", "@theia/outline-view@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.12.1.tgz#d909fbfa7d63f60ea1de879ca0e82b3de89d7341"
integrity sha512-C1l1+5EZkG12T5sxm5xyxDTQ/7FvOn3bCsWGRnGfpIl1kqj9mV4dN/sziQ6QVFZ6j2arO1YA3Qh8wMtjzb55Yg==
"@theia/outline-view@1.13.0-next.7d3b1d3b", "@theia/outline-view@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.13.0-next.7d3b1d3b.tgz#ba2d0de835499f5f9fa389a5874f3dade24312fa"
integrity sha512-O6KfJtBgr7teBbqD025+c3I5415y5HhTNX600761XUWWnc9AwMM4YHL/DPw99zcjPRFFju/mEWyLUE9AuDtPVQ==
dependencies:
"@theia/core" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/output@1.12.1", "@theia/output@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.12.1.tgz#be07020affcbcc3a2c37eb4017f6d29522d8970e"
integrity sha512-g8twJvy6it14dTCOh7HZYKIN9neoJ865slAFUpGlBQFMZb+0yiNkQykq2Y7QSXhlQcox/pkVzqkiLttk7hQW9g==
"@theia/output@1.13.0-next.7d3b1d3b", "@theia/output@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.13.0-next.7d3b1d3b.tgz#4834404b32c6cecb3eafdad0f3ff220af47f284d"
integrity sha512-3oWAA0y/RE6WgRIx3+N0Kpr323VDC6dxVVGRAivN4OJH0qUuTwYZnqGo5USmhxJLgp0Bn5LxvxtS7JWB0piCGw==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@types/p-queue" "^2.3.1"
p-queue "^2.4.2"
"@theia/plugin-ext-vscode@1.12.1", "@theia/plugin-ext-vscode@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-1.12.1.tgz#4f0e00c81ee69499604af7b103d20da9f51a1af7"
integrity sha512-3mky2aNwdDSR8pLCb+clsav+X2D2CbdVWdj3lgki47xVwja24WQDPEtIK5U/x+87MEcdhPrCOlp2212ZNKZxOw==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/plugin" "1.12.1"
"@theia/plugin-ext" "1.12.1"
"@theia/userstorage" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/plugin-ext-vscode@1.13.0-next.7d3b1d3b", "@theia/plugin-ext-vscode@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-1.13.0-next.7d3b1d3b.tgz#7ae71b550476915873ff4c8ff727b851b3cd7edd"
integrity sha512-CE+Fd5ad2ymwf2eVlFJCBNMq0wNrut7lS0aPkNzWU5TFcTMPOUJ+jDKlvc+ZC/FT71L6CsXzLQcLqWBPG4A6dA==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@theia/navigator" "1.13.0-next.7d3b1d3b"
"@theia/plugin" "1.13.0-next.7d3b1d3b"
"@theia/plugin-ext" "1.13.0-next.7d3b1d3b"
"@theia/terminal" "1.13.0-next.7d3b1d3b"
"@theia/userstorage" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
"@types/request" "^2.0.3"
filenamify "^4.1.0"
request "^2.82.0"
"@theia/plugin-ext@1.12.1", "@theia/plugin-ext@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-1.12.1.tgz#a2c72fb7d643e51a72d96159366c9f1158f4fea4"
integrity sha512-OEXVQER94pU16/QBllW7kDIHY+VdMY0A0Ssf5moC2CaW4/jtL4xXWde1NKszYNOW5Rbu1JjIW76oK2xNguppRA==
dependencies:
"@theia/bulk-edit" "1.12.1"
"@theia/callhierarchy" "1.12.1"
"@theia/core" "1.12.1"
"@theia/debug" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/file-search" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/markers" "1.12.1"
"@theia/messages" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/navigator" "1.12.1"
"@theia/output" "1.12.1"
"@theia/plugin" "1.12.1"
"@theia/preferences" "1.12.1"
"@theia/scm" "1.12.1"
"@theia/search-in-workspace" "1.12.1"
"@theia/task" "1.12.1"
"@theia/terminal" "1.12.1"
"@theia/timeline" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/plugin-ext@1.13.0-next.7d3b1d3b", "@theia/plugin-ext@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-1.13.0-next.7d3b1d3b.tgz#09007aae4172fbf5191673c9f8414fc2266edaac"
integrity sha512-0M57dBv0WzzbzAV3x4JN9UdDinczxEd+CPmya4t0Xj8yfkxqSuVKSGL6GTOcDUM88hQk8LwS5dajqhX0sAy4Yg==
dependencies:
"@theia/bulk-edit" "1.13.0-next.7d3b1d3b"
"@theia/callhierarchy" "1.13.0-next.7d3b1d3b"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/debug" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/file-search" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/markers" "1.13.0-next.7d3b1d3b"
"@theia/messages" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@theia/navigator" "1.13.0-next.7d3b1d3b"
"@theia/output" "1.13.0-next.7d3b1d3b"
"@theia/plugin" "1.13.0-next.7d3b1d3b"
"@theia/preferences" "1.13.0-next.7d3b1d3b"
"@theia/scm" "1.13.0-next.7d3b1d3b"
"@theia/search-in-workspace" "1.13.0-next.7d3b1d3b"
"@theia/task" "1.13.0-next.7d3b1d3b"
"@theia/terminal" "1.13.0-next.7d3b1d3b"
"@theia/timeline" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
"@types/dompurify" "^2.0.2"
"@types/mime" "^2.0.1"
decompress "^4.2.1"
......@@ -1473,33 +1480,33 @@
vscode-debugprotocol "^1.32.0"
vscode-textmate "^4.0.1"
"@theia/plugin@1.12.1", "@theia/plugin@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-1.12.1.tgz#ebece518ab896120ff985cb4faf586fc844a09cd"
integrity sha512-TYiOWY7XE9eYXWrfjAj8pr0/dTjCs7eTAtRf1InE2OVMHSvDEwdvVS6iyPO31G+IgQVThnREyzwrl5AZvGxukw==
"@theia/preferences@1.12.1", "@theia/preferences@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.12.1.tgz#01d182b42209b2dd7b7392a66f63ab6c24a6fd50"
integrity sha512-spxO6Er6INgqJCohhs5TkblPyu41w9GY4zl47UZ/kvnAzMEtD3ONQW/aNFnUy4j/2xGMoiVKXh/9DQrnGNy5pA==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/userstorage" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/plugin@1.13.0-next.7d3b1d3b", "@theia/plugin@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-1.13.0-next.7d3b1d3b.tgz#805628f5598176b2f511f616a9ec064c97e83d48"
integrity sha512-1slBP2nQ4MJpcfBmqpLrGb9oIo6dJPgG2l4fpd+4aGmnmlNXgyfQPJoNIyHnGGpiPivsybrwVoxUHt/f78eNCQ==
"@theia/preferences@1.13.0-next.7d3b1d3b", "@theia/preferences@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.13.0-next.7d3b1d3b.tgz#feff0e81ea7a5f3020392257fb5938f5dcfa234e"
integrity sha512-SAEyVAv4BMpWs5ejiltJo6GfVAeYzAgw+5h5/SgX1/WGwynucK1hWJnGPVRoolYPcwMVDwt5gCPaCOofkCO1Mg==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@theia/userstorage" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
jsonc-parser "^2.2.0"
"@theia/preview@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/preview/-/preview-1.12.1.tgz#0ed52e7639730b9e6c9784d51fb08dc4b9f3ad46"
integrity sha512-SHsW4tqr9V91Ag2ygnq98JthJtLSI9yuvGEBdJO7tU35l6hDH6tIMdyeeEXVP+pX7c//dZ9BW5hbF8GAvXin6Q==
"@theia/preview@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/preview/-/preview-1.13.0-next.7d3b1d3b.tgz#5a4c00e265e1a0a292c64b786fce9118eb46832f"
integrity sha512-jQICx4MMhyfurk6MtUM8Jq6N2kV8Y7MbNwGORvIyGOeADT8GYqGm/+waZm/uvcX9ymz3MQLw/S8E6TwsRkix9w==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/mini-browser" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/mini-browser" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@types/dompurify" "^2.0.2"
"@types/highlight.js" "^10.1.0"
"@types/markdown-it" "*"
......@@ -1509,132 +1516,135 @@
markdown-it "^8.4.0"
markdown-it-anchor "~5.0.0"
"@theia/process@1.12.1", "@theia/process@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.12.1.tgz#abaaeb42b6870925e0846e744ca3cbe0958ed4b8"
integrity sha512-CogUNleMwDSyjTWsvpCXZaNABdLqh1vcHSeBGiX7cW9cHkiGV05w2WJ45JukzuqTEUPPAqv6MM5H5ub6xM9aVA==
"@theia/process@1.13.0-next.7d3b1d3b", "@theia/process@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.13.0-next.7d3b1d3b.tgz#fa363b61967eee887794a1f018985a6bc16bc933"
integrity sha512-ApIAMvnP7G/NwbFqiYYWf4VVgBJA1C2TNaLRqiek0VDrD3PQ5lZI12aiiI0L4cm9PirH2Mie3uXcCY4Qa2Jxfg==
dependencies:
"@theia/core" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"
"@theia/scm-extra@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.12.1.tgz#28c313915e199809a2ffdbb4bb03c01f0842d060"
integrity sha512-hrgP2Gy6SIM3pf618Sf5Im70JPLJFx0bp2mu3HKnq1n0wpKrDYiGhWXpSHIRqS12zbJuRV++KlfukJtJWbyhyg==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/navigator" "1.12.1"
"@theia/scm" "1.12.1"
"@theia/scm@1.12.1", "@theia/scm@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/scm/-/scm-1.12.1.tgz#574654bc4522f52d4aa74731f41811278ecf502d"
integrity sha512-FUeoa7cC2b6S6IMehXjzqeNznQEtoChUbiUUxHThGi2GmdGo4DK+OvgtDfLUi9iTSkV9/RYP1sAP4BYE7qxN+w==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/navigator" "1.12.1"
"@theia/scm-extra@1.13.0-next.7d3b1d3b":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.13.0-next.7d3b1d3b.tgz#259f023d04764b3bbe4080aa500c28c3e92aef2b"
integrity sha512-sHL0SZH+JnooBuu3QZhR/puajE4r2p0fuixlZCxWRKHu+hXvKWFmauL6FsEMu0Zlhw+Zl1xnaNzigIyUcLV/BA==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/navigator" "1.13.0-next.7d3b1d3b"
"@theia/scm" "1.13.0-next.7d3b1d3b"
"@theia/scm@1.13.0-next.7d3b1d3b", "@theia/scm@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/scm/-/scm-1.13.0-next.7d3b1d3b.tgz#421e74fa58216983b03eb18f6a79a1a382856b77"
integrity sha512-P0mFVe8UETCkFeTe7CGdQ58K6bCbpETWIUwC4QFsj3N9G5SCGmE5dkDr+D1ES8pV83TNZoakLQqkoeYv64rzlQ==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/navigator" "1.13.0-next.7d3b1d3b"
"@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.12.1", "@theia/search-in-workspace@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-1.12.1.tgz#2729f9798f992d7d4b7449cb5b1ebefba781d220"
integrity sha512-RvA2N0/Li0XGDcHw04VHSfX7tz6G3O7NciXPk2++UL+ChFNzrf3xwQwbPBFlApWHhna5IzuLRP8dDjPZETaCxQ==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/navigator" "1.12.1"
"@theia/process" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/search-in-workspace@1.13.0-next.7d3b1d3b", "@theia/search-in-workspace@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-1.13.0-next.7d3b1d3b.tgz#e61c3089d8ceb1571d17163762e2bd009fa3f5f8"
integrity sha512-WcXiGO4Mo8+x6dyrn2H1e7pqIM30cQ/939wsQ8pdNqFI2WTcmkKSnY8bf6xzcHhNx8RAFNupmmtelF8eAe4hYw==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/navigator" "1.13.0-next.7d3b1d3b"
"@theia/process" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
minimatch "^3.0.4"
vscode-ripgrep "^1.2.4"
"@theia/task@1.12.1", "@theia/task@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/task/-/task-1.12.1.tgz#857a25021d3c59ffc389f6d2eefc75d1e43d2faa"
integrity sha512-VPog4BMO1+vdrKJVJ26yr+JOGkiGgDLLialNSr4Z1ZFpkFyOXLCYFeU1h9czrv3fhWf4kVSKPRthMWkox9ZeDw==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/markers" "1.12.1"
"@theia/monaco" "1.12.1"
"@theia/preferences" "1.12.1"
"@theia/process" "1.12.1"
"@theia/terminal" "1.12.1"
"@theia/variable-resolver" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/task@1.13.0-next.7d3b1d3b", "@theia/task@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/task/-/task-1.13.0-next.7d3b1d3b.tgz#d56c6533943e311e3629bda5c4972aa4b6099afa"
integrity sha512-lpkGdzkQ2gcn/WFcvtyXbrtqo8R28t1EFLrZc2i/IVSwVy8G6hyoPoMOZ4+njAQjRtK61usdYjgGP4RMxnfxDA==
dependencies:
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/markers" "1.13.0-next.7d3b1d3b"
"@theia/monaco" "1.13.0-next.7d3b1d3b"
"@theia/preferences" "1.13.0-next.7d3b1d3b"
"@theia/process" "1.13.0-next.7d3b1d3b"
"@theia/terminal" "1.13.0-next.7d3b1d3b"
"@theia/userstorage" "1.13.0-next.7d3b1d3b"
"@theia/variable-resolver" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
p-debounce "^2.1.0"
"@theia/terminal@1.12.1", "@theia/terminal@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.12.1.tgz#d39f8d0ad299fee13d5e75efda3e4e5bf7934a43"
integrity sha512-dtB1Ann7ulLoq3alGOk6Oo8VDqd7i7KvKtnKWmxP57iU1zlguraPDreahESKatnVH+Pz1Y9afKCX2g3/WHbzXQ==
"@theia/terminal@1.13.0-next.7d3b1d3b", "@theia/terminal@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.13.0-next.7d3b1d3b.tgz#7a76d0605b18c37b68ec40cee9dfa29f00e71a10"
integrity sha512-orpPo9gG3POU+TV6++fyUTBDKvKLAAUBt/5uF/Zwdpp1cphusA6xxd34cbai4F+yXBRBK4d7gfNgfxHiNIBBGA==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/process" "1.12.1"
"@theia/workspace" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/process" "1.13.0-next.7d3b1d3b"
"@theia/workspace" "1.13.0-next.7d3b1d3b"
xterm "~4.11.0"
xterm-addon-fit "~0.5.0"
xterm-addon-search "~0.8.0"
"@theia/timeline@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/timeline/-/timeline-1.12.1.tgz#665033d8e08b24fb89847507afdda4cb4b6bc66d"
integrity sha512-BCI9CuUBVDZkRJ88z7UAJy2jvFRJw7/VPJaCPNuYljTdz8+g2bJuwMcpEW94/B/eZ5mhycStsIOBZwZWTGnMyg==
"@theia/timeline@1.13.0-next.7d3b1d3b":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/timeline/-/timeline-1.13.0-next.7d3b1d3b.tgz#ae00a993ce45ba5e7678ab3beb9016bcf051138a"
integrity sha512-Coce5EjqRLyo4spDsSVn7cFaSekha548lA1UdHJxfFbR88ii5KBRcpg+sLIfP/3M7BfFlu1gH4lwXPOyQhVIoA==
dependencies:
"@theia/core" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/navigator" "1.13.0-next.7d3b1d3b"
"@theia/typehierarchy@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/typehierarchy/-/typehierarchy-1.12.1.tgz#6fe3eec98b7f9f0c1634e4aab3bf607630f948aa"
integrity sha512-l+bE34tRY+DlDh6gkCdCXn1h00bh0cFGcG4it8oGx2MpvzdlQEdg/593/Wwz5O6jYN7Q9fAC+fekTRk0BoDzPA==
"@theia/typehierarchy@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/typehierarchy/-/typehierarchy-1.13.0-next.7d3b1d3b.tgz#ec9e04e5450d76e4d08911b0171ae5ba50b39f5e"
integrity sha512-wftu81RvRKF32+4ITw3TFulIb2htmtJA7WCs/E1XxgC84F70jutrDdV3ERvgW7q+Onoxlz4MVQuXAi4wiLpSVw==
dependencies:
"@theia/core" "1.12.1"
"@theia/editor" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/editor" "1.13.0-next.7d3b1d3b"
"@types/uuid" "^7.0.3"
uuid "^8.0.0"
"@theia/userstorage@1.12.1", "@theia/userstorage@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.12.1.tgz#5b88684e51942253fe415f04052b086ffd1014bb"
integrity sha512-CQXOGc2GeaNZ2YZFj6IUcH7WKr6aSQWcCdtaGiX1g4UNmmBYp5uBrOO+11pSmcOAl2T/m/OvJgg8fY6GFykh5w==
"@theia/userstorage@1.13.0-next.7d3b1d3b", "@theia/userstorage@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.13.0-next.7d3b1d3b.tgz#e8d5f027f088bd7ca7f25ecf076ab0d4b8a6f114"
integrity sha512-uZAzc1RtGB/kSWHOVLHeWpGWZHdzOusOFGY1yPp9btWOwgqZblGMGO5FDkACX7hfvZdS+dYXVuL8RS6q9KwViA==
dependencies:
"@theia/core" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/variable-resolver@1.12.1", "@theia/variable-resolver@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.12.1.tgz#a499c6d2bce73a1f46bf082b5243b257fde15aeb"
integrity sha512-sl/m/IIL1hck235I7WqiF5DtVmsMoaqC3/sbUpMCPN5veUMqQjPordMNpnniomwXgs3E2HdqhYMAdep/60Zvxg==
"@theia/variable-resolver@1.13.0-next.7d3b1d3b", "@theia/variable-resolver@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.13.0-next.7d3b1d3b.tgz#3df211d7d62f052e1da201ada2e970f8047bc58c"
integrity sha512-lvTZYFvll1DB5e+Wz2Qk3ZUcPqfj0HwiwH8JJofAxqcEh9GeCojadXjOLKgRSmL0JM2RJUb5ORlvV6CpdeE28g==
dependencies:
"@theia/core" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/vsx-registry@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/vsx-registry/-/vsx-registry-1.12.1.tgz#01b9fe43155c5424f7f99e5df67645617cb7bb7d"
integrity sha512-txZ4rd8TSZzJUaDez60ysPa9Ou25ptbG9GtXiqGaIyZqcJAOS8TAZVuvXrNbcXPNzQ7v2D6vHfPPMvOz2tcFNA==
"@theia/vsx-registry@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/vsx-registry/-/vsx-registry-1.13.0-next.7d3b1d3b.tgz#53006168320f2f45c6b956a8c2020a20fb641824"
integrity sha512-i8E2K6shHEtewjSdtFr3SJOJgFPppaVScrLGKjLpSScLiE8/Bwwn5PrKTOjS9dDhuHRj9nRjhWjjxpALiBoOzw==
dependencies:
"@theia/core" "1.12.1"
"@theia/plugin-ext-vscode" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/plugin-ext" "1.13.0-next.7d3b1d3b"
"@theia/plugin-ext-vscode" "1.13.0-next.7d3b1d3b"
"@types/bent" "^7.0.1"
"@types/sanitize-html" "^1.13.31"
"@types/showdown" "^1.7.1"
bent "^7.1.0"
fs-extra "^4.0.2"
p-debounce "^2.1.0"
requestretry "^3.1.0"
sanitize-html "^1.14.1"
......@@ -1642,14 +1652,14 @@
showdown "^1.9.1"
uuid "^8.0.0"
"@theia/workspace@1.12.1", "@theia/workspace@latest":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.12.1.tgz#a9d4920d15cdb246069d2850e7ffdc7ab3a9ebcf"
integrity sha512-EG3Hf6jEwHP9cEEU39G7GgAKV1+Amq067fY4wxMCeRAQ7LcrNnBhJop6p41DGHJqDHyGN8xmC3iS4GduySAWfQ==
"@theia/workspace@1.13.0-next.7d3b1d3b", "@theia/workspace@next":
version "1.13.0-next.7d3b1d3b"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.13.0-next.7d3b1d3b.tgz#9bbe21eb4c9f4b55331edeab1afdd475532b0689"
integrity sha512-N0gPWaQ2XqLwf1QvYFzlzXOf8m97tXL65TZpxzGJKg4YqHK22+Zq9Ah5Q+AzrBU9KpUasI3UFD67D7DN405I9g==
dependencies:
"@theia/core" "1.12.1"
"@theia/filesystem" "1.12.1"
"@theia/variable-resolver" "1.12.1"
"@theia/core" "1.13.0-next.7d3b1d3b"
"@theia/filesystem" "1.13.0-next.7d3b1d3b"
"@theia/variable-resolver" "1.13.0-next.7d3b1d3b"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
......@@ -1855,22 +1865,22 @@
integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==
"@types/node-fetch@^2.5.7":
version "2.5.9"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.9.tgz#c04a12115aa436f189e39579272b305e477621b4"
integrity sha512-6cUyqLK+JBsATAqNQqk10jURoBFrzfRCDh4kaYxg8ivKhRPIpyBgAvuY7zM/3E4AwsYJSh5HCHBCJRM4DsCTaQ==
version "2.5.10"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132"
integrity sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==
dependencies:
"@types/node" "*"
form-data "^3.0.0"
"@types/node@*":
version "14.14.37"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
version "14.14.41"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615"
integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==
"@types/node@^10.14.22":
version "10.17.56"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.56.tgz#010c9e047c3ff09ddcd11cbb6cf5912725cdc2b3"
integrity sha512-LuAa6t1t0Bfw4CuSR0UITsm1hP17YL+u82kfHGrHUWdhlBtH7sa7jGY5z7glGaIj/WDYDkRtgGd+KCjCzxBW1w==
version "10.17.58"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.58.tgz#10682f6016fd866725c36d22ce6bbbd029bf4545"
integrity sha512-Dn5RBxLohjdHFj17dVVw3rtrZAeXeWg+LQfvxDIW/fdPkSiuQk7h3frKMYtsQhtIW42wkErDcy9UMVxhGW4O7w==
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
......@@ -2422,9 +2432,9 @@ anymatch@^2.0.0:
normalize-path "^2.1.1"
anymatch@~3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
version "3.1.2"
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
dependencies:
normalize-path "^3.0.0"
picomatch "^2.0.4"
......@@ -2865,29 +2875,29 @@ babel-plugin-dynamic-import-node@^2.3.3:
dependencies:
object.assign "^4.1.0"
babel-plugin-polyfill-corejs2@^0.1.4:
version "0.1.10"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.10.tgz#a2c5c245f56c0cac3dbddbf0726a46b24f0f81d1"
integrity sha512-DO95wD4g0A8KRaHKi0D51NdGXzvpqVLnLu5BTvDlpqUEpTmeEtypgC1xqesORaWmiUOQI14UHKlzNd9iZ2G3ZA==
babel-plugin-polyfill-corejs2@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.0.tgz#686775bf9a5aa757e10520903675e3889caeedc4"
integrity sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==
dependencies:
"@babel/compat-data" "^7.13.0"
"@babel/helper-define-polyfill-provider" "^0.1.5"
"@babel/compat-data" "^7.13.11"
"@babel/helper-define-polyfill-provider" "^0.2.0"
semver "^6.1.1"
babel-plugin-polyfill-corejs3@^0.1.3:
version "0.1.7"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz#80449d9d6f2274912e05d9e182b54816904befd0"
integrity sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==
babel-plugin-polyfill-corejs3@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.0.tgz#f4b4bb7b19329827df36ff56f6e6d367026cb7a2"
integrity sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==
dependencies:
"@babel/helper-define-polyfill-provider" "^0.1.5"
core-js-compat "^3.8.1"
"@babel/helper-define-polyfill-provider" "^0.2.0"
core-js-compat "^3.9.1"
babel-plugin-polyfill-regenerator@^0.1.2:
version "0.1.6"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.6.tgz#0fe06a026fe0faa628ccc8ba3302da0a6ce02f3f"
integrity sha512-OUrYG9iKPKz8NxswXbRAdSwF0GhRdIEMTloQATJi4bDuFqrXaXcCUT/VGNrr8pBcjMh1RxZ7Xt9cytVJTJfvMg==
babel-plugin-polyfill-regenerator@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.0.tgz#853f5f5716f4691d98c84f8069c7636ea8da7ab8"
integrity sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==
dependencies:
"@babel/helper-define-polyfill-provider" "^0.1.5"
"@babel/helper-define-polyfill-provider" "^0.2.0"
babel-plugin-syntax-async-functions@^6.8.0:
version "6.13.0"
......@@ -3368,9 +3378,9 @@ balanced-match@^0.4.2:
integrity sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=
balanced-match@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
version "1.0.2"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
base64-arraybuffer@^0.1.5:
version "0.1.5"
......@@ -3623,16 +3633,16 @@ browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6:
caniuse-db "^1.0.30000639"
electron-to-chromium "^1.2.7"
browserslist@^4.14.5, browserslist@^4.16.3:
version "4.16.3"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.3.tgz#340aa46940d7db878748567c5dea24a48ddf3717"
integrity sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==
browserslist@^4.14.5, browserslist@^4.16.4:
version "4.16.4"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.4.tgz#7ebf913487f40caf4637b892b268069951c35d58"
integrity sha512-d7rCxYV8I9kj41RH8UKYnvDYCRENUlHRgyXy/Rhr/1BaeLGfiCptEdFE8MIrvGfWbBFNjVYx76SQWvNX1j+/cQ==
dependencies:
caniuse-lite "^1.0.30001181"
colorette "^1.2.1"
electron-to-chromium "^1.3.649"
caniuse-lite "^1.0.30001208"
colorette "^1.2.2"
electron-to-chromium "^1.3.712"
escalade "^3.1.1"
node-releases "^1.1.70"
node-releases "^1.1.71"
buffer-alloc-unsafe@^1.1.0:
version "1.1.0"
......@@ -3831,14 +3841,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.30001207"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001207.tgz#503c3c7d78a42ea7bcdb251a065e538b8232a8b2"
integrity sha512-vt1Y05aLuFE2CStt1+SHmZEJmOtf/Yn14lYhVbTGcqunHoNIspC1g6ybchbh1v6djHwQHzJpuPCsRdjaynLUKw==
version "1.0.30001214"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30001214.tgz#ecf8cbffda67a5c6747ce90cdfaa9375ec67280d"
integrity sha512-W5pakAfjr8Z4xyeg8ewDOc9p2B7Osqfq8kf+UE8avof0rIg23MUGgP7JExJ79omc8o6e/c09BlHKZdmTZK7dbQ==
caniuse-lite@^1.0.30001181:
version "1.0.30001207"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001207.tgz#364d47d35a3007e528f69adb6fecb07c2bb2cc50"
integrity sha512-UPQZdmAsyp2qfCTiMU/zqGSWOYaY9F9LL61V8f+8MrubsaDGpaHD9HRV/EWZGULZn0Hxu48SKzI5DgFwTvHuYw==
caniuse-lite@^1.0.30001208:
version "1.0.30001214"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz#70f153c78223515c6d37a9fde6cd69250da9d872"
integrity sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg==
capture-stack-trace@^1.0.0:
version "1.0.1"
......@@ -3890,9 +3900,9 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4
supports-color "^5.3.0"
chalk@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
version "4.1.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"
......@@ -3993,11 +4003,9 @@ chownr@^1.0.1, chownr@^1.1.1:
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
chrome-trace-event@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4"
integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==
dependencies:
tslib "^1.9.0"
version "1.0.3"
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
version "1.0.4"
......@@ -4232,7 +4240,7 @@ color@^0.11.0:
color-convert "^1.3.0"
color-string "^0.3.0"
colorette@^1.2.1:
colorette@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
......@@ -4390,12 +4398,12 @@ copy-webpack-plugin@^4.5.0:
p-limit "^1.0.0"
serialize-javascript "^1.4.0"
core-js-compat@^3.8.1, core-js-compat@^3.9.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.10.0.tgz#3600dc72869673c110215ee7a005a8609dea0fe1"
integrity sha512-9yVewub2MXNYyGvuLnMHcN1k9RkvB7/ofktpeKTIaASyB88YYqGzUnu0ywMMhJrDHOMiTjSHWGzR+i7Wb9Z1kQ==
core-js-compat@^3.9.0, core-js-compat@^3.9.1:
version "3.10.2"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.10.2.tgz#0a675b4e1cde599616322a72c8886bcf696f3ec3"
integrity sha512-IGHnpuaM1N++gLSPI1F1wu3WXICPxSyj/Q++clcwsIOnUVp5uKUIPl/+6h0TQ112KU3fMiSxqJuM+OrCyKj5+A==
dependencies:
browserslist "^4.16.3"
browserslist "^4.16.4"
semver "7.0.0"
core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0:
......@@ -4605,9 +4613,9 @@ csso@~2.3.1:
source-map "^0.5.3"
csstype@^3.0.2:
version "3.0.7"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.7.tgz#2a5fb75e1015e84dd15692f71e89a1450290950b"
integrity sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==
version "3.0.8"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.8.tgz#d2266a792729fb227cd216fb572f43728e1ad340"
integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==
cyclist@^1.0.1:
version "1.0.1"
......@@ -4902,9 +4910,9 @@ dom-helpers@^5.1.3:
csstype "^3.0.2"
dom-serializer@^1.0.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.2.0.tgz#3433d9136aeb3c627981daa385fc7f32d27c48f1"
integrity sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA==
version "1.3.1"
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.1.tgz#d845a1565d7c041a95e5dab62184ab41e3a519be"
integrity sha512-Pv2ZluG5ife96udGgEDovOOOA5UELkltfJpnIExPrAk1LTvecolUGn6lIaoLh86d83GiB86CjzciMd9BuRB71Q==
dependencies:
domelementtype "^2.0.1"
domhandler "^4.0.0"
......@@ -4927,10 +4935,10 @@ domhandler@^3.0.0:
dependencies:
domelementtype "^2.0.1"
domhandler@^4.0.0, domhandler@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.1.0.tgz#c1d8d494d5ec6db22de99e46a149c2a4d23ddd43"
integrity sha512-/6/kmsGlMY4Tup/nGVutdrK9yQi4YjWVcVeoQmixpzjOUK1U7pQkvAPHBJeUxOgxF0J8f8lwCJSlCfD0V4CMGQ==
domhandler@^4.0.0, domhandler@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.0.tgz#f9768a5f034be60a89a27c2e4d0f74eba0d8b059"
integrity sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==
dependencies:
domelementtype "^2.2.0"
......@@ -4940,13 +4948,13 @@ dompurify@^2.0.11:
integrity sha512-jdtDffdGNY+C76jvodNTu9jt5yYj59vuTUyx+wXdzcSwAGTYZDAQkQ7Iwx9zcGrA4ixC1syU4H3RZROqRxokxg==
domutils@^2.0.0:
version "2.5.1"
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.5.1.tgz#9b8e84b5d9f788499ae77506ea832e9b4f9aa1c0"
integrity sha512-hO1XwHMGAthA/1KL7c83oip/6UWo3FlUNIuWiWKltoiQ5oCOiqths8KknvY2jpOohUoUgnwa/+Rm7UpwpSbY/Q==
version "2.6.0"
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.6.0.tgz#2e15c04185d43fb16ae7057cb76433c6edb938b7"
integrity sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==
dependencies:
dom-serializer "^1.0.1"
domelementtype "^2.2.0"
domhandler "^4.1.0"
domhandler "^4.2.0"
download-stats@^0.3.4:
version "0.3.4"
......@@ -5057,10 +5065,10 @@ electron-rebuild@^1.8.6:
spawn-rx "^3.0.0"
yargs "^14.2.0"
electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.649:
version "1.3.708"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.708.tgz#127970d2fc665ab356be59e668f2914856419176"
integrity sha512-+A8ggYZ5riOLMcVAuzHx6bforaPzaiLnW1QOMD2SlMYQVi7QQTyQ/WrlZoebIH9ikmgr+tLJGpNITFFCUiQcPw==
electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.712:
version "1.3.719"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.719.tgz#87166fee347a46a2557f19aadb40a1d68241e61c"
integrity sha512-heM78GKSqrIzO9Oz0/y22nTBN7bqSP1Pla2SyU9DiSnQD+Ea9SyyN5RWWlgqsqeBLNDkSlE9J9EHFmdMPzxB/g==
elegant-spinner@^1.0.1:
version "1.0.1"
......@@ -5738,9 +5746,9 @@ flatten@^1.0.2:
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
flow-parser@^0.*:
version "0.148.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.148.0.tgz#7f685b4f3cb7a23de63b065b20e37872351911d0"
integrity sha512-m7YX6L2y0bW+bC+lH8mq3bWNS8zLdfXSkZR1Rrd9313abmBjEVYLez+D3NhYx8TnVcpJiiT28jbRVTnz/eG4ug==
version "0.149.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.149.0.tgz#6e5749ad832ba211968429accdb6a3858706e4f8"
integrity sha512-ruUVkZuM9oFQjhSsLO/OJYRYpGnuXJpTnIZmgzna6DyLFb3CLpeO27oJbWyeXaa830hmKf0JRzpcdFsFS8lmpg==
flush-write-stream@^1.0.0:
version "1.1.1"
......@@ -6408,9 +6416,9 @@ homedir-polyfill@^1.0.1:
parse-passwd "^1.0.0"
hosted-git-info@^2.1.4:
version "2.8.8"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
version "2.8.9"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
html-comment-regex@^1.1.0:
version "1.1.2"
......@@ -8172,9 +8180,9 @@ nice-try@^1.0.4:
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
node-abi@^2.11.0, node-abi@^2.7.0:
version "2.21.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.21.0.tgz#c2dc9ebad6f4f53d6ea9b531e7b8faad81041d48"
integrity sha512-smhrivuPqEM3H5LmnY3KU6HfYv0u4QklgAxfFyRNujKUzbUcYZ+Jc2EhukB9SRcD2VpqhxM7n/MIcp1Ua1/JMg==
version "2.26.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.26.0.tgz#355d5d4bc603e856f74197adbf3f5117a396ba40"
integrity sha512-ag/Vos/mXXpWLLAYWsAoQdgS+gW7IwvgMLOgqopm/DbzAjazLltzgzpVMsFlgmo9TzG5hGXeaBZx2AI731RIsQ==
dependencies:
semver "^5.4.1"
......@@ -8247,7 +8255,7 @@ node-libs-browser@^2.2.1:
util "^0.11.0"
vm-browserify "^1.0.1"
node-releases@^1.1.70:
node-releases@^1.1.71:
version "1.1.71"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==
......@@ -8399,9 +8407,9 @@ object-copy@^0.1.0:
kind-of "^3.0.3"
object-inspect@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
version "1.10.2"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.2.tgz#b6385a3e2b7cae0b5eafcf90cddf85d128767f30"
integrity sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA==
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
version "1.1.1"
......@@ -8852,9 +8860,9 @@ pause-stream@0.0.11:
through "~2.3"
pbkdf2@^3.0.3:
version "3.1.1"
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94"
integrity sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==
version "3.1.2"
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
dependencies:
create-hash "^1.1.2"
create-hmac "^1.1.4"
......@@ -8883,9 +8891,9 @@ performance-now@^2.1.0:
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
picomatch@^2.0.4, picomatch@^2.2.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
version "2.2.3"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
pify@^2.2.0, pify@^2.3.0:
version "2.3.0"
......@@ -9864,9 +9872,9 @@ remove-trailing-separator@^1.0.1:
integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
repeat-element@^1.1.2:
version "1.1.3"
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==
version "1.1.4"
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9"
integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==
repeat-string@^1.5.2, repeat-string@^1.6.1:
version "1.6.1"
......@@ -10533,9 +10541,9 @@ ssri@^5.2.4:
safe-buffer "^5.1.1"
ssri@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8"
integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==
version "6.0.2"
resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5"
integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==
dependencies:
figgy-pudding "^3.5.1"
......@@ -11384,7 +11392,7 @@ uuid@^3.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
uuid@^8.0.0:
uuid@^8.0.0, uuid@^8.3.2:
version "8.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
......@@ -11500,9 +11508,9 @@ vscode-languageserver-types@^3.15.1:
integrity sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==
vscode-ripgrep@^1.2.4:
version "1.11.2"
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.11.2.tgz#a1d9c717a20f625b7e14680cc7db25ffafd132d4"
integrity sha512-qMARNpPh/m6h9NbAQs4unGUnlAP2vrxt3a3nzbscrJcd5X9onoSdAYKG9vCkcxFJtOcQQm44a2Vf369mrrz8Sw==
version "1.11.3"
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.11.3.tgz#a997f4f4535dfeb9d775f04053c1247454d7a37a"
integrity sha512-fdD+BciXiEO1iWTrV/S3sAthlK/tHRBjHF+aJIZDxUMD/q9wpNq+YPFEiLCrW+8epahfR19241DeVHHgX/I4Ww==
dependencies:
https-proxy-agent "^4.0.0"
proxy-from-env "^1.1.0"
......@@ -11776,9 +11784,9 @@ ws@^6.1.0:
async-limiter "~1.0.0"
ws@^7.1.2:
version "7.4.4"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.4.tgz#383bc9742cb202292c9077ceab6f6047b17f2d59"
integrity sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw==
version "7.4.5"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
xdg-basedir@^2.0.0:
version "2.0.0"
......@@ -11824,9 +11832,9 @@ y18n@^3.2.1:
integrity sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==
y18n@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4"
integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==
version "4.0.3"
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf"
integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
yallist@^2.1.2:
version "2.1.2"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment