Skip to content

Commit ddccef6

Browse files
chore(deps): update dependency type-coverage to ^2.29.7
1 parent bd3280a commit ddccef6

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"jest": "^29.7.0",
7676
"ts-jest": "^29.1.1",
7777
"ts-node": "^10.9.2",
78-
"type-coverage": "^2.27.0",
78+
"type-coverage": "^2.29.7",
7979
"typescript": "^5.3.3",
8080
"yarn-deduplicate": "^6.0.2"
8181
},

yarn.lock

+18-17
Original file line numberDiff line numberDiff line change
@@ -4035,19 +4035,19 @@ chalk@2.4.2, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
40354035
escape-string-regexp "^1.0.5"
40364036
supports-color "^5.3.0"
40374037

4038-
chalk@5.3.0:
4039-
version "5.3.0"
4040-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
4041-
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
4042-
4043-
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
4038+
chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
40444039
version "4.1.2"
40454040
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
40464041
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
40474042
dependencies:
40484043
ansi-styles "^4.1.0"
40494044
supports-color "^7.1.0"
40504045

4046+
chalk@5.3.0:
4047+
version "5.3.0"
4048+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
4049+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
4050+
40514051
char-regex@^1.0.2:
40524052
version "1.0.2"
40534053
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -8668,7 +8668,7 @@ min-indent@^1.0.0:
86688668
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
86698669
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
86708670

8671-
"minimatch@6 || 7 || 8 || 9", minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3:
8671+
"minimatch@6 || 7 || 8 || 9 || 10", minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3:
86728672
version "9.0.3"
86738673
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
86748674
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -11438,24 +11438,25 @@ type-check@~0.3.2:
1143811438
dependencies:
1143911439
prelude-ls "~1.1.2"
1144011440

11441-
type-coverage-core@^2.26.3:
11442-
version "2.26.3"
11443-
resolved "https://registry.yarnpkg.com/type-coverage-core/-/type-coverage-core-2.26.3.tgz#47e2c8225f582d1ca9551c2bace20836b295c944"
11444-
integrity sha512-rzNdW/tClHJvsUiy787b/UX53bNh1Dn7A5KqZDQjkL3j7iKFv/KnTolxDBBgTPcK4Zn9Ab7WLrik7cXw2oZZqw==
11441+
type-coverage-core@^2.29.7:
11442+
version "2.29.7"
11443+
resolved "https://registry.yarnpkg.com/type-coverage-core/-/type-coverage-core-2.29.7.tgz#dbc50f88e7eaf4fab6ca6fbf1811a3612cfdf451"
11444+
integrity sha512-bt+bnXekw3p5NnqiZpNupOOxfUKGw2Z/YJedfGHkxpeyGLK7DZ59a6Wds8eq1oKjJc5Wulp2xL207z8FjFO14Q==
1144511445
dependencies:
1144611446
fast-glob "3"
11447-
minimatch "6 || 7 || 8 || 9"
11447+
minimatch "6 || 7 || 8 || 9 || 10"
1144811448
normalize-path "3"
1144911449
tslib "1 || 2"
1145011450
tsutils "3"
1145111451

11452-
type-coverage@^2.27.0:
11453-
version "2.27.0"
11454-
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.27.0.tgz#682de585b8814d0772100cd99b31df8f3eb75f7b"
11455-
integrity sha512-Gs4HcUPrZ+Z7De/eqZfw60SOEjzN30CI94p/2luye0IUI1y9TsWVOkchrqArR3khpN+ACXXQyxsiqH0FdoN48Q==
11452+
type-coverage@^2.29.7:
11453+
version "2.29.7"
11454+
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.29.7.tgz#bbeeda5d9933e180a5f5e47b1f589b1b2c95825c"
11455+
integrity sha512-E67Chw7SxFe++uotisxt/xzB1UxxvLztzzQqVyUZ/jKujsejVqvoO5vn25oMvqJydqYrASBVBCQCy082E2qQYQ==
1145611456
dependencies:
11457+
chalk "4.1.2"
1145711458
minimist "1"
11458-
type-coverage-core "^2.26.3"
11459+
type-coverage-core "^2.29.7"
1145911460

1146011461
type-detect@4.0.8:
1146111462
version "4.0.8"

0 commit comments

Comments
 (0)