Skip to content

Commit 8e2e81d

Browse files
build(deps): update devdependency c8 to ~10.1.0
1 parent 85b5f57 commit 8e2e81d

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@typescript-eslint/eslint-plugin": "~6.21.0",
4343
"@typescript-eslint/parser": "~6.21.0",
4444
"ava": "~6.1.0",
45-
"c8": "~9.1.0",
45+
"c8": "~10.1.0",
4646
"eslint": "~8.57.0",
4747
"eslint-config-prettier": "~9.1.0",
4848
"eslint-plugin-import": "~2.29.0",

yarn.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,9 +1891,9 @@ __metadata:
18911891
languageName: node
18921892
linkType: hard
18931893

1894-
"c8@npm:~9.1.0":
1895-
version: 9.1.0
1896-
resolution: "c8@npm:9.1.0"
1894+
"c8@npm:~10.1.0":
1895+
version: 10.1.2
1896+
resolution: "c8@npm:10.1.2"
18971897
dependencies:
18981898
"@bcoe/v8-coverage": "npm:^0.2.3"
18991899
"@istanbuljs/schema": "npm:^0.1.3"
@@ -1902,13 +1902,18 @@ __metadata:
19021902
istanbul-lib-coverage: "npm:^3.2.0"
19031903
istanbul-lib-report: "npm:^3.0.1"
19041904
istanbul-reports: "npm:^3.1.6"
1905-
test-exclude: "npm:^6.0.0"
1905+
test-exclude: "npm:^7.0.1"
19061906
v8-to-istanbul: "npm:^9.0.0"
19071907
yargs: "npm:^17.7.2"
19081908
yargs-parser: "npm:^21.1.1"
1909+
peerDependencies:
1910+
monocart-coverage-reports: ^2
1911+
peerDependenciesMeta:
1912+
monocart-coverage-reports:
1913+
optional: true
19091914
bin:
19101915
c8: bin/c8.js
1911-
checksum: 10c0/f09d8650497f919eb974365f8079d9b6096edad116a7d538e95df66adee430a5503ea5307e7fcdc5d58dffac04329c151e839cd4c587ac48d68ffbfa1986907d
1916+
checksum: 10c0/882903f22c08f9053b7b274ba31c374cf141d027c46cda57e6472798f82437c5d73fe25bd25b60d6b01c9de383615ae932e6c4d7d4acd7ea231216215f207217
19121917
languageName: node
19131918
linkType: hard
19141919

@@ -3588,7 +3593,7 @@ __metadata:
35883593
languageName: node
35893594
linkType: hard
35903595

3591-
"glob@npm:^7.1.3, glob@npm:^7.1.4":
3596+
"glob@npm:^7.1.3":
35923597
version: 7.2.3
35933598
resolution: "glob@npm:7.2.3"
35943599
dependencies:
@@ -5017,7 +5022,7 @@ __metadata:
50175022
languageName: node
50185023
linkType: hard
50195024

5020-
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
5025+
"minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
50215026
version: 3.1.2
50225027
resolution: "minimatch@npm:3.1.2"
50235028
dependencies:
@@ -6003,7 +6008,7 @@ __metadata:
60036008
"@typescript-eslint/eslint-plugin": "npm:~6.21.0"
60046009
"@typescript-eslint/parser": "npm:~6.21.0"
60056010
ava: "npm:~6.1.0"
6006-
c8: "npm:~9.1.0"
6011+
c8: "npm:~10.1.0"
60076012
eslint: "npm:~8.57.0"
60086013
eslint-config-prettier: "npm:~9.1.0"
60096014
eslint-plugin-import: "npm:~2.29.0"
@@ -7090,14 +7095,14 @@ __metadata:
70907095
languageName: node
70917096
linkType: hard
70927097

7093-
"test-exclude@npm:^6.0.0":
7094-
version: 6.0.0
7095-
resolution: "test-exclude@npm:6.0.0"
7098+
"test-exclude@npm:^7.0.1":
7099+
version: 7.0.1
7100+
resolution: "test-exclude@npm:7.0.1"
70967101
dependencies:
70977102
"@istanbuljs/schema": "npm:^0.1.2"
7098-
glob: "npm:^7.1.4"
7099-
minimatch: "npm:^3.0.4"
7100-
checksum: 10c0/019d33d81adff3f9f1bfcff18125fb2d3c65564f437d9be539270ee74b994986abb8260c7c2ce90e8f30162178b09dbbce33c6389273afac4f36069c48521f57
7103+
glob: "npm:^10.4.1"
7104+
minimatch: "npm:^9.0.4"
7105+
checksum: 10c0/6d67b9af4336a2e12b26a68c83308c7863534c65f27ed4ff7068a56f5a58f7ac703e8fc80f698a19bb154fd8f705cdf7ec347d9512b2c522c737269507e7b263
71017106
languageName: node
71027107
linkType: hard
71037108

0 commit comments

Comments
 (0)