Skip to content

Commit 0f52da9

Browse files
Bump c8 from 9.1.0 to 10.1.2 (#108)
* Bump c8 from 9.1.0 to 10.1.2 Bumps [c8](https://github.com/bcoe/c8) from 9.1.0 to 10.1.2. - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](bcoe/c8@v9.1.0...v10.1.2) --- updated-dependencies: - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Increase timeout for test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Illia Antypenko <[email protected]>
1 parent e801c23 commit 0f52da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"website-scraper": "^5.0.0"
2424
},
2525
"devDependencies": {
26-
"c8": "^9.1.0",
26+
"c8": "^10.1.2",
2727
"chai": "^5.1.1",
2828
"eslint": "^8.5.0",
2929
"finalhandler": "^1.1.2",
@@ -33,7 +33,7 @@
3333
"website-scraper": "^5.0.0"
3434
},
3535
"scripts": {
36-
"test": "c8 --all --reporter=text --reporter=lcov mocha --recursive --timeout 10000",
36+
"test": "c8 --all --reporter=text --reporter=lcov mocha --recursive --timeout 15000",
3737
"eslint": "eslint lib/**"
3838
},
3939
"repository": {

0 commit comments

Comments
 (0)