diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-05 21:06:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 21:06:45 +0000 |
commit | 90f883b78f590ffcb7c3b81049f74f2abec0a594 (patch) | |
tree | ac8c26b54b54ffadb4ace160e5f51d596ecf16fe /package.json | |
parent | 2702876b81346c4adc60779f7854e3eadb76fb11 (diff) | |
download | nextcloud-server-90f883b78f590ffcb7c3b81049f74f2abec0a594.tar.gz nextcloud-server-90f883b78f590ffcb7c3b81049f74f2abec0a594.zip |
Bump mocha from 7.2.0 to 8.2.1
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.2.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/v7.2.0...v8.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.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 4b9610a9b7b..b5e702e2ce2 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "handlebars-loader": "^1.7.1", "jsdom": "^16.4.0", "jsdom-global": "^3.0.2", - "mocha": "^7.1.2", + "mocha": "^8.2.1", "mochapack": "^2.0.6", "node-sass": "^4.14.1", "sass-loader": "^10.0.4", |