diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-07-12 11:44:09 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-08-03 14:26:24 +0100 |
commit | 77c189a9a7687849eac438a2850c6a106b371399 (patch) | |
tree | 1d306694dec8d184a6522d6d81cdd26b72692f15 /yarn.lock | |
parent | f5b9e2879090d86c41ee6ec2b9e6e14d7cd3fd59 (diff) | |
download | gitlab-ce-77c189a9a7687849eac438a2850c6a106b371399.tar.gz |
Move xterm to a node dependency and remove global code [ci skip]
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index 21e62a6d36a..f6e3b84c84b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8006,6 +8006,10 @@ xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" +xterm@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/xterm/-/xterm-3.5.0.tgz#ba3f464bc5730c9d259ebe62131862224db9ddcc" + y18n@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" |