From 413f41b46d1f350711a0ff85e3612e99b74f40c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 09:01:53 +0000 Subject: [PATCH] Bump js-yaml from 4.0.0 to 4.2.0 in /examples/cli Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.0.0 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.0.0...4.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cli/package.json | 2 +- examples/cli/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/cli/package.json b/examples/cli/package.json index ef87149..b99b2d1 100644 --- a/examples/cli/package.json +++ b/examples/cli/package.json @@ -6,7 +6,7 @@ "author": "Anderson de Oliveira ", "license": "MIT", "dependencies": { - "js-yaml": "^4.0.0", + "js-yaml": "^4.2.0", "prompt": "^1.1.0" } } diff --git a/examples/cli/yarn.lock b/examples/cli/yarn.lock index 343cf54..82f0390 100644 --- a/examples/cli/yarn.lock +++ b/examples/cli/yarn.lock @@ -100,10 +100,10 @@ isstream@0.1.x: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -js-yaml@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f" - integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q== +js-yaml@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524" + integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw== dependencies: argparse "^2.0.1"