Skip to content

Commit 84401bc

Browse files
fix(deps): update dependency yaml to v2.2.2 [security] (#3748)
1 parent 404cfed commit 84401bc

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

languageServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vscode-languageserver": "8.1.0",
1414
"vscode-languageserver-textdocument": "1.0.8",
1515
"vscode-uri": "3.0.7",
16-
"yaml": "2.2.1"
16+
"yaml": "2.2.2"
1717
},
1818
"scripts": {
1919
"build": "yarn webpack --mode production",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20111,16 +20111,21 @@ yallist@^4.0.0:
2011120111
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
2011220112
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
2011320113

20114-
[email protected].1, yaml@^2.2.1:
20115-
version "2.2.1"
20116-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4"
20117-
integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==
20114+
20115+
version "2.2.2"
20116+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073"
20117+
integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==
2011820118

2011920119
yaml@^1.10.0, yaml@^1.7.2:
2012020120
version "1.10.2"
2012120121
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
2012220122
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
2012320123

20124+
yaml@^2.2.1:
20125+
version "2.2.1"
20126+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4"
20127+
integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==
20128+
2012420129
2012520130
version "20.2.4"
2012620131
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"

0 commit comments

Comments
 (0)