Skip to content

Commit

Permalink
chore(deps-dev): bump mocha from 9.1.3 to 9.2.0 (#2291)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump mocha from 9.1.3 to 9.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.3 to 9.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v9.1.3...v9.2.0)

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

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

* chore(deps-dev): bump eslint from 7.3.1 to 8.8.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt R. Wilson <matt.wilson@mantl.com>
  • Loading branch information
dependabot[bot] and mastermatt committed Feb 1, 2022
1 parent 4c1fd6f commit c9a301c
Show file tree
Hide file tree
Showing 3 changed files with 1,264 additions and 1,529 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Expand Up @@ -25,7 +25,7 @@ overrides:

rules:
# TODO These are included in standard and should be cleaned up and turned on.
node/no-deprecated-api: 'off' # we still make heavy use of url.parse
n/no-deprecated-api: 'off' # we still make heavy use of url.parse

# Nock additions.
strict: ['error', 'safe']
Expand Down

0 comments on commit c9a301c

Please sign in to comment.