From ad0efda3a47488d3e5a99a8829d6187843755c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 05:43:58 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.2.0 in /cli Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 576121a8c0..009dbfc7c7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -67,7 +67,7 @@ "graphql": "catalog:", "https-proxy-agent": "7.0.5", "inquirer": "9.2.7", - "js-yaml": "4.1.1", + "js-yaml": "4.2.0", "jwt-decode": "3.1.2", "lodash-es": "catalog:", "log-symbols": "5.1.0",