Skip to content

Commit 00da262

Browse files
Bump ts-morph from 27.0.0 to 27.0.2 (#76)
* Bump ts-morph from 27.0.0 to 27.0.2 Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 27.0.0 to 27.0.2. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](dsherret/ts-morph@27.0.0...27.0.2) --- updated-dependencies: - dependency-name: ts-morph dependency-version: 27.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Rebuilt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jasonblanchard <jas.blanchard@gmail.com>
1 parent edfdf71 commit 00da262

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-typescript-server/bin/cli/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ var package_default = {
702702
commander: "^14.0.2",
703703
"js-yaml": "^4.1.0",
704704
"openapi-typescript-server-runtime": "0.0.12",
705-
"ts-morph": "^27.0.0",
705+
"ts-morph": "^27.0.2",
706706
zod: "^4.1.12"
707707
},
708708
devDependencies: {

packages/openapi-typescript-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"commander": "^14.0.2",
4646
"js-yaml": "^4.1.0",
4747
"openapi-typescript-server-runtime": "0.0.12",
48-
"ts-morph": "^27.0.0",
48+
"ts-morph": "^27.0.2",
4949
"zod": "^4.1.12"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)