From b2bc3b2e13a8d5e8f73f6be0a97d68b7e8283c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 10:54:34 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /packages/cli Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index a89d3a81..6dd315e0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -19,7 +19,7 @@ "import-from": "4.0.0", "import-local": "3.1.0", "inquirer": "8.2.5", - "js-yaml": "4.1.0", + "js-yaml": "4.1.1", "json-colorizer": "2.2.2", "json-stable-stringify": "1.0.2", "json5": "2.2.3",