From 77836d7ea524860e688a5b60a1f42fb7cd0a0489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:35:23 +0000 Subject: [PATCH] deps(deps-dev): bump js-yaml from 4.3.0 to 5.2.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 5.2.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...5.2.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4adaae..cf31216 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "c8": "^11.0.0", "eslint": "^10.2.1", "eslint-plugin-security": "^4.0.0", - "js-yaml": "^4.1.1", + "js-yaml": "^5.2.1", "prettier": "^3.8.3", "typedoc": "^0.28.19", "typescript": "5.8.3",