From 4f8b984563c20ff7c3371621027d183759485d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 04:45:03 +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 ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d271c75b..3e20801c 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",