Skip to content

Commit

Permalink
build(deps): bump c8 from 7.3.4 to 7.3.5 (#418)
Browse files Browse the repository at this point in the history
Bumps [c8](https://github.com/bcoe/c8) from 7.3.4 to 7.3.5.
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/master/CHANGELOG.md)
- [Commits](bcoe/c8@v7.3.4...v7.3.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 25, 2020
1 parent 61db2ca commit 556445d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@lbu/insight": "0.0.87",
"@lbu/stdlib": "0.0.87",
"c8": "7.3.4",
"c8": "7.3.5",
"chokidar": "3.4.3",
"http-proxy": "1.18.1",
"tree-kill": "1.2.2"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -1495,10 +1495,10 @@ bytes@3.1.0:
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==

c8@7.3.4:
version "7.3.4"
resolved "https://registry.yarnpkg.com/c8/-/c8-7.3.4.tgz#c369e5bfa715318fc7bb5a1e5e2a58839da4272d"
integrity sha512-vdsqPzhF71t2N72GJqk2lD20yKfsd6x9eN4ShwD+yVtyuIU68K0WRSk3P6Xne3xGBq+czBIdtqJalos9iailMg==
c8@7.3.5:
version "7.3.5"
resolved "https://registry.yarnpkg.com/c8/-/c8-7.3.5.tgz#7d4a96cc05e0cc821ee6ded7cfb248e6eabdca2f"
integrity sha512-VNiZoxnInBJLW8uUuyLkiqMKWh1OAsYS+DjWsMhvcrfGPrVx3vwqD9627/7ZhFSF86MCBINDi+PD6Midw0KHRg==
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
"@istanbuljs/schema" "^0.1.2"
Expand All @@ -1510,7 +1510,7 @@ c8@7.3.4:
istanbul-reports "^3.0.2"
rimraf "^3.0.0"
test-exclude "^6.0.0"
v8-to-istanbul "^6.0.1"
v8-to-istanbul "^7.0.0"
yargs "^16.0.0"
yargs-parser "^20.0.0"

Expand Down Expand Up @@ -6362,10 +6362,10 @@ v8-compile-cache@^2.0.3:
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745"
integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==

v8-to-istanbul@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-6.0.1.tgz#7ef0e32faa10f841fe4c1b0f8de96ed067c0be1e"
integrity sha512-PzM1WlqquhBvsV+Gco6WSFeg1AGdD53ccMRkFeyHRE/KRZaVacPOmQYP3EeVgDBtKD2BJ8kgynBQ5OtKiHCH+w==
v8-to-istanbul@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.0.0.tgz#b4fe00e35649ef7785a9b7fcebcea05f37c332fc"
integrity sha512-fLL2rFuQpMtm9r8hrAV2apXX/WqHJ6+IC4/eQVdMDGBUgH/YMV4Gv3duk3kjmyg6uiQWBAA9nJwue4iJUOkHeA==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.1"
convert-source-map "^1.6.0"
Expand Down

0 comments on commit 556445d

Please sign in to comment.