From a84bac54a1083159e0e8e6b2435fff49d0fb49e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 23:51:46 +0000 Subject: [PATCH] Bump js-yaml in /test in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /test directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 3.14.2 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.2...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index f04cd907f11..73ce9afc174 100644 --- a/test/package.json +++ b/test/package.json @@ -5,7 +5,7 @@ "dictionary-en-us": "^2.0.0", "glob": "^7.0.5", "ignore": "^3.1.3", - "js-yaml": "^3.6.1", + "js-yaml": "^4.1.1", "remark-frontmatter": "^1.1.0", "remark-lint": "^6.0.0", "remark-lint-blockquote-indentation": "^1.0.0",