Skip to content

Commit 3338402

Browse files
Bump mocha from 8.2.0 to 8.2.1
Bumps [mocha](https://github.com/mochajs/mocha) from 8.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](mochajs/mocha@v8.2.0...v8.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1f86a58 commit 3338402

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"eslint-plugin-tsdoc": "^0.2.7",
101101
"eth-gas-reporter": "^0.2.19",
102102
"ganache-cli": "^6.12.1",
103-
"mocha": "^8.2.0",
103+
"mocha": "^8.2.1",
104104
"prettier": "^2.1.2",
105105
"prettier-plugin-solidity": "^1.0.0-alpha.59",
106106
"rimraf": "^3.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6471,10 +6471,10 @@ mocha@^7.1.1:
64716471
yargs-parser "13.1.2"
64726472
yargs-unparser "1.6.0"
64736473

6474-
mocha@^8.2.0:
6475-
version "8.2.0"
6476-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.0.tgz#f8aa79110b4b5a6580c65d4dd8083c425282624e"
6477-
integrity sha512-lEWEMq2LMfNJMKeuEwb5UELi+OgFDollXaytR5ggQcHpzG3NP/R7rvixAvF+9/lLsTWhWG+4yD2M70GsM06nxw==
6474+
mocha@^8.2.1:
6475+
version "8.2.1"
6476+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.1.tgz#f2fa68817ed0e53343d989df65ccd358bc3a4b39"
6477+
integrity sha512-cuLBVfyFfFqbNR0uUKbDGXKGk+UDFe6aR4os78XIrMQpZl/nv7JYHcvP5MFIAb374b2zFXsdgEGwmzMtP0Xg8w==
64786478
dependencies:
64796479
"@ungap/promise-all-settled" "1.1.2"
64806480
ansi-colors "4.1.1"

0 commit comments

Comments
 (0)