Skip to content

Commit

Permalink
chore: bump nyc from 15.1.0 to 17.1.0
Browse files Browse the repository at this point in the history
Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 17.1.0.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v15.1.0...nyc-v17.1.0)

---
updated-dependencies:
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent f8a761e commit c45b0c4
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 53 deletions.
68 changes: 20 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"chai": "^4.3.6",
"execa": "5.1.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"nyc": "^17.1.0",
"rimraf": "^6.0.1",
"sinon": "^18.0.0",
"tempy": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"chai": "^4.3.6",
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"nyc": "^17.1.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.1",
"tsup": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cross-dirname": "^0.1.0",
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"nyc": "^17.1.0",
"puppeteer": "22.12.1",
"sinon": "^18.0.0",
"source-map-support": "^0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devtools": "^8.27.2",
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"nyc": "^17.1.0",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"chai": "^4.3.6",
"express": "^4.18.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"nyc": "^17.1.0",
"rimraf": "^6.0.1",
"selenium-webdriver": "^4.8.1",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit c45b0c4

Please sign in to comment.