Skip to content

Commit 1151559

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

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
@@ -78,7 +78,7 @@
7878
"babel-plugin-transform-remove-console": "6.9.4",
7979
"babel-plugin-unassert": "3.1.0",
8080
"babel-preset-power-assert": "3.0.0",
81-
"c8": "7.7.2",
81+
"c8": "7.7.3",
8282
"coveralls": "3.1.0",
8383
"esdoc": "1.1.0",
8484
"esdoc-ecmascript-proposal-plugin": "1.0.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3247,10 +3247,10 @@ builtins@^1.0.3:
32473247
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
32483248
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
32493249

3250-
c8@7.7.2:
3251-
version "7.7.2"
3252-
resolved "https://registry.yarnpkg.com/c8/-/c8-7.7.2.tgz#30ff37b8125d96cab3eb065895a0b68dbc495a0f"
3253-
integrity sha512-8AqNnUMxB3hsgYCYso2GJjlwnaNPlrEEbYbCQb7N76V1nrOgCKXiTcE3gXU18rIj0FeduPywROrIBMC7XAKApg==
3250+
c8@7.7.3:
3251+
version "7.7.3"
3252+
resolved "https://registry.yarnpkg.com/c8/-/c8-7.7.3.tgz#5af8f83b55dace03b353375e7a2ba85e2c13b17f"
3253+
integrity sha512-ZyA7n3w8i4ETV25tVYMHwJxCSnaOf/LfA8vOcuZOPbonuQfD7tBT/gMWZy7eczRpCDuHcvMXwoqAemg6R0p3+A==
32543254
dependencies:
32553255
"@bcoe/v8-coverage" "^0.2.3"
32563256
"@istanbuljs/schema" "^0.1.2"
@@ -3261,7 +3261,7 @@ c8@7.7.2:
32613261
istanbul-reports "^3.0.2"
32623262
rimraf "^3.0.0"
32633263
test-exclude "^6.0.0"
3264-
v8-to-istanbul "^7.1.0"
3264+
v8-to-istanbul "^8.0.0"
32653265
yargs "^16.2.0"
32663266
yargs-parser "^20.2.7"
32673267

@@ -10833,10 +10833,10 @@ v8-compile-cache@^2.0.3:
1083310833
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
1083410834
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1083510835

10836-
v8-to-istanbul@^7.1.0:
10837-
version "7.1.0"
10838-
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.1.0.tgz#5b95cef45c0f83217ec79f8fc7ee1c8b486aee07"
10839-
integrity sha512-uXUVqNUCLa0AH1vuVxzi+MI4RfxEOKt9pBgKwHbgH7st8Kv2P1m+jvWNnektzBh5QShF3ODgKmUFCf38LnVz1g==
10836+
v8-to-istanbul@^8.0.0:
10837+
version "8.0.0"
10838+
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.0.0.tgz#4229f2a99e367f3f018fa1d5c2b8ec684667c69c"
10839+
integrity sha512-LkmXi8UUNxnCC+JlH7/fsfsKr5AU110l+SYGJimWNkWhxbN5EyeOtm1MJ0hhvqMMOhGwBj1Fp70Yv9i+hX0QAg==
1084010840
dependencies:
1084110841
"@types/istanbul-lib-coverage" "^2.0.1"
1084210842
convert-source-map "^1.6.0"

0 commit comments

Comments
 (0)