From 1e95d3686847c3783b210064ae36383f9106c25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:33:58 +0000 Subject: [PATCH] chore(deps): Bump js-yaml from 4.3.0 to 5.2.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 5.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...5.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.0 dependency-type: direct:production 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 990f612..a3c0074 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "ajv": "^8.17.1", "chalk": "^5.6.2", "commander": "^14.0.3", - "js-yaml": "^4.1.1", + "js-yaml": "^5.2.0", "pino": "^10.3.1" }, "devDependencies": {