From e310de7a2ab7fa342a29243be166102fe583f592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:56:39 +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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 508ba29e..03d9a9e3 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-plugin-unicorn": "62.0.0", "gemoji": "8.1.0", "globby": "15.0.0", - "js-yaml": "4.1.0", + "js-yaml": "4.1.1", "json-schema-to-typescript": "15.0.4", "jsonc-parser": "3.3.1", "markdown-it": "14.1.0",