From fb03037f276b7af2d473592357e0335c10509f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 01:12:26 +0000 Subject: [PATCH] build(deps-dev): bump yaml in /experimental/live-editor (#796) Bumps [yaml](https://github.com/eemeli/yaml) from 2.0.0-11 to 2.0.0. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.0.0-11...v2.0.0) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/live-editor/package.json | 2 +- experimental/live-editor/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/experimental/live-editor/package.json b/experimental/live-editor/package.json index 6039c9d22..2eb12b2b7 100644 --- a/experimental/live-editor/package.json +++ b/experimental/live-editor/package.json @@ -32,7 +32,7 @@ "vite": "^2.9.1", "vscode-languageserver-textdocument": "^1.0.0", "vscode-languageserver-types": "^3.0.0", - "yaml": "^2.0.0-11" + "yaml": "^2.0.0" }, "dependencies": { "upper-case-first": "^2.0.2" diff --git a/experimental/live-editor/yarn.lock b/experimental/live-editor/yarn.lock index 2704bba89..a4d3136e5 100644 --- a/experimental/live-editor/yarn.lock +++ b/experimental/live-editor/yarn.lock @@ -1715,7 +1715,7 @@ yaml@^1.10.0, yaml@^1.10.2: resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== -yaml@^2.0.0-11: - version "2.0.0-11" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0-11.tgz#269af42637a41ec1ebf2abb546a28949545f0cbb" - integrity sha512-5kGSQrzDyjCk0BLuFfjkoUE9vYcoyrwZIZ+GnpOSM9vhkvPjItYiWJ1jpRSo0aU4QmsoNrFwDT4O7XS2UGcBQg== +yaml@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0.tgz#cbc588ad58e0cd924cd3f5f2b1a9485103048e25" + integrity sha512-JbfdlHKGP2Ik9IHylzWlGd4pPK++EU46/IxMykphS2ZKw7a7h+dHNmcXObLgpRDriBY+rpWslldikckX8oruWQ==