From 7a0b8fb742e9ac289ee160edd0c4d55164641ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:04:46 +0000 Subject: [PATCH] :arrow_up: maint(deps): Bump ts-morph in /packages/plugins/trpc Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 16.0.0 to 22.0.0. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](https://github.com/dsherret/ts-morph/compare/16.0.0...22.0.0) --- updated-dependencies: - dependency-name: ts-morph dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/plugins/trpc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/trpc/package.json b/packages/plugins/trpc/package.json index ffa0a6e89..f5327e75d 100644 --- a/packages/plugins/trpc/package.json +++ b/packages/plugins/trpc/package.json @@ -29,7 +29,7 @@ "@zenstackhq/sdk": "workspace:*", "change-case": "^4.1.2", "lower-case-first": "^2.0.2", - "ts-morph": "^16.0.0", + "ts-morph": "^22.0.0", "tslib": "^2.4.1", "upper-case-first": "^2.0.2", "zod": "^3.22.4"