diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-21 02:03:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 02:03:08 +0000 |
commit | 7aabb8a866593b46071ebf43ab3c486cd2d7bc31 (patch) | |
tree | 0023d29262f98e1f5261f96766a02e3c6c4f2062 /package.json | |
parent | e12e50c47c208ad64a4ac9d76afcaae222ebdc10 (diff) |
Bump mocha from 8.4.0 to 9.0.1
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v9.0.1)
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7feff1a..71d4d2a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.2", "lanthan": "0.0.2", - "mocha": "^8.1.1", + "mocha": "^9.0.1", "prettier": "2.2.1", "prettier-eslint": "12.0.0", "react": "17.0.2", |