Skip to content

Commit

Permalink
fix(deps): update dependency yaml to v2.3.3 (#4871)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent c2222cd commit 8aed9c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@
"uuid": "9.0.1",
"vega-util": "1.17.2",
"vscode-languageclient": "9.0.1",
"yaml": "2.3.2"
"yaml": "2.3.3"
},
"devDependencies": {
"@swc/core": "1.3.93",
Expand Down
2 changes: 1 addition & 1 deletion languageServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vscode-languageserver": "9.0.1",
"vscode-languageserver-textdocument": "1.0.11",
"vscode-uri": "3.0.8",
"yaml": "2.3.2"
"yaml": "2.3.3"
},
"scripts": {
"build": "yarn webpack --mode production",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23170,10 +23170,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b"
integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==

[email protected].2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.2.tgz#f522db4313c671a0ca963a75670f1c12ea909144"
integrity sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==
[email protected].3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.3.tgz#01f6d18ef036446340007db8e016810e5d64aad9"
integrity sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==

yaml@^1.10.0, yaml@^1.7.2:
version "1.10.2"
Expand Down

0 comments on commit 8aed9c0

Please sign in to comment.