From d264ef2850e24d3ac3867a6ed17185206e476bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:26:20 +0000 Subject: [PATCH] Bump yaml from 1.8.3 to 1.10.3 Bumps [yaml](https://github.com/eemeli/yaml) from 1.8.3 to 1.10.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v1.8.3...v1.10.3) --- updated-dependencies: - dependency-name: yaml dependency-version: 1.10.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index cdecd0c..5551514 100644 --- a/yarn.lock +++ b/yarn.lock @@ -932,7 +932,7 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4": version "7.9.2" resolved "http://nexus3.km.co-mall/repository/npm/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" integrity sha1-2Q3wWDo6JS8JqqYZZlNnuuUY2wY= @@ -11280,11 +11280,9 @@ yallist@^4.0.0: integrity sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI= yaml@^1.7.2: - version "1.8.3" - resolved "http://nexus3.km.co-mall/repository/npm/yaml/-/yaml-1.8.3.tgz#2f420fca58b68ce3a332d0ca64be1d191dd3f87a" - integrity sha1-L0IPyli2jOOjMtDKZL4dGR3T+Ho= - dependencies: - "@babel/runtime" "^7.8.7" + version "1.10.3" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.3.tgz#76e407ed95c42684fb8e14641e5de62fe65bbcb3" + integrity sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA== yargs-parser@^11.1.1: version "11.1.1"