Skip to content

Commit b32c87c

Browse files
⬆️ deps: Upgrade dependency c8 to v10.1.3. (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91e1138 commit b32c87c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"babel-plugin-transform-remove-console": "6.9.4",
8787
"babel-plugin-unassert": "3.2.0",
8888
"babel-preset-power-assert": "3.0.0",
89-
"c8": "10.1.2",
89+
"c8": "10.1.3",
9090
"esdoc": "1.1.0",
9191
"esdoc-ecmascript-proposal-plugin": "1.0.0",
9292
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,10 +1897,10 @@
18971897
"@babel/helper-string-parser" "^7.25.9"
18981898
"@babel/helper-validator-identifier" "^7.25.9"
18991899

1900-
"@bcoe/v8-coverage@^0.2.3":
1901-
version "0.2.3"
1902-
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
1903-
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
1900+
"@bcoe/v8-coverage@^1.0.1":
1901+
version "1.0.1"
1902+
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
1903+
integrity sha512-W+a0/JpU28AqH4IKtwUPcEUnUyXMDLALcn5/JLczGGT9fHE2sIby/xP/oQnx3nxkForzgzPy201RAKcB4xPAFQ==
19041904

19051905
"@commitlint/[email protected]":
19061906
version "19.6.0"
@@ -3418,12 +3418,12 @@ bundle-name@^4.1.0:
34183418
dependencies:
34193419
run-applescript "^7.0.0"
34203420

3421-
3422-
version "10.1.2"
3423-
resolved "https://registry.yarnpkg.com/c8/-/c8-10.1.2.tgz#7fe04ced150316e2a623612ab78378289f7e6a9f"
3424-
integrity sha512-Qr6rj76eSshu5CgRYvktW0uM0CFY0yi4Fd5D0duDXO6sYinyopmftUiJVuzBQxQcwQLor7JWDVRP+dUfCmzgJw==
3421+
3422+
version "10.1.3"
3423+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.1.3.tgz#54afb25ebdcc7f3b00112482c6d90d7541ad2fcd"
3424+
integrity sha512-LvcyrOAaOnrrlMpW22n690PUvxiq4Uf9WMhQwNJ9vgagkL/ph1+D4uvjvDA5XCbykrc0sx+ay6pVi9YZ1GnhyA==
34253425
dependencies:
3426-
"@bcoe/v8-coverage" "^0.2.3"
3426+
"@bcoe/v8-coverage" "^1.0.1"
34273427
"@istanbuljs/schema" "^0.1.3"
34283428
find-up "^5.0.0"
34293429
foreground-child "^3.1.1"

0 commit comments

Comments
 (0)