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

Commit bc2c98a

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

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

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -649,17 +649,17 @@
649649
dependencies:
650650
type-detect "4.0.8"
651651

652-
"@ts-morph/common@~0.5.2":
653-
version "0.5.2"
654-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.5.2.tgz#d02c2493c1e07dfd47f247b4f0b72f083fcaea3a"
655-
integrity sha512-eLmfYV6u6gUgHrB9QV9lpuWg3cD60mhXdv0jvM5exWR/Cor8HG+GziFIj2hPEWHJknqzuU4meZd8DTqIzZfDRQ==
652+
"@ts-morph/common@~0.6.0":
653+
version "0.6.0"
654+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.6.0.tgz#cbd4ee57c5ef971511b9c5778e0bb8eb27de4783"
655+
integrity sha512-pI35nZz5bs3tL3btSVX2cWkAE8rc80F+Fn4TwSC6bQvn7fgn9IyLXVcAfpG6X6NBY5wN9TkSWXn/QYUkBvR/Fw==
656656
dependencies:
657657
"@dsherret/to-absolute-glob" "^2.0.2"
658-
fast-glob "^3.2.2"
659-
fs-extra "^9.0.0"
658+
fast-glob "^3.2.4"
659+
fs-extra "^9.0.1"
660660
is-negated-glob "^1.0.0"
661661
multimatch "^4.0.0"
662-
typescript "~3.9.7"
662+
typescript "~4.0.2"
663663

664664
"@types/babel__core@^7.1.7":
665665
version "7.1.7"
@@ -1972,10 +1972,10 @@ fast-deep-equal@^3.1.1:
19721972
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
19731973
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
19741974

1975-
fast-glob@^3.2.2:
1976-
version "3.2.2"
1977-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz#ade1a9d91148965d4bf7c51f72e1ca662d32e63d"
1978-
integrity sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==
1975+
fast-glob@^3.2.4:
1976+
version "3.2.4"
1977+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
1978+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
19791979
dependencies:
19801980
"@nodelib/fs.stat" "^2.0.2"
19811981
"@nodelib/fs.walk" "^1.2.3"
@@ -2103,10 +2103,10 @@ fs-extra@^8.1.0:
21032103
jsonfile "^4.0.0"
21042104
universalify "^0.1.0"
21052105

2106-
fs-extra@^9.0.0:
2107-
version "9.0.0"
2108-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
2109-
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
2106+
fs-extra@^9.0.1:
2107+
version "9.0.1"
2108+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
2109+
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
21102110
dependencies:
21112111
at-least-node "^1.0.0"
21122112
graceful-fs "^4.2.0"
@@ -4753,13 +4753,13 @@ ts-jest@25.5.1:
47534753
semver "6.x"
47544754
yargs-parser "18.x"
47554755

4756-
ts-morph@7.3.0:
4757-
version "7.3.0"
4758-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-7.3.0.tgz#1777b893d9573b3522108b43159b5ba2515ffde7"
4759-
integrity sha512-BUKSoz7AFSKPcYTZODbICW2mOthAN4vc5juD6FL1lD/dLwZ0WvrC3zqBM3/X6f5gHxq3yaz+HmanHGaWm0ddbQ==
4756+
ts-morph@8.1.1:
4757+
version "8.1.1"
4758+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-8.1.1.tgz#26698328116434737c2ed7bd473a5f07274b08c0"
4759+
integrity sha512-tjtRAzY4A3huKVlEnTJveLfvNmRICMOhvRJY6kwJ3Oo7bkshJa0zBdsmb/ciIWIn6L/eJsihHjoeqvNJCBbzUA==
47604760
dependencies:
47614761
"@dsherret/to-absolute-glob" "^2.0.2"
4762-
"@ts-morph/common" "~0.5.2"
4762+
"@ts-morph/common" "~0.6.0"
47634763
code-block-writer "^10.1.0"
47644764

47654765
ts-toolbelt@^6.3.3:
@@ -4830,11 +4830,16 @@ typedarray-to-buffer@^3.1.5:
48304830
dependencies:
48314831
is-typedarray "^1.0.0"
48324832

4833-
typescript@3.9.7, typescript@~3.9.7:
4833+
typescript@3.9.7:
48344834
version "3.9.7"
48354835
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
48364836
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
48374837

4838+
typescript@~4.0.2:
4839+
version "4.0.3"
4840+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
4841+
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
4842+
48384843
unc-path-regex@^0.1.2:
48394844
version "0.1.2"
48404845
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"

0 commit comments

Comments
 (0)