Skip to content

Commit

Permalink
chore(deps): update dependency type-coverage to ^2.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 7d65b23 commit ef30a32
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.27.2",
"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 @@ -3343,6 +3343,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 @@ -6998,7 +7005,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@^3.1.1, minimatch@^3.1.2:
"minimatch@6 || 7 || 8 || 9":
version "9.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
dependencies:
brace-expansion "^2.0.1"

minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
Expand Down Expand Up @@ -9767,24 +9781,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.27.2:
version "2.27.2"
resolved "https://registry.yarnpkg.com/type-coverage-core/-/type-coverage-core-2.27.2.tgz#4971fb32b891c5db340c59ac4c717efe33c38116"
integrity sha512-Iehy4Ap4n0DR21ag4YIIyU5kiRwvohRel37vfMbA0MP7/XMmm1UCfCb2Cz/WNLej/f/TlLwqg5RBgoR6kqoZ0g==
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.27.2:
version "2.27.2"
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.27.2.tgz#328924e9271c9910c1044bc0f58f90a90a81647f"
integrity sha512-PxtgwMd5eXetrxemwd4Jiufj33erMc9UZLaN4jsCO4a1Xb6bLHJBeS+4XM6lSdY1Qe50BpNda4Lk1pZqVFJ20A==
dependencies:
minimist "1"
type-coverage-core "^2.18.3"
type-coverage-core "^2.27.2"

[email protected]:
version "4.0.8"
Expand Down

0 comments on commit ef30a32

Please sign in to comment.