Skip to content

Commit 4b05f85

Browse files
committed
[gitpod-extension] pin version of yaml dependency
1 parent 9021172 commit 4b05f85

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

components/theia/packages/gitpod-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react": "^16.4.1",
5050
"react-dom": "^16.4.1",
5151
"requestretry": "^4.0.0",
52-
"yaml": "^1.5.1"
52+
"yaml": "1.5.1"
5353
},
5454
"devDependencies": {
5555
"@types/chai": "^4.1.2",
@@ -61,7 +61,7 @@
6161
"@types/ps-tree": "^1.1.0",
6262
"@types/requestretry": "^1.12.4",
6363
"@types/tmp": "^0.2.0",
64-
"@types/yaml": "^1.0.2",
64+
"@types/yaml": "1.0.2",
6565
"chai": "^4.1.2",
6666
"mocha": "^5.0.0",
6767
"mocha-typescript": "^1.1.17",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4215,7 +4215,7 @@
42154215
"@types/events" "*"
42164216
"@types/node" "*"
42174217

4218-
"@types/yaml@^1.0.2":
4218+
42194219
version "1.0.2"
42204220
resolved "https://registry.yarnpkg.com/@types/yaml/-/yaml-1.0.2.tgz#bba080d64714c6ef3eaa023e235dacd2cfa3c938"
42214221
integrity sha512-rS1VJFjyGKNHk8H97COnPIK+oeLnc0J9G0ES63o/Ky+WlJCeaFGiGCTGhV/GEVKua7ZWIV1JIDopYUwrfvTo7A==
@@ -20347,18 +20347,18 @@ yaml-ast-parser@^0.0.43:
2034720347
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz#e8a23e6fb4c38076ab92995c5dca33f3d3d7c9bb"
2034820348
integrity sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==
2034920349

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+
2035620351
version "1.5.1"
2035720352
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.5.1.tgz#e8201678064fbcfef6afe4122ef802573b6cade8"
2035820353
integrity sha512-btfJvMOgVthGZSgHBMrDkLuQu4YxOycw6kwuC67cUEOKJmmNozjIa02eKvuSq7usqqqpwwCvflGTF6JcDvSudw==
2035920354
dependencies:
2036020355
"@babel/runtime" "^7.4.4"
2036120356

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+
2036220362
yaml@^1.7.2:
2036320363
version "1.8.3"
2036420364
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.3.tgz#2f420fca58b68ce3a332d0ca64be1d191dd3f87a"

0 commit comments

Comments
 (0)