diff --git a/live-editor/package.json b/live-editor/package.json index 0698204..16e4733 100644 --- a/live-editor/package.json +++ b/live-editor/package.json @@ -32,7 +32,7 @@ "vite": "^5.2.12", "vscode-languageserver-textdocument": "^1.0.11", "vscode-languageserver-types": "^3.17.5", - "yaml": "^2.4.2" + "yaml": "^2.4.3" }, "dependencies": { "upper-case-first": "^3.0.0" diff --git a/live-editor/yarn.lock b/live-editor/yarn.lock index bed4057..5c6da9b 100644 --- a/live-editor/yarn.lock +++ b/live-editor/yarn.lock @@ -2220,10 +2220,10 @@ y18n@^5.0.5: resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== -yaml@^2.3.4, yaml@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.2.tgz#7a2b30f2243a5fc299e1f14ca58d475ed4bc5362" - integrity sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA== +yaml@^2.3.4, yaml@^2.4.2, yaml@^2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.3.tgz#0777516b8c7880bcaa0f426a5410e8d6b0be1f3d" + integrity sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg== yargs-parser@^21.0.1, yargs-parser@^21.1.1: version "21.1.1"