From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 17:30:55 +0000 (+0100) Subject: Bump mocha from 8.3.1 to 8.3.2 (#268) X-Git-Tag: v2.0.1~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=716848c0fdd0afb407713c8fc36f15cd435b440e;p=poolifier.git Bump mocha from 8.3.1 to 8.3.2 (#268) 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 3297cb99..2af75cbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3071,9 +3071,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", diff --git a/package.json b/package.json index 39c9d0e8..0717ce2a 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-spellcheck": "0.0.17", "expect": "^26.6.2", "microtime": "^3.0.0", - "mocha": "^8.3.1", + "mocha": "^8.3.2", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.1.0", "prettier": "^2.2.1",