Skip to content

Commit

Permalink
Bump the dev-dependencies group in /Control with 2 updates (#2645)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /Control with 2 updates: [mocha](https://github.com/mochajs/mocha) and [puppeteer](https://github.com/puppeteer/puppeteer).


Updates `mocha` from 10.7.0 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.0...v10.8.2)

Updates `puppeteer` from 23.6.0 to 23.7.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v23.6.0...puppeteer-v23.7.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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] authored Nov 5, 2024
1 parent 4185270 commit fe7876f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions Control/package-lock.json

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

4 changes: 2 additions & 2 deletions Control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
],
"devDependencies": {
"eslint": "^8.56.0",
"mocha": "^10.7.0",
"mocha": "^10.8.2",
"nock": "^13.5.0",
"nyc": "^17.1.0",
"puppeteer": "^23.6.0",
"puppeteer": "^23.7.0",
"sinon": "19.0.2"
}
}

0 comments on commit fe7876f

Please sign in to comment.