From eabe7990d05887072c4edf1382ca25d3026acc2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:24:12 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/gen-types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gen-types/package.json b/tools/gen-types/package.json index c978922..471c742 100644 --- a/tools/gen-types/package.json +++ b/tools/gen-types/package.json @@ -8,7 +8,7 @@ "test": "bun test" }, "dependencies": { - "js-yaml": "^4.1.0", + "js-yaml": "^5.2.1", "ts-morph": "^28.0.0" }, "devDependencies": {