chore(deps-dev): bump mocha from 8.3.1 to 8.3.2 (#7085)

Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.1 to 8.3.2.
- [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.3.1...v8.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-03-17 11:51:26 -07:00
committed by GitHub
parent af7b7ea945
commit f9597db618
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -21455,9 +21455,9 @@
"dev": true
},
"mocha": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.1.tgz",
"integrity": "sha512-5SBMxANWqOv5bw3Hx+HVgaWlcWcFEQDUdaUAr1AUU+qwtx6cowhn7gEDT/DwQP7uYxnvShdUOVLbTYAHOEGfDQ==",
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz",
"integrity": "sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==",
"dev": true,
"requires": {
"@ungap/promise-all-settled": "1.1.2",

View File

@@ -149,7 +149,7 @@
"license-checker": "^25.0.0",
"lint-staged": "=10.5.4",
"mini-css-extract-plugin": "^1.3.9",
"mocha": "=8.3.1",
"mocha": "=8.3.2",
"nightwatch": "^1.3.6",
"node-sass": "^4.14.1",
"npm-audit-ci-wrapper": "^3.0.0",