Bump mocha from 8.3.1 to 8.3.2

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-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-03-15 07:53:40 +00:00
committed by GitHub
parent fcdda0dc0f
commit 43889b3c9a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9883,9 +9883,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

@@ -86,7 +86,7 @@
"karma-webpack": "^4.0.0-rc.2",
"loglevelnext": "^4.0.1",
"marked": "2.0.1",
"mocha": "8.3.1",
"mocha": "8.3.2",
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",
"proj4": "2.7.2",