Skip to content

Commit

Permalink
Bump ts-morph from 18.0.0 to 20.0.0
Browse files Browse the repository at this point in the history
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 18.0.0 to 20.0.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases)
- [Commits](dsherret/ts-morph@18.0.0...20.0.0)

---
updated-dependencies:
- dependency-name: ts-morph
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
1 parent aeaa6cb commit 7ee5061
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"js-yaml": "^4.1.0",
"qs": "^6.10.1",
"randomstring": "^1.2.1",
"ts-morph": "18.0.0",
"ts-morph": "20.0.0",
"typescript": "^4.9.5",
"validator": "^13.6.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -900,10 +900,10 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==

"@ts-morph/common@~0.19.0":
version "0.19.0"
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.19.0.tgz#927fcd81d1bbc09c89c4a310a84577fb55f3694e"
integrity sha512-Unz/WHmd4pGax91rdIKWi51wnVUW11QttMEPpBiBgIewnc9UQIX7UDLxr5vRlqeByXCwhkF6VabSsI0raWcyAQ==
"@ts-morph/common@~0.21.0":
version "0.21.0"
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.21.0.tgz#30272bde654127326d8b73643b9a8de280135fb4"
integrity sha512-ES110Mmne5Vi4ypUKrtVQfXFDtCsDXiUiGxF6ILVlE90dDD4fdpC1LSjydl/ml7xJWKSDZwUYD2zkOePMSrPBA==
dependencies:
fast-glob "^3.2.12"
minimatch "^7.4.3"
Expand Down Expand Up @@ -5777,12 +5777,12 @@ ts-jest@^26.5.6:
semver "7.x"
yargs-parser "20.x"

ts-morph@18.0.0:
version "18.0.0"
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-18.0.0.tgz#b9e7a898ea115064585a8a775d86da6edc9c5b4e"
integrity sha512-Kg5u0mk19PIIe4islUI/HWRvm9bC1lHejK4S0oh1zaZ77TMZAEmQC0sHQYiu2RgCQFZKXz1fMVi/7nOOeirznA==
ts-morph@20.0.0:
version "20.0.0"
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-20.0.0.tgz#c46b4c231dfc93347091901f1f9a3e13413230fd"
integrity sha512-JVmEJy2Wow5n/84I3igthL9sudQ8qzjh/6i4tmYCm6IqYyKFlNbJZi7oBdjyqcWSWYRu3CtL0xbT6fS03ESZIg==
dependencies:
"@ts-morph/common" "~0.19.0"
"@ts-morph/common" "~0.21.0"
code-block-writer "^12.0.0"

tslib@^1.14.1, tslib@^1.8.1:
Expand Down

0 comments on commit 7ee5061

Please sign in to comment.