Skip to content

Commit de8d2ab

Browse files
fix(deps): update dependency yaml to v2.3.1 (#4029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f0b9e92 commit de8d2ab

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
@@ -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.3.0"
16+
"yaml": "2.3.1"
1717
},
1818
"scripts": {
1919
"build": "yarn webpack --mode production",

yarn.lock

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

21195-
21196-
version "2.3.0"
21197-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.0.tgz#47ebe58ee718f772ce65862beb1db816210589a0"
21198-
integrity sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw==
21195+
21196+
version "2.3.1"
21197+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b"
21198+
integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==
2119921199

2120021200
yaml@^1.10.0, yaml@^1.7.2:
2120121201
version "1.10.2"

0 commit comments

Comments
 (0)