From 7fed80a98ea05ebeefc8aab653a75a16408324d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 09:50:38 +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 cc3aac5..067b2cd 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "form-data": "4.0.0", "fs-extra": "11.1.1", "got": "12.6.0", - "js-yaml": "4.1.0", + "js-yaml": "4.1.1", "lodash": "4.17.21", "tunnel": "0.0.6", "winston": "3.11.0",