Skip to content

Commit f933ad6

Browse files
chore(deps): update dependency type-coverage to ^2.26.0
1 parent 1af3ae7 commit f933ad6

File tree

2 files changed

+52
-38
lines changed

2 files changed

+52
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"rimraf": "^3.0.2",
2929
"ts-jest": "^26.5.3",
3030
"ts-node": "^9.1.1",
31-
"type-coverage": "^2.16.3",
31+
"type-coverage": "^2.26.0",
3232
"typescript": "^4.2.3",
3333
"yarn-deduplicate": "^3.1.0"
3434
},

yarn.lock

Lines changed: 51 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3777,6 +3777,13 @@ brace-expansion@^1.1.7:
37773777
balanced-match "^1.0.0"
37783778
concat-map "0.0.1"
37793779

3780+
brace-expansion@^2.0.1:
3781+
version "2.0.1"
3782+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3783+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3784+
dependencies:
3785+
balanced-match "^1.0.0"
3786+
37803787
braces@^2.3.1:
37813788
version "2.3.2"
37823789
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3793,7 +3800,7 @@ braces@^2.3.1:
37933800
split-string "^3.0.2"
37943801
to-regex "^3.0.1"
37953802

3796-
braces@^3.0.1:
3803+
braces@^3.0.2:
37973804
version "3.0.2"
37983805
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
37993806
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -5626,17 +5633,16 @@ fast-diff@^1.1.2:
56265633
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
56275634
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
56285635

5629-
fast-glob@^3.0.3, fast-glob@^3.1.1:
5630-
version "3.2.5"
5631-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
5632-
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
5636+
fast-glob@3, fast-glob@^3.0.3, fast-glob@^3.1.1:
5637+
version "3.2.12"
5638+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
5639+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
56335640
dependencies:
56345641
"@nodelib/fs.stat" "^2.0.2"
56355642
"@nodelib/fs.walk" "^1.2.3"
5636-
glob-parent "^5.1.0"
5643+
glob-parent "^5.1.2"
56375644
merge2 "^1.3.0"
5638-
micromatch "^4.0.2"
5639-
picomatch "^2.2.1"
5645+
micromatch "^4.0.4"
56405646

56415647
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
56425648
version "2.1.0"
@@ -5989,14 +5995,14 @@ gitconfiglocal@^1.0.0:
59895995
dependencies:
59905996
ini "^1.3.2"
59915997

5992-
glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@^5.1.1:
5998+
glob-parent@^5.0.0, glob-parent@^5.1.1, glob-parent@^5.1.2:
59935999
version "5.1.2"
59946000
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
59956001
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
59966002
dependencies:
59976003
is-glob "^4.0.1"
59986004

5999-
glob@7, glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
6005+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
60006006
version "7.1.6"
60016007
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
60026008
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -7958,13 +7964,13 @@ micromatch@^3.1.4:
79587964
snapdragon "^0.8.1"
79597965
to-regex "^3.0.2"
79607966

7961-
micromatch@^4.0.2:
7962-
version "4.0.2"
7963-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
7964-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
7967+
micromatch@^4.0.2, micromatch@^4.0.4:
7968+
version "4.0.5"
7969+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
7970+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
79657971
dependencies:
7966-
braces "^3.0.1"
7967-
picomatch "^2.0.5"
7972+
braces "^3.0.2"
7973+
picomatch "^2.3.1"
79687974

79697975
mime-db@1.46.0:
79707976
version "1.46.0"
@@ -7993,7 +7999,14 @@ min-indent@^1.0.0:
79937999
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
79948000
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
79958001

7996-
minimatch@3, minimatch@^3.0.4:
8002+
"minimatch@6 || 7 || 8 || 9":
8003+
version "9.0.1"
8004+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
8005+
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
8006+
dependencies:
8007+
brace-expansion "^2.0.1"
8008+
8009+
minimatch@^3.0.4:
79978010
version "3.0.4"
79988011
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
79998012
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
@@ -8303,18 +8316,18 @@ normalize-package-data@^3.0.0:
83038316
semver "^7.3.2"
83048317
validate-npm-package-license "^3.0.1"
83058318

8319+
normalize-path@3, normalize-path@^3.0.0:
8320+
version "3.0.0"
8321+
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
8322+
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
8323+
83068324
normalize-path@^2.1.1:
83078325
version "2.1.1"
83088326
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
83098327
integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
83108328
dependencies:
83118329
remove-trailing-separator "^1.0.1"
83128330

8313-
normalize-path@^3.0.0:
8314-
version "3.0.0"
8315-
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
8316-
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
8317-
83188331
normalize-url@^3.0.0, normalize-url@^3.3.0:
83198332
version "3.3.0"
83208333
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
@@ -8892,10 +8905,10 @@ performance-now@^2.1.0:
88928905
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
88938906
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
88948907

8895-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1, picomatch@^2.2.2:
8896-
version "2.2.2"
8897-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
8898-
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
8908+
picomatch@^2.0.4, picomatch@^2.2.2, picomatch@^2.3.1:
8909+
version "2.3.1"
8910+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
8911+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
88998912

89008913
pidtree@^0.3.0:
89018914
version "0.3.1"
@@ -11751,23 +11764,24 @@ type-check@~0.3.2:
1175111764
dependencies:
1175211765
prelude-ls "~1.1.2"
1175311766

11754-
type-coverage-core@^2.16.3:
11755-
version "2.16.3"
11756-
resolved "https://registry.yarnpkg.com/type-coverage-core/-/type-coverage-core-2.16.3.tgz#8467c49f40a216b75a31cbff66c6df5e43689db1"
11757-
integrity sha512-gOkogkvCALgINVPGY4hLW5qCCj1B8Jiih/Y1geNcMwAhS/Sbt+b0N5r1D6tOhmAPC9rTpxhL8cqJA2v+Ngonxw==
11767+
type-coverage-core@^2.26.0:
11768+
version "2.26.0"
11769+
resolved "https://registry.yarnpkg.com/type-coverage-core/-/type-coverage-core-2.26.0.tgz#65674366f3804962a89ea2136cc742d7fd26d439"
11770+
integrity sha512-/9VQ0ySU1CKbWd/BNnbVYMJ67oOt7qdXXxm4W5VIM07AUB5eelcDjrWG7qdIj0ZafnNkpv+v5qcD68ExOVK+Sw==
1175811771
dependencies:
11759-
glob "7"
11760-
minimatch "3"
11772+
fast-glob "3"
11773+
minimatch "6 || 7 || 8 || 9"
11774+
normalize-path "3"
1176111775
tslib "1 || 2"
1176211776
tsutils "3"
1176311777

11764-
type-coverage@^2.16.3:
11765-
version "2.16.3"
11766-
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.16.3.tgz#410ea60ad6982dc4078a36e7373456f0935ecca6"
11767-
integrity sha512-sRT+bWDWqh4FD0tQBvGAedNIteRYC+qLL51nfCEcyAwfIrTR0hm50YoP48Ri2zVFyJwmAQF92Smu4ody2k36sw==
11778+
type-coverage@^2.26.0:
11779+
version "2.26.0"
11780+
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.26.0.tgz#1635b8c3904dcb369d9caf9321cb7a6ad8861cf5"
11781+
integrity sha512-ZYtfBoifzuyiZteZeqBiauugvgIVV0orMqo2jZuOGOBCndLWhQF3Iv9bbFXyyUf/1lC/+k/ZN6Noqbh2afX3LQ==
1176811782
dependencies:
1176911783
minimist "1"
11770-
type-coverage-core "^2.16.3"
11784+
type-coverage-core "^2.26.0"
1177111785

1177211786
type-detect@4.0.8:
1177311787
version "4.0.8"

0 commit comments

Comments
 (0)