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

Commit 925f082

Browse files
Bump ts-morph from 7.3.0 to 8.1.2
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 7.3.0 to 8.1.2. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](https://github.com/dsherret/ts-morph/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 958f6f7 commit 925f082

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.7.1",
4646
"prettier": "2.1.2",
47-
"ts-morph": "7.3.0"
47+
"ts-morph": "8.1.2"
4848
},
4949
"husky": {
5050
"hooks": {

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -660,17 +660,17 @@
660660
dependencies:
661661
type-detect "4.0.8"
662662

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

675675
"@types/babel__core@^7.1.7":
676676
version "7.1.7"
@@ -1995,10 +1995,10 @@ fast-deep-equal@^3.1.1:
19951995
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
19961996
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
19971997

1998-
fast-glob@^3.2.2:
1999-
version "3.2.2"
2000-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz#ade1a9d91148965d4bf7c51f72e1ca662d32e63d"
2001-
integrity sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==
1998+
fast-glob@^3.2.4:
1999+
version "3.2.4"
2000+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
2001+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
20022002
dependencies:
20032003
"@nodelib/fs.stat" "^2.0.2"
20042004
"@nodelib/fs.walk" "^1.2.3"
@@ -2126,10 +2126,10 @@ fs-extra@^8.1.0:
21262126
jsonfile "^4.0.0"
21272127
universalify "^0.1.0"
21282128

2129-
fs-extra@^9.0.0:
2130-
version "9.0.0"
2131-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
2132-
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
2129+
fs-extra@^9.0.1:
2130+
version "9.0.1"
2131+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
2132+
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
21332133
dependencies:
21342134
at-least-node "^1.0.0"
21352135
graceful-fs "^4.2.0"
@@ -4801,13 +4801,13 @@ ts-jest@25.5.1:
48014801
semver "6.x"
48024802
yargs-parser "18.x"
48034803

4804-
ts-morph@7.3.0:
4805-
version "7.3.0"
4806-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-7.3.0.tgz#1777b893d9573b3522108b43159b5ba2515ffde7"
4807-
integrity sha512-BUKSoz7AFSKPcYTZODbICW2mOthAN4vc5juD6FL1lD/dLwZ0WvrC3zqBM3/X6f5gHxq3yaz+HmanHGaWm0ddbQ==
4804+
ts-morph@8.1.2:
4805+
version "8.1.2"
4806+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-8.1.2.tgz#f0bee6be6fbd8c3174ac5d6c0423a035e36c2bbd"
4807+
integrity sha512-5w4TzmMzECrBunIku1T6/Y0Y2IJ9sHT6hAlfF59WugXnsq1dv6DSioA+s6LgUiswxjgaJgZndOKgu8BrLcYjKw==
48084808
dependencies:
48094809
"@dsherret/to-absolute-glob" "^2.0.2"
4810-
"@ts-morph/common" "~0.5.2"
4810+
"@ts-morph/common" "~0.6.0"
48114811
code-block-writer "^10.1.0"
48124812

48134813
ts-toolbelt@^6.15.1:
@@ -4878,11 +4878,16 @@ typedarray-to-buffer@^3.1.5:
48784878
dependencies:
48794879
is-typedarray "^1.0.0"
48804880

4881-
typescript@3.9.7, typescript@~3.9.7:
4881+
typescript@3.9.7:
48824882
version "3.9.7"
48834883
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
48844884
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
48854885

4886+
typescript@~4.0.2:
4887+
version "4.0.5"
4888+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
4889+
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
4890+
48864891
unc-path-regex@^0.1.2:
48874892
version "0.1.2"
48884893
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"

0 commit comments

Comments
 (0)