-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
resolved "https://registry.yarnpkg.com/@eclipse-che/api/-/api-7.0.0-beta-4.0.tgz#11c09ea9d231333595a00d9b54b91af9d8a9ae12" | ||
|
||
"@eclipse-che/plugin@latest": | ||
version "0.0.1-1559557582" | ||
resolved "https://registry.yarnpkg.com/@eclipse-che/plugin/-/plugin-0.0.1-1559557582.tgz#f21229cba03dae3ff2c55374423b55908d89d900" | ||
version "0.0.1-1564738152" | ||
resolved "https://registry.yarnpkg.com/@eclipse-che/plugin/-/plugin-0.0.1-1564738152.tgz#9b741dd5ba12ab25797674761b23855825295757" | ||
dependencies: | ||
"@eclipse-che/api" latest | ||
|
||
|
@@ -25,8 +25,8 @@ | |
yargs "12.0.1" | ||
|
||
"@theia/plugin@next": | ||
version "0.8.0-next.92cfe9a2" | ||
resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-0.8.0-next.92cfe9a2.tgz#dcab88b54ca0d60b51b07953732eb73c241312f3" | ||
version "0.10.0-next.b40a8d54" | ||
resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-0.10.0-next.b40a8d54.tgz#7ffbe0bfc08d21aa579045cdf650091667f12d9f" | ||
|
||
"@types/events@*": | ||
version "3.0.0" | ||
|
@@ -45,8 +45,8 @@ | |
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" | ||
|
||
"@types/node@*": | ||
version "12.0.4" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.4.tgz#46832183115c904410c275e34cf9403992999c32" | ||
version "12.6.9" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.9.tgz#ffeee23afdc19ab16e979338e7b536fdebbbaeaf" | ||
|
||
ansi-regex@^2.0.0: | ||
version "2.1.1" | ||
|
@@ -107,10 +107,10 @@ assign-symbols@^1.0.0: | |
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" | ||
|
||
async@^2.0.0: | ||
version "2.6.2" | ||
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381" | ||
version "2.6.3" | ||
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" | ||
dependencies: | ||
lodash "^4.17.11" | ||
lodash "^4.17.14" | ||
|
||
atob@^2.1.1: | ||
version "2.1.2" | ||
|
@@ -490,8 +490,8 @@ glob@^7.0.0, glob@^7.0.5: | |
path-is-absolute "^1.0.0" | ||
|
||
graceful-fs@^4.1.0, graceful-fs@^4.1.2, graceful-fs@^4.1.6: | ||
version "4.1.15" | ||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" | ||
version "4.2.1" | ||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.1.tgz#1c1f0c364882c868f5bff6512146328336a11b1d" | ||
|
||
has-flag@^3.0.0: | ||
version "3.0.0" | ||
|
@@ -525,8 +525,10 @@ has-values@^1.0.0: | |
kind-of "^4.0.0" | ||
|
||
hosted-git-info@^2.1.4: | ||
version "2.7.1" | ||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" | ||
version "2.8.2" | ||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.2.tgz#a35c3f355ac1249f1093c0c2a542ace8818c171a" | ||
dependencies: | ||
lru-cache "^5.1.1" | ||
|
||
ieee754@^1.1.4: | ||
version "1.1.13" | ||
|
@@ -540,8 +542,8 @@ inflight@^1.0.4: | |
wrappy "1" | ||
|
||
inherits@2, inherits@~2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" | ||
|
||
invert-kv@^1.0.0: | ||
version "1.0.0" | ||
|
@@ -621,7 +623,7 @@ is-number@^3.0.0: | |
dependencies: | ||
kind-of "^3.0.2" | ||
|
||
is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: | ||
is-plain-object@^2.0.3, is-plain-object@^2.0.4: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" | ||
dependencies: | ||
|
@@ -702,9 +704,9 @@ locate-path@^3.0.0: | |
p-locate "^3.0.0" | ||
path-exists "^3.0.0" | ||
|
||
lodash@^4.17.11, lodash@^4.8.0: | ||
version "4.17.11" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" | ||
lodash@^4.17.14, lodash@^4.8.0: | ||
version "4.17.15" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | ||
|
||
lru-cache@^4.0.1, lru-cache@^4.1.5: | ||
version "4.1.5" | ||
|
@@ -713,6 +715,12 @@ lru-cache@^4.0.1, lru-cache@^4.1.5: | |
pseudomap "^1.0.2" | ||
yallist "^2.1.2" | ||
|
||
lru-cache@^5.1.1: | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" | ||
dependencies: | ||
yallist "^3.0.2" | ||
|
||
map-cache@^0.2.2: | ||
version "0.2.2" | ||
resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" | ||
|
@@ -758,8 +766,8 @@ minimatch@^3.0.4: | |
brace-expansion "^1.1.7" | ||
|
||
mixin-deep@^1.2.0: | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe" | ||
version "1.3.2" | ||
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" | ||
dependencies: | ||
for-in "^1.0.2" | ||
is-extendable "^1.0.1" | ||
|
@@ -899,8 +907,8 @@ posix-character-classes@^0.1.0: | |
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" | ||
|
||
process-nextick-args@~2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" | ||
|
||
pseudomap@^1.0.2: | ||
version "1.0.2" | ||
|
@@ -958,8 +966,8 @@ resolve-url@^0.2.1: | |
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" | ||
|
||
resolve@^1.10.0: | ||
version "1.11.1" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e" | ||
version "1.12.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6" | ||
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
|
@@ -973,7 +981,11 @@ [email protected]: | |
dependencies: | ||
glob "^7.0.5" | ||
|
||
safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1: | ||
safe-buffer@^5.1.1: | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" | ||
|
||
safe-buffer@~5.1.0, safe-buffer@~5.1.1: | ||
version "5.1.2" | ||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" | ||
|
||
|
@@ -991,18 +1003,9 @@ set-blocking@^2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" | ||
|
||
set-value@^0.4.3: | ||
version "0.4.3" | ||
resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1" | ||
dependencies: | ||
extend-shallow "^2.0.1" | ||
is-extendable "^0.1.1" | ||
is-plain-object "^2.0.1" | ||
to-object-path "^0.3.0" | ||
|
||
set-value@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274" | ||
set-value@^2.0.0, set-value@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" | ||
dependencies: | ||
extend-shallow "^2.0.1" | ||
is-extendable "^0.1.1" | ||
|
@@ -1091,8 +1094,8 @@ spdx-expression-parse@^3.0.0: | |
spdx-license-ids "^3.0.0" | ||
|
||
spdx-license-ids@^3.0.0: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.4.tgz#75ecd1a88de8c184ef015eafb51b5b48bfd11bb1" | ||
version "3.0.5" | ||
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" | ||
|
||
split-string@^3.0.1, split-string@^3.0.2: | ||
version "3.1.0" | ||
|
@@ -1200,13 +1203,13 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c" | ||
|
||
union-value@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" | ||
dependencies: | ||
arr-union "^3.1.0" | ||
get-value "^2.0.6" | ||
is-extendable "^0.1.1" | ||
set-value "^0.4.3" | ||
set-value "^2.0.1" | ||
|
||
universalify@^0.1.0: | ||
version "0.1.2" | ||
|
@@ -1264,8 +1267,8 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.0.0.tgz#e698189de49dd2a18cc5687b05e17c8e43943020" | ||
|
||
xtend@^4.0.0: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" | ||
|
||
"y18n@^3.2.1 || ^4.0.0": | ||
version "4.0.0" | ||
|
@@ -1275,6 +1278,10 @@ yallist@^2.1.2: | |
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" | ||
|
||
yallist@^3.0.2: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" | ||
|
||
yargs-parser@^10.1.0: | ||
version "10.1.0" | ||
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8" | ||
|