Skip to content

Commit d1832de

Browse files
build(deps): update devdependency c8 to ~10.1.0
1 parent 60ad7a5 commit d1832de

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

@@ -3587,7 +3592,7 @@ __metadata:
35873592
languageName: node
35883593
linkType: hard
35893594

3590-
"glob@npm:^7.1.3, glob@npm:^7.1.4":
3595+
"glob@npm:^7.1.3":
35913596
version: 7.2.3
35923597
resolution: "glob@npm:7.2.3"
35933598
dependencies:
@@ -5016,7 +5021,7 @@ __metadata:
50165021
languageName: node
50175022
linkType: hard
50185023

5019-
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
5024+
"minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
50205025
version: 3.1.2
50215026
resolution: "minimatch@npm:3.1.2"
50225027
dependencies:
@@ -5995,7 +6000,7 @@ __metadata:
59956000
"@typescript-eslint/eslint-plugin": "npm:~6.21.0"
59966001
"@typescript-eslint/parser": "npm:~6.21.0"
59976002
ava: "npm:~6.1.0"
5998-
c8: "npm:~9.1.0"
6003+
c8: "npm:~10.1.0"
59996004
eslint: "npm:~8.57.0"
60006005
eslint-config-prettier: "npm:~9.1.0"
60016006
eslint-plugin-import: "npm:~2.29.0"
@@ -7082,14 +7087,14 @@ __metadata:
70827087
languageName: node
70837088
linkType: hard
70847089

7085-
"test-exclude@npm:^6.0.0":
7086-
version: 6.0.0
7087-
resolution: "test-exclude@npm:6.0.0"
7090+
"test-exclude@npm:^7.0.1":
7091+
version: 7.0.1
7092+
resolution: "test-exclude@npm:7.0.1"
70887093
dependencies:
70897094
"@istanbuljs/schema": "npm:^0.1.2"
7090-
glob: "npm:^7.1.4"
7091-
minimatch: "npm:^3.0.4"
7092-
checksum: 10c0/019d33d81adff3f9f1bfcff18125fb2d3c65564f437d9be539270ee74b994986abb8260c7c2ce90e8f30162178b09dbbce33c6389273afac4f36069c48521f57
7095+
glob: "npm:^10.4.1"
7096+
minimatch: "npm:^9.0.4"
7097+
checksum: 10c0/6d67b9af4336a2e12b26a68c83308c7863534c65f27ed4ff7068a56f5a58f7ac703e8fc80f698a19bb154fd8f705cdf7ec347d9512b2c522c737269507e7b263
70937098
languageName: node
70947099
linkType: hard
70957100

0 commit comments

Comments
 (0)