Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 6ef1b0f

Browse files
Bump ts-morph from 7.3.0 to 8.1.0
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 7.3.0 to 8.1.0. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](dsherret/ts-morph@7.3.0...8.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1ab2b54 commit 6ef1b0f

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lodash": "4.17.20",
4545
"pg-promise": "10.6.0",
4646
"prettier": "2.1.0",
47-
"ts-morph": "7.3.0"
47+
"ts-morph": "8.1.0"
4848
},
4949
"husky": {
5050
"hooks": {

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -656,17 +656,17 @@
656656
dependencies:
657657
type-detect "4.0.8"
658658

659-
"@ts-morph/common@~0.5.2":
660-
version "0.5.2"
661-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.5.2.tgz#d02c2493c1e07dfd47f247b4f0b72f083fcaea3a"
662-
integrity sha512-eLmfYV6u6gUgHrB9QV9lpuWg3cD60mhXdv0jvM5exWR/Cor8HG+GziFIj2hPEWHJknqzuU4meZd8DTqIzZfDRQ==
659+
"@ts-morph/common@~0.6.0":
660+
version "0.6.0"
661+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.6.0.tgz#cbd4ee57c5ef971511b9c5778e0bb8eb27de4783"
662+
integrity sha512-pI35nZz5bs3tL3btSVX2cWkAE8rc80F+Fn4TwSC6bQvn7fgn9IyLXVcAfpG6X6NBY5wN9TkSWXn/QYUkBvR/Fw==
663663
dependencies:
664664
"@dsherret/to-absolute-glob" "^2.0.2"
665-
fast-glob "^3.2.2"
666-
fs-extra "^9.0.0"
665+
fast-glob "^3.2.4"
666+
fs-extra "^9.0.1"
667667
is-negated-glob "^1.0.0"
668668
multimatch "^4.0.0"
669-
typescript "~3.9.7"
669+
typescript "~4.0.2"
670670

671671
"@types/babel__core@^7.1.7":
672672
version "7.1.7"
@@ -1990,10 +1990,10 @@ fast-deep-equal@^3.1.1:
19901990
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
19911991
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
19921992

1993-
fast-glob@^3.2.2:
1994-
version "3.2.2"
1995-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz#ade1a9d91148965d4bf7c51f72e1ca662d32e63d"
1996-
integrity sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==
1993+
fast-glob@^3.2.4:
1994+
version "3.2.4"
1995+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
1996+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
19971997
dependencies:
19981998
"@nodelib/fs.stat" "^2.0.2"
19991999
"@nodelib/fs.walk" "^1.2.3"
@@ -2121,10 +2121,10 @@ fs-extra@^8.1.0:
21212121
jsonfile "^4.0.0"
21222122
universalify "^0.1.0"
21232123

2124-
fs-extra@^9.0.0:
2125-
version "9.0.0"
2126-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
2127-
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
2124+
fs-extra@^9.0.1:
2125+
version "9.0.1"
2126+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
2127+
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
21282128
dependencies:
21292129
at-least-node "^1.0.0"
21302130
graceful-fs "^4.2.0"
@@ -4782,13 +4782,13 @@ ts-jest@25.5.1:
47824782
semver "6.x"
47834783
yargs-parser "18.x"
47844784

4785-
ts-morph@7.3.0:
4786-
version "7.3.0"
4787-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-7.3.0.tgz#1777b893d9573b3522108b43159b5ba2515ffde7"
4788-
integrity sha512-BUKSoz7AFSKPcYTZODbICW2mOthAN4vc5juD6FL1lD/dLwZ0WvrC3zqBM3/X6f5gHxq3yaz+HmanHGaWm0ddbQ==
4785+
ts-morph@8.1.0:
4786+
version "8.1.0"
4787+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-8.1.0.tgz#f8534e66bda86bfd444718ea5efb533510f185f1"
4788+
integrity sha512-Wc3SAqdh5E1/AEr6Tuwx3EANy4RmAwzHaaG/gbsQf5OVxu5audGSYof2TcZDmCodkzH9Ke/E3d//7rCOeZ7fSw==
47894789
dependencies:
47904790
"@dsherret/to-absolute-glob" "^2.0.2"
4791-
"@ts-morph/common" "~0.5.2"
4791+
"@ts-morph/common" "~0.6.0"
47924792
code-block-writer "^10.1.0"
47934793

47944794
ts-toolbelt@^6.3.3:
@@ -4854,11 +4854,16 @@ typedarray-to-buffer@^3.1.5:
48544854
dependencies:
48554855
is-typedarray "^1.0.0"
48564856

4857-
typescript@3.9.7, typescript@~3.9.7:
4857+
typescript@3.9.7:
48584858
version "3.9.7"
48594859
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
48604860
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
48614861

4862+
typescript@~4.0.2:
4863+
version "4.0.2"
4864+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
4865+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
4866+
48624867
unc-path-regex@^0.1.2:
48634868
version "0.1.2"
48644869
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"

0 commit comments

Comments
 (0)