From 190bd7405213349d34f940e1a6c25e3073ed0746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:53:32 +0000 Subject: [PATCH] chore(deps): bump ts-morph from 27.0.2 to 28.0.0 Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 27.0.2 to 28.0.0. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](https://github.com/dsherret/ts-morph/compare/27.0.2...28.0.0) --- updated-dependencies: - dependency-name: ts-morph dependency-version: 28.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/es-cqrs-schematics/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/es-cqrs-schematics/package.json b/packages/es-cqrs-schematics/package.json index f3a455a..facdd1b 100644 --- a/packages/es-cqrs-schematics/package.json +++ b/packages/es-cqrs-schematics/package.json @@ -32,7 +32,7 @@ "fs-extra": "^11.0.0", "pluralize": "^8.0.0", "prettier": "2.8.8", - "ts-morph": "^27.0.2" + "ts-morph": "^28.0.0" }, "peerDependencies": { "@angular-devkit/core": ">=16.0.0",