Skip to content

Commit ebe329a

Browse files
chore(deps-dev): bump c8 from 9.0.0 to 9.1.0 (#2433)
Bumps [c8](https://github.com/bcoe/c8) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](bcoe/c8@v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d42b074 commit ebe329a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

plugins/stylelint-no-missing-var/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"ava": "^5.3.1",
16-
"c8": "^9.0.0",
16+
"c8": "^9.1.0",
1717
"colors": "^1.4.0",
1818
"stylelint": "^15.11.0"
1919
},

plugins/stylelint-no-unknown-custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"ava": "^5.3.1",
19-
"c8": "^9.0.0",
19+
"c8": "^9.1.0",
2020
"stylelint": "^15.11.0"
2121
},
2222
"keywords": [

plugins/stylelint-no-unused-custom-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"ava": "^5.3.1",
17-
"c8": "^9.0.0",
17+
"c8": "^9.1.0",
1818
"stylelint": "^15.11.0"
1919
},
2020
"keywords": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6068,10 +6068,10 @@ [email protected]:
60686068
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
60696069
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
60706070

6071-
c8@^9.0.0:
6072-
version "9.0.0"
6073-
resolved "https://registry.yarnpkg.com/c8/-/c8-9.0.0.tgz#96f135754bbfc9fceb3c118970dcfd4a158de59d"
6074-
integrity sha512-nFJhU2Cz6Frh2awk3IW7wwk3wx27/U2v8ojQCHGc1GWTCHS6aMu4lal327/ZnnYj7oSThGF1X3qUP1yzAJBcOQ==
6071+
c8@^9.1.0:
6072+
version "9.1.0"
6073+
resolved "https://registry.yarnpkg.com/c8/-/c8-9.1.0.tgz#0e57ba3ab9e5960ab1d650b4a86f71e53cb68112"
6074+
integrity sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==
60756075
dependencies:
60766076
"@bcoe/v8-coverage" "^0.2.3"
60776077
"@istanbuljs/schema" "^0.1.3"

0 commit comments

Comments
 (0)