File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
components/theia/packages/gitpod-extension Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 49
49
"react" : " ^16.4.1" ,
50
50
"react-dom" : " ^16.4.1" ,
51
51
"requestretry" : " ^4.0.0" ,
52
- "yaml" : " ^ 1.5.1"
52
+ "yaml" : " 1.5.1"
53
53
},
54
54
"devDependencies" : {
55
55
"@types/chai" : " ^4.1.2" ,
61
61
"@types/ps-tree" : " ^1.1.0" ,
62
62
"@types/requestretry" : " ^1.12.4" ,
63
63
"@types/tmp" : " ^0.2.0" ,
64
- "@types/yaml" : " ^ 1.0.2" ,
64
+ "@types/yaml" : " 1.0.2" ,
65
65
"chai" : " ^4.1.2" ,
66
66
"mocha" : " ^5.0.0" ,
67
67
"mocha-typescript" : " ^1.1.17" ,
Original file line number Diff line number Diff line change 4215
4215
"@types/events" "*"
4216
4216
"@types/node" "*"
4217
4217
4218
- "@types/yaml@^ 1.0.2":
4218
+
4219
4219
version "1.0.2"
4220
4220
resolved "https://registry.yarnpkg.com/@types/yaml/-/yaml-1.0.2.tgz#bba080d64714c6ef3eaa023e235dacd2cfa3c938"
4221
4221
integrity sha512-rS1VJFjyGKNHk8H97COnPIK+oeLnc0J9G0ES63o/Ky+WlJCeaFGiGCTGhV/GEVKua7ZWIV1JIDopYUwrfvTo7A==
@@ -20347,18 +20347,18 @@ yaml-ast-parser@^0.0.43:
20347
20347
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz#e8a23e6fb4c38076ab92995c5dca33f3d3d7c9bb"
20348
20348
integrity sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==
20349
20349
20350
- yaml@^1.10.0:
20351
- version "1.10.0"
20352
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
20353
- integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
20354
-
20355
- yaml@^1.5.1:
20350
+
20356
20351
version "1.5.1"
20357
20352
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.5.1.tgz#e8201678064fbcfef6afe4122ef802573b6cade8"
20358
20353
integrity sha512-btfJvMOgVthGZSgHBMrDkLuQu4YxOycw6kwuC67cUEOKJmmNozjIa02eKvuSq7usqqqpwwCvflGTF6JcDvSudw==
20359
20354
dependencies:
20360
20355
"@babel/runtime" "^7.4.4"
20361
20356
20357
+ yaml@^1.10.0:
20358
+ version "1.10.0"
20359
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
20360
+ integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
20361
+
20362
20362
yaml@^1.7.2:
20363
20363
version "1.8.3"
20364
20364
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.3.tgz#2f420fca58b68ce3a332d0ca64be1d191dd3f87a"
You can’t perform that action at this time.
0 commit comments