From 8e326d4c8991fad5a3f914928f8a877babff0921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 10:40:44 +0000 Subject: [PATCH] Bump js-yaml from 4.1.0 to 4.1.1 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be7a577..b225812 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "colors": "1.4.0", "commander": "9.3.0", "debug": "4.3.4", - "js-yaml": "4.1.0", + "js-yaml": "4.1.1", "mocha": "10.0.0", "randomstring": "1.2.2", "should": "13.2.3"