From 9d42ff98ba672300907910229b1867f87f2117e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 23:31:42 +0000 Subject: [PATCH] Bump yaml from 1.10.2 to 2.2.2 in /ui Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.2.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v2.2.2) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index e942b05da..12ecb2fbb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -34,7 +34,7 @@ "semantic-ui-react": "^2.0.2", "survey-react": "^1.8.65", "typescript": ">= 2.7", - "yaml": "^1.10.2" + "yaml": "^2.2.2" }, "scripts": { "start": "cp -a public/ ../consoleme/templates; react-scripts start", diff --git a/ui/yarn.lock b/ui/yarn.lock index 653416ff8..5694cd302 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -10522,6 +10522,11 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== +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== + yargs-parser@^20.2.2: version "20.2.9" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"