diff --git a/yarn.lock b/yarn.lock index 81ca068f..f8947061 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1675,10 +1675,10 @@ node-fetch "~2.1.2" seedrandom "2.4.3" -"@ts-morph/common@~0.11.0": - version "0.11.0" - resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.11.0.tgz#df94af35f42d01d9d389bfdefc8bcc3f6a59a192" - integrity sha512-Ti2tpROSVHlBoNiJKVUYPNk/yCPb1Bcly4RsSwC2F9a8PMMYfEYovRcghTu6N5o66Jq0yvPXN3uNaO4a3zskTA== +"@ts-morph/common@~0.11.1": + version "0.11.1" + resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.11.1.tgz#281af2a0642b19354d8aa07a0d50dfdb4aa8164e" + integrity sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g== dependencies: fast-glob "^3.2.7" minimatch "^3.0.4" @@ -10942,11 +10942,11 @@ ts-jest@^25.3.1: yargs-parser "18.x" ts-morph@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-12.0.0.tgz#a601c3538703755cbfa2d42b62c52df73e9dbbd7" - integrity sha512-VHC8XgU2fFW7yO1f/b3mxKDje1vmyzFXHWzOYmKEkCEwcLjDtbdLgBQviqj4ZwP4MJkQtRo6Ha2I29lq/B+VxA== + version "12.1.0" + resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-12.1.0.tgz#80a80703b30f94354e7bb0c490344be1031125a7" + integrity sha512-xsJt70NePtztxDZ99bXkOwoi3p82JDUiPa0pSgfvxDj87mb4zUwzv1LHOue3Lq7iJlh5fLzvWshOMDEUfKTVtg== dependencies: - "@ts-morph/common" "~0.11.0" + "@ts-morph/common" "~0.11.1" code-block-writer "^10.1.1" ts-node@10.4.0: