From 6b992794ac2771dd02f7dd52a9547aa3c47ec3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 01:59:12 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.2.0 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: indirect ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7bc65c..684b747 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "commander": "^11.0.0" }, "resolutions": { - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "test-exclude": "^8.0.0" } }