From ca902a0b4c88cd8cb59629e986efed8ceb07dc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 14:49:23 +0000 Subject: [PATCH] Bump yaml from 2.0.0-3 to 2.0.0-4 Bumps [yaml](https://github.com/eemeli/yaml) from 2.0.0-3 to 2.0.0-4. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.0.0-3...v2.0.0-4) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0a4c514..b029e65 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "yarn": "1.22.5" }, "dependencies": { - "yaml": "2.0.0-3" + "yaml": "2.0.0-4" }, "devDependencies": { "chai": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index 3ea980a..7726daf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1804,10 +1804,10 @@ y18n@^5.0.5: resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz#8769ec08d03b1ea2df2500acef561743bbb9ab18" integrity sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg== -yaml@2.0.0-3: - version "2.0.0-3" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0-3.tgz#dc126f2fac9b845ee696ccbd13c8d303e247c471" - integrity sha512-gvtVaY+/mQ0OsXgaWy2Tf830JuXN7qEUYdXWsuiJVSkMRsBBQ90YVpQQofaURbhoA1xSbLBf7965oH6ddzNbBQ== +yaml@2.0.0-4: + version "2.0.0-4" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0-4.tgz#0b8089fecd1843d1a8eb8d0aff1470c471653e15" + integrity sha512-MoQoNhTFI400tkaeod+X0Vety1KD2L9dUa6pa1CVcyfcATjC/iDxoMLvqZ6U3D8c5KzxBrU2HnJH+PfaXOqI7w== yargs-parser@20.2.4: version "20.2.4"