From 4120132f6f8ce5449d118cf127661fcccbbb648e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 10:32:38 +0000 Subject: [PATCH] fix: bump ts-morph from 25.0.0 to 25.0.1 Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 25.0.0 to 25.0.1. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](https://github.com/dsherret/ts-morph/compare/25.0.0...25.0.1) --- updated-dependencies: - dependency-name: ts-morph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccc21ff..df6b5cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2557,9 +2557,10 @@ } }, "node_modules/ts-morph": { - "version": "25.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-25.0.0.tgz", - "integrity": "sha512-ERPTUVO5qF8cEGJgAejGOsCVlbk8d0SDyiJsucKQT5XgqoZslv0Qml+gnui6Yy6o+uQqw5SestyW2HvlVtT/Sg==", + "version": "25.0.1", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-25.0.1.tgz", + "integrity": "sha512-QJEiTdnz1YjrB3JFhd626gX4rKHDLSjSVMvGGG4v7ONc3RBwa0Eei98G9AT9uNFDMtV54JyuXsFeC+OH0n6bXQ==", + "license": "MIT", "dependencies": { "@ts-morph/common": "~0.26.0", "code-block-writer": "^13.0.3"