Skip to content

Commit

Permalink
build(deps): update devdependency c8 to ~10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent 60ad7a5 commit d1832de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/eslint-plugin": "~6.21.0",
"@typescript-eslint/parser": "~6.21.0",
"ava": "~6.1.0",
"c8": "~9.1.0",
"c8": "~10.1.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-import": "~2.29.0",
Expand Down
33 changes: 19 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1891,9 +1891,9 @@ __metadata:
languageName: node
linkType: hard

"c8@npm:~9.1.0":
version: 9.1.0
resolution: "c8@npm:9.1.0"
"c8@npm:~10.1.0":
version: 10.1.2
resolution: "c8@npm:10.1.2"
dependencies:
"@bcoe/v8-coverage": "npm:^0.2.3"
"@istanbuljs/schema": "npm:^0.1.3"
Expand All @@ -1902,13 +1902,18 @@ __metadata:
istanbul-lib-coverage: "npm:^3.2.0"
istanbul-lib-report: "npm:^3.0.1"
istanbul-reports: "npm:^3.1.6"
test-exclude: "npm:^6.0.0"
test-exclude: "npm:^7.0.1"
v8-to-istanbul: "npm:^9.0.0"
yargs: "npm:^17.7.2"
yargs-parser: "npm:^21.1.1"
peerDependencies:
monocart-coverage-reports: ^2
peerDependenciesMeta:
monocart-coverage-reports:
optional: true
bin:
c8: bin/c8.js
checksum: 10c0/f09d8650497f919eb974365f8079d9b6096edad116a7d538e95df66adee430a5503ea5307e7fcdc5d58dffac04329c151e839cd4c587ac48d68ffbfa1986907d
checksum: 10c0/882903f22c08f9053b7b274ba31c374cf141d027c46cda57e6472798f82437c5d73fe25bd25b60d6b01c9de383615ae932e6c4d7d4acd7ea231216215f207217
languageName: node
linkType: hard

Expand Down Expand Up @@ -3587,7 +3592,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^7.1.3, glob@npm:^7.1.4":
"glob@npm:^7.1.3":
version: 7.2.3
resolution: "glob@npm:7.2.3"
dependencies:
Expand Down Expand Up @@ -5016,7 +5021,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
"minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
dependencies:
Expand Down Expand Up @@ -5995,7 +6000,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:~6.21.0"
"@typescript-eslint/parser": "npm:~6.21.0"
ava: "npm:~6.1.0"
c8: "npm:~9.1.0"
c8: "npm:~10.1.0"
eslint: "npm:~8.57.0"
eslint-config-prettier: "npm:~9.1.0"
eslint-plugin-import: "npm:~2.29.0"
Expand Down Expand Up @@ -7082,14 +7087,14 @@ __metadata:
languageName: node
linkType: hard

"test-exclude@npm:^6.0.0":
version: 6.0.0
resolution: "test-exclude@npm:6.0.0"
"test-exclude@npm:^7.0.1":
version: 7.0.1
resolution: "test-exclude@npm:7.0.1"
dependencies:
"@istanbuljs/schema": "npm:^0.1.2"
glob: "npm:^7.1.4"
minimatch: "npm:^3.0.4"
checksum: 10c0/019d33d81adff3f9f1bfcff18125fb2d3c65564f437d9be539270ee74b994986abb8260c7c2ce90e8f30162178b09dbbce33c6389273afac4f36069c48521f57
glob: "npm:^10.4.1"
minimatch: "npm:^9.0.4"
checksum: 10c0/6d67b9af4336a2e12b26a68c83308c7863534c65f27ed4ff7068a56f5a58f7ac703e8fc80f698a19bb154fd8f705cdf7ec347d9512b2c522c737269507e7b263
languageName: node
linkType: hard

Expand Down

0 comments on commit d1832de

Please sign in to comment.