Skip to content

Commit

Permalink
chore(deps): update dependency type-coverage to ^2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent 738061e commit 9e28141
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/rimraf": "^3.0.2",
"postcss": "^8.4.14",
"ts-jest": "^27.1.5",
"type-coverage": "^2.18.3",
"type-coverage": "^2.26.1",
"typescript": "^4.4.3"
},
"typeCoverage": {
Expand Down
36 changes: 25 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3141,6 +3141,13 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"

brace-expansion@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
dependencies:
balanced-match "^1.0.0"

braces@^3.0.1:
version "3.0.2"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
Expand Down Expand Up @@ -6621,7 +6628,14 @@ min-indent@^1.0.0:
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==

minimatch@3, minimatch@^3.0.4:
"minimatch@6 || 7 || 8 || 9":
version "9.0.3"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
dependencies:
brace-expansion "^2.0.1"

minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
Expand Down Expand Up @@ -9320,24 +9334,24 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"

type-coverage-core@^2.18.3:
version "2.18.3"
resolved "https://registry.yarnpkg.com/type-coverage-core/-/type-coverage-core-2.18.3.tgz#a4eb33d36c309e8ace8b70bfb0ae3ef32e19ab50"
integrity sha512-abuqXETGrArQJ8jAhW+LI/8nPZMUSItJMui+dk0DpexPye/nmycy20Ww4hXorFfeEwbvzILaJyu+0LNO0Zq0BQ==
type-coverage-core@^2.26.1:
version "2.26.1"
resolved "https://registry.yarnpkg.com/type-coverage-core/-/type-coverage-core-2.26.1.tgz#a5a1adf78c628a5cb76e9a79ac8f48636a354864"
integrity sha512-KoGejLimF+LPr/JKdgo6fmaHIn5FJ74xCzUt3lSbcoPVDLDbqBGQQ3rizkQJmSV0R6/35iIbE16ln0atkwNE+g==
dependencies:
fast-glob "3"
minimatch "3"
minimatch "6 || 7 || 8 || 9"
normalize-path "3"
tslib "1 || 2"
tsutils "3"

type-coverage@^2.18.3:
version "2.18.3"
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.18.3.tgz#eeb1d932f3bdb4f5dcdfcaead9ee1a4f4e85347e"
integrity sha512-wO3CNAPJdnWkJwmp486tZRcH74MUyN9gHwwOPfPlFQuZXiqjE6JUYMGVFbFh6gYGlZWrODEhmKpGwdyplnQOow==
type-coverage@^2.26.1:
version "2.26.1"
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.26.1.tgz#dcf9cc29715a93882cbb3864e0646332b277e6dd"
integrity sha512-+jAw8ppSb18zSYB5DttEn4IBcNXESNh1g8pyqajz8I0wUPauDDWx1cyTvSucmMfKaDSWMeK3HJW08WCQL9suaQ==
dependencies:
minimist "1"
type-coverage-core "^2.18.3"
type-coverage-core "^2.26.1"

[email protected]:
version "4.0.8"
Expand Down

0 comments on commit 9e28141

Please sign in to comment.