Skip to content

Commit c4aae0c

Browse files
fix(deps): update dependency yaml to v2.3.4 (#4965)
1 parent f07f0ce commit c4aae0c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@
17291729
"uuid": "9.0.1",
17301730
"vega-util": "1.17.2",
17311731
"vscode-languageclient": "9.0.1",
1732-
"yaml": "2.3.3"
1732+
"yaml": "2.3.4"
17331733
},
17341734
"devDependencies": {
17351735
"@swc/core": "1.3.95",

languageServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vscode-languageserver": "9.0.1",
1414
"vscode-languageserver-textdocument": "1.0.11",
1515
"vscode-uri": "3.0.8",
16-
"yaml": "2.3.3"
16+
"yaml": "2.3.4"
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
@@ -23092,10 +23092,10 @@ [email protected]:
2309223092
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b"
2309323093
integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==
2309423094

23095-
23096-
version "2.3.3"
23097-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.3.tgz#01f6d18ef036446340007db8e016810e5d64aad9"
23098-
integrity sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==
23095+
23096+
version "2.3.4"
23097+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4.tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2"
23098+
integrity sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==
2309923099

2310023100
yaml@^1.10.0, yaml@^1.7.2:
2310123101
version "1.10.2"

0 commit comments

Comments
 (0)