From b176c1bd408ad5450a6ce4e3c4c7ea64b2bce676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 01:22:20 +0000 Subject: [PATCH] Bump yaml from 1.7.2 to 2.2.2 in /dashboard Bumps [yaml](https://github.com/eemeli/yaml) from 1.7.2 to 2.2.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v1.7.2...v2.2.2) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index b793b49..b2c3fe1 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -62,7 +62,7 @@ "redux-thunk": "^2.2.0", "semver": "^5.6.0", "typesafe-actions": "^2.0.4", - "yaml": "1.7.2" + "yaml": "2.2.2" }, "scripts": { "build-css": "node-sass-chokidar src/ -o src/", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index beb67e1..1e1ec72 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -15034,12 +15034,10 @@ yallist@^4.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yaml@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2" - integrity sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw== - dependencies: - "@babel/runtime" "^7.6.3" +yaml@2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073" + integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA== yaml@^1.10.0, yaml@^1.7.2: version "1.10.2"