From 9cd57e2e336ba2a0aa8abef0719dfe4cb586422f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 20:26:23 +0000 Subject: [PATCH] Bump js-yaml from 3.14.0 to 4.1.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c27f563..bb5b975 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "capability-config-fs": "0.1.0", "capability-sdk": "0.12.2", "capability-uri": "0.4.1", - "js-yaml": "3.14.0", + "js-yaml": "4.1.1", "lockfile": "1.0.4", "prompt": "1.0.0", "semver": "7.3.2",