Skip to content

Commit 8df73be

Browse files
⬆️ deps: Upgrade dependency c8 to v10.1.3.
1 parent e962461 commit 8df73be

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"babel-plugin-unassert": "3.2.0",
9494
"babel-preset-minify": "0.5.2",
9595
"babel-preset-power-assert": "3.0.0",
96-
"c8": "10.1.2",
96+
"c8": "10.1.3",
9797
"esdoc": "1.1.0",
9898
"esdoc-inject-script-plugin": "1.0.0",
9999
"esdoc-inject-style-plugin": "1.0.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1020,10 +1020,10 @@
10201020
"@babel/helper-string-parser" "^7.25.9"
10211021
"@babel/helper-validator-identifier" "^7.25.9"
10221022

1023-
"@bcoe/v8-coverage@^0.2.3":
1024-
version "0.2.3"
1025-
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
1026-
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
1023+
"@bcoe/v8-coverage@^1.0.1":
1024+
version "1.0.1"
1025+
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
1026+
integrity sha512-W+a0/JpU28AqH4IKtwUPcEUnUyXMDLALcn5/JLczGGT9fHE2sIby/xP/oQnx3nxkForzgzPy201RAKcB4xPAFQ==
10271027

10281028
"@commitlint/[email protected]":
10291029
version "19.6.0"
@@ -2616,12 +2616,12 @@ bundle-name@^4.1.0:
26162616
dependencies:
26172617
run-applescript "^7.0.0"
26182618

2619-
2620-
version "10.1.2"
2621-
resolved "https://registry.yarnpkg.com/c8/-/c8-10.1.2.tgz#7fe04ced150316e2a623612ab78378289f7e6a9f"
2622-
integrity sha512-Qr6rj76eSshu5CgRYvktW0uM0CFY0yi4Fd5D0duDXO6sYinyopmftUiJVuzBQxQcwQLor7JWDVRP+dUfCmzgJw==
2619+
2620+
version "10.1.3"
2621+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.1.3.tgz#54afb25ebdcc7f3b00112482c6d90d7541ad2fcd"
2622+
integrity sha512-LvcyrOAaOnrrlMpW22n690PUvxiq4Uf9WMhQwNJ9vgagkL/ph1+D4uvjvDA5XCbykrc0sx+ay6pVi9YZ1GnhyA==
26232623
dependencies:
2624-
"@bcoe/v8-coverage" "^0.2.3"
2624+
"@bcoe/v8-coverage" "^1.0.1"
26252625
"@istanbuljs/schema" "^0.1.3"
26262626
find-up "^5.0.0"
26272627
foreground-child "^3.1.1"

0 commit comments

Comments
 (0)