Skip to content

Commit c550193

Browse files
fix(deps): update dependency yaml to v2.2.1 (#3060)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24bde41 commit c550193

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

languageServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"vscode-languageserver": "8.0.2",
1717
"vscode-languageserver-textdocument": "1.0.8",
1818
"vscode-uri": "3.0.7",
19-
"yaml": "2.2.0"
19+
"yaml": "2.2.1"
2020
},
2121
"scripts": {
2222
"build": "yarn webpack --mode production",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20187,10 +20187,10 @@ yallist@^4.0.0:
2018720187
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
2018820188
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
2018920189

20190-
20191-
version "2.2.0"
20192-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.0.tgz#882c762992888b4144bffdec5745df340627fdd3"
20193-
integrity sha512-auf7Gi6QwO7HW//GA9seGvTXVGWl1CM/ADWh1+RxtXr6XOxnT65ovDl9fTi4e0monEyJxCHqDpF6QnFDXmJE4g==
20190+
20191+
version "2.2.1"
20192+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4"
20193+
integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==
2019420194

2019520195
yaml@^1.10.0, yaml@^1.7.2:
2019620196
version "1.10.2"

0 commit comments

Comments
 (0)