From 7fcdadba10d22511799c9f4c836397903e490fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:11:06 +0000 Subject: [PATCH] chore(deps): bump ts-morph from 23.0.0 to 24.0.0 Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 23.0.0 to 24.0.0. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](https://github.com/dsherret/ts-morph/compare/23.0.0...24.0.0) --- updated-dependencies: - dependency-name: ts-morph 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 650e2d6..e5597e9 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": "^23.0.0" + "ts-morph": "^24.0.0" }, "peerDependencies": { "@angular-devkit/core": ">=16.0.0",