Skip to content

Commit bc4d913

Browse files
build(deps): update devdependency c8 to ~10.0.0
1 parent 282fc54 commit bc4d913

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-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.0.0",
4646
"eslint": "~8.57.0",
4747
"eslint-config-prettier": "~9.1.0",
4848
"eslint-plugin-import": "~2.29.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,9 +1887,9 @@ __metadata:
18871887
languageName: node
18881888
linkType: hard
18891889

1890-
"c8@npm:~9.1.0":
1891-
version: 9.1.0
1892-
resolution: "c8@npm:9.1.0"
1890+
"c8@npm:~10.0.0":
1891+
version: 10.0.0
1892+
resolution: "c8@npm:10.0.0"
18931893
dependencies:
18941894
"@bcoe/v8-coverage": "npm:^0.2.3"
18951895
"@istanbuljs/schema": "npm:^0.1.3"
@@ -1898,13 +1898,13 @@ __metadata:
18981898
istanbul-lib-coverage: "npm:^3.2.0"
18991899
istanbul-lib-report: "npm:^3.0.1"
19001900
istanbul-reports: "npm:^3.1.6"
1901-
test-exclude: "npm:^6.0.0"
1901+
test-exclude: "npm:^7.0.1"
19021902
v8-to-istanbul: "npm:^9.0.0"
19031903
yargs: "npm:^17.7.2"
19041904
yargs-parser: "npm:^21.1.1"
19051905
bin:
19061906
c8: bin/c8.js
1907-
checksum: 10c0/f09d8650497f919eb974365f8079d9b6096edad116a7d538e95df66adee430a5503ea5307e7fcdc5d58dffac04329c151e839cd4c587ac48d68ffbfa1986907d
1907+
checksum: 10c0/4bcbdab090a0a9362c5f9e7e537af8fdc28554de583b2bdb4491d3f49cd033285e28a57bbc815f33718617a50ceecb9337e64945295eab1967f2e91c1024c45b
19081908
languageName: node
19091909
linkType: hard
19101910

@@ -3576,7 +3576,7 @@ __metadata:
35763576
languageName: node
35773577
linkType: hard
35783578

3579-
"glob@npm:^7.1.3, glob@npm:^7.1.4":
3579+
"glob@npm:^7.1.3":
35803580
version: 7.2.3
35813581
resolution: "glob@npm:7.2.3"
35823582
dependencies:
@@ -5005,7 +5005,7 @@ __metadata:
50055005
languageName: node
50065006
linkType: hard
50075007

5008-
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
5008+
"minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
50095009
version: 3.1.2
50105010
resolution: "minimatch@npm:3.1.2"
50115011
dependencies:
@@ -5994,7 +5994,7 @@ __metadata:
59945994
"@typescript-eslint/eslint-plugin": "npm:~6.21.0"
59955995
"@typescript-eslint/parser": "npm:~6.21.0"
59965996
ava: "npm:~6.1.0"
5997-
c8: "npm:~9.1.0"
5997+
c8: "npm:~10.0.0"
59985998
eslint: "npm:~8.57.0"
59995999
eslint-config-prettier: "npm:~9.1.0"
60006000
eslint-plugin-import: "npm:~2.29.0"
@@ -7081,14 +7081,14 @@ __metadata:
70817081
languageName: node
70827082
linkType: hard
70837083

7084-
"test-exclude@npm:^6.0.0":
7085-
version: 6.0.0
7086-
resolution: "test-exclude@npm:6.0.0"
7084+
"test-exclude@npm:^7.0.1":
7085+
version: 7.0.1
7086+
resolution: "test-exclude@npm:7.0.1"
70877087
dependencies:
70887088
"@istanbuljs/schema": "npm:^0.1.2"
7089-
glob: "npm:^7.1.4"
7090-
minimatch: "npm:^3.0.4"
7091-
checksum: 10c0/019d33d81adff3f9f1bfcff18125fb2d3c65564f437d9be539270ee74b994986abb8260c7c2ce90e8f30162178b09dbbce33c6389273afac4f36069c48521f57
7089+
glob: "npm:^10.4.1"
7090+
minimatch: "npm:^9.0.4"
7091+
checksum: 10c0/6d67b9af4336a2e12b26a68c83308c7863534c65f27ed4ff7068a56f5a58f7ac703e8fc80f698a19bb154fd8f705cdf7ec347d9512b2c522c737269507e7b263
70927092
languageName: node
70937093
linkType: hard
70947094

0 commit comments

Comments
 (0)