From a12c2c917e6484e8c135738eb1bc3772700e7029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:23:49 +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] --- 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..b70fc24 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.0", "ts-morph": "^28.0.0" }, "devDependencies": {