Skip to content

Commit

Permalink
build(deps-dev): bump @vitest/coverage-istanbul from 1.1.3 to 1.2.2 (#…
Browse files Browse the repository at this point in the history
…325)

Bumps [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) from 1.1.3 to 1.2.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/coverage-istanbul)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-istanbul"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 123b454 commit a6fa212
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.14.0",
"@vercel/ncc": "^0.38.1",
"@vitest/coverage-istanbul": "^1.0.4",
"@vitest/coverage-istanbul": "^1.2.2",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.14.7, @babel/parser@npm:^7.22.15, @babel/parser@npm:^7.23.3, @babel/parser@npm:^7.23.6":
"@babel/parser@npm:^7.14.7, @babel/parser@npm:^7.22.15, @babel/parser@npm:^7.23.6":
version: 7.23.6
resolution: "@babel/parser@npm:7.23.6"
bin:
Expand Down Expand Up @@ -265,7 +265,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.22.15, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.3, @babel/types@npm:^7.23.6, @babel/types@npm:^7.8.3":
"@babel/types@npm:^7.22.15, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.6, @babel/types@npm:^7.8.3":
version: 7.23.6
resolution: "@babel/types@npm:7.23.6"
dependencies:
Expand Down Expand Up @@ -1036,22 +1036,22 @@ __metadata:
languageName: node
linkType: hard

"@vitest/coverage-istanbul@npm:^1.0.4":
version: 1.1.3
resolution: "@vitest/coverage-istanbul@npm:1.1.3"
"@vitest/coverage-istanbul@npm:^1.2.2":
version: 1.2.2
resolution: "@vitest/coverage-istanbul@npm:1.2.2"
dependencies:
debug: ^4.3.4
istanbul-lib-coverage: ^3.2.2
istanbul-lib-instrument: ^6.0.1
istanbul-lib-report: ^3.0.1
istanbul-lib-source-maps: ^4.0.1
istanbul-reports: ^3.1.6
magicast: ^0.3.2
magicast: ^0.3.3
picocolors: ^1.0.0
test-exclude: ^6.0.0
peerDependencies:
vitest: ^1.0.0
checksum: aca4932bb0df6f483ecc657a31afe8a93b5179f5138dd43912b54ae1a4489f1f6a8e6363540b6e48ed334d9f9d5b33f7b6726fee70b384bb3ad0f506c349160d
checksum: 61813cb3a2794fd5c6aba3033aa74b5e4cc955841324868be734d1eb26ebf8e7601f21ada2ad1fe93789dc0f29e935b8b34ed5f99037ff79f36897ad1366c5e2
languageName: node
linkType: hard

Expand Down Expand Up @@ -3714,14 +3714,14 @@ __metadata:
languageName: node
linkType: hard

"magicast@npm:^0.3.2":
version: 0.3.2
resolution: "magicast@npm:0.3.2"
"magicast@npm:^0.3.3":
version: 0.3.3
resolution: "magicast@npm:0.3.3"
dependencies:
"@babel/parser": ^7.23.3
"@babel/types": ^7.23.3
"@babel/parser": ^7.23.6
"@babel/types": ^7.23.6
source-map-js: ^1.0.2
checksum: 5fe45cdf7a8f6f61e51e34025a2412fbc8cad12e9b3f5d6ac2f8355a6e66dcd706ab17157021b9be5e26be610e8badd1fbe29ef02aaf219954a50c222da15be4
checksum: de2bfca38cf4a20e598cf0e48598d183ebe2a846b80c5f4a71950b4e501f27492b3d21111a4da3dcff8aa85c2acdf3900126a8867a030a9f2fbb3c7a0a0c78bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -4845,7 +4845,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^6.18.1
"@typescript-eslint/parser": ^6.14.0
"@vercel/ncc": ^0.38.1
"@vitest/coverage-istanbul": ^1.0.4
"@vitest/coverage-istanbul": ^1.2.2
eslint: ^8.56.0
eslint-import-resolver-typescript: ^3.6.1
eslint-plugin-eslint-comments: ^3.2.0
Expand Down

0 comments on commit a6fa212

Please sign in to comment.