Skip to content

Commit 1f65754

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency c8 to v7.7.3
1 parent 64cf340 commit 1f65754

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
@@ -80,7 +80,7 @@
8080
"babel-plugin-transform-remove-console": "6.9.4",
8181
"babel-plugin-unassert": "3.1.0",
8282
"babel-preset-power-assert": "3.0.0",
83-
"c8": "7.7.2",
83+
"c8": "7.7.3",
8484
"coveralls": "3.1.0",
8585
"esdoc": "1.1.0",
8686
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3096,10 +3096,10 @@ builtins@^1.0.3:
30963096
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
30973097
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
30983098

3099-
c8@7.7.2:
3100-
version "7.7.2"
3101-
resolved "https://registry.yarnpkg.com/c8/-/c8-7.7.2.tgz#30ff37b8125d96cab3eb065895a0b68dbc495a0f"
3102-
integrity sha512-8AqNnUMxB3hsgYCYso2GJjlwnaNPlrEEbYbCQb7N76V1nrOgCKXiTcE3gXU18rIj0FeduPywROrIBMC7XAKApg==
3099+
c8@7.7.3:
3100+
version "7.7.3"
3101+
resolved "https://registry.yarnpkg.com/c8/-/c8-7.7.3.tgz#5af8f83b55dace03b353375e7a2ba85e2c13b17f"
3102+
integrity sha512-ZyA7n3w8i4ETV25tVYMHwJxCSnaOf/LfA8vOcuZOPbonuQfD7tBT/gMWZy7eczRpCDuHcvMXwoqAemg6R0p3+A==
31033103
dependencies:
31043104
"@bcoe/v8-coverage" "^0.2.3"
31053105
"@istanbuljs/schema" "^0.1.2"
@@ -3110,7 +3110,7 @@ c8@7.7.2:
31103110
istanbul-reports "^3.0.2"
31113111
rimraf "^3.0.0"
31123112
test-exclude "^6.0.0"
3113-
v8-to-istanbul "^7.1.0"
3113+
v8-to-istanbul "^8.0.0"
31143114
yargs "^16.2.0"
31153115
yargs-parser "^20.2.7"
31163116

@@ -10562,10 +10562,10 @@ v8-compile-cache@^2.0.3:
1056210562
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
1056310563
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1056410564

10565-
v8-to-istanbul@^7.1.0:
10566-
version "7.1.1"
10567-
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.1.1.tgz#04bfd1026ba4577de5472df4f5e89af49de5edda"
10568-
integrity sha512-p0BB09E5FRjx0ELN6RgusIPsSPhtgexSRcKETybEs6IGOTXJSZqfwxp7r//55nnu0f1AxltY5VvdVqy2vZf9AA==
10565+
v8-to-istanbul@^8.0.0:
10566+
version "8.0.0"
10567+
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.0.0.tgz#4229f2a99e367f3f018fa1d5c2b8ec684667c69c"
10568+
integrity sha512-LkmXi8UUNxnCC+JlH7/fsfsKr5AU110l+SYGJimWNkWhxbN5EyeOtm1MJ0hhvqMMOhGwBj1Fp70Yv9i+hX0QAg==
1056910569
dependencies:
1057010570
"@types/istanbul-lib-coverage" "^2.0.1"
1057110571
convert-source-map "^1.6.0"

0 commit comments

Comments
 (0)