Skip to content

Commit 320d6e8

Browse files
committedJun 12, 2024·
⬆️ deps: Upgrade dependency c8 to v10.1.1.
1 parent 606a7d5 commit 320d6e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"babel-plugin-transform-remove-console": "6.9.4",
8383
"babel-plugin-unassert": "3.2.0",
8484
"babel-preset-power-assert": "3.0.0",
85-
"c8": "10.0.0",
85+
"c8": "10.1.1",
8686
"esdoc": "1.1.0",
8787
"esdoc-ecmascript-proposal-plugin": "1.0.0",
8888
"esdoc-inject-script-plugin": "1.0.0",

Diff for: ‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3452,10 +3452,10 @@ bundle-name@^4.1.0:
34523452
dependencies:
34533453
run-applescript "^7.0.0"
34543454

3455-
c8@10.0.0:
3456-
version "10.0.0"
3457-
resolved "https://registry.yarnpkg.com/c8/-/c8-10.0.0.tgz#a28fe2268926e5d7486bc803755f4d5b4db18371"
3458-
integrity sha512-rdQecjxw16P8kwgMBjruaQyfF+R2o/mucCCK4VPktwq2HFMWLOHGyUasb46+WlUOVJX94d6dZolcJxzjCzWmXg==
3455+
c8@10.1.1:
3456+
version "10.1.1"
3457+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.1.1.tgz#797e324386257506bff782f9eb2af868d103993d"
3458+
integrity sha512-+aAvpNMwnzncW27XsEf2eMrGTF8HXIGZ24UQ1dW679+8SQ/UvDXxHNoKwMohcI9ZVj0xl/bI4/meqxvIWOBYaw==
34593459
dependencies:
34603460
"@bcoe/v8-coverage" "^0.2.3"
34613461
"@istanbuljs/schema" "^0.1.3"

0 commit comments

Comments
 (0)
Please sign in to comment.