diff --git a/package.json b/package.json index 2651d469..c8fcc1d1 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@changesets/cli": "^2.26.2", "@types/node": "^18.7.18", "@vitest/coverage-istanbul": "^0.34.6", - "type-coverage": "^2.22.0", + "type-coverage": "^2.27.0", "typescript": "^4.8.4", "unplugin-auto-import": "^0.11.4", "vitest": "^0.34.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f419d447..593e081a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ specifiers: rehype-parse: ^8.0.5 rehype-preset-minify: ^6.0.0 rehype-stringify: ^9.0.4 - type-coverage: ^2.22.0 + type-coverage: ^2.27.0 typescript: ^4.8.4 unified: ^10.1.2 unified-stream: ^2.0.0 @@ -39,7 +39,7 @@ devDependencies: '@changesets/cli': 2.26.2 '@types/node': 18.7.18 '@vitest/coverage-istanbul': 0.34.6_vitest@0.34.6 - type-coverage: 2.22.0_typescript@4.8.4 + type-coverage: 2.27.0_typescript@4.8.4 typescript: 4.8.4 unplugin-auto-import: 0.11.4_rollup@2.79.0 vitest: 0.34.6 @@ -8146,6 +8146,13 @@ packages: brace-expansion: 2.0.1 dev: true + /minimatch/9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -11500,25 +11507,25 @@ packages: prelude-ls: 1.2.1 dev: true - /type-coverage-core/2.22.0_typescript@4.8.4: - resolution: {integrity: sha512-j2wjwOTeKc/G6RUrgVsBYuDbum2GnJ/pCQ6/DlMvgs1QBXEqZxI9N6okUSFc14veQBzr01gG0cwmdyagKdf3Sg==} + /type-coverage-core/2.26.3_typescript@4.8.4: + resolution: {integrity: sha512-rzNdW/tClHJvsUiy787b/UX53bNh1Dn7A5KqZDQjkL3j7iKFv/KnTolxDBBgTPcK4Zn9Ab7WLrik7cXw2oZZqw==} peerDependencies: - typescript: 2 || 3 || 4 + typescript: 2 || 3 || 4 || 5 dependencies: fast-glob: 3.2.12 - minimatch: 5.1.0 + minimatch: 9.0.3 normalize-path: 3.0.0 tslib: 2.4.0 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 dev: true - /type-coverage/2.22.0_typescript@4.8.4: - resolution: {integrity: sha512-wgM1yH4J5gAszojftiozxb6HSOvoCqYQLmIS5Ybo4HpBtr9BrVgK5duj4e3tkc28Xg6VA2WPB8GFC+oJw352oQ==} + /type-coverage/2.27.0_typescript@4.8.4: + resolution: {integrity: sha512-Gs4HcUPrZ+Z7De/eqZfw60SOEjzN30CI94p/2luye0IUI1y9TsWVOkchrqArR3khpN+ACXXQyxsiqH0FdoN48Q==} hasBin: true dependencies: minimist: 1.2.6 - type-coverage-core: 2.22.0_typescript@4.8.4 + type-coverage-core: 2.26.3_typescript@4.8.4 transitivePeerDependencies: - typescript dev: true