diff --git a/CHANGELOG.md b/CHANGELOG.md index 37acf64aa4..9dc8e5c1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## :lock: Security Fixes -- [848d6fb8](https://github.com/mochajs/mocha/commit/848d6fb8feef659564b296db457312d38176910d): Update dependencies mkdirp, yargs-parser and yargs (@juergba) +- [848d6fb8](https://github.com/mochajs/mocha/commit/848d6fb8feef659564b296db457312d38176910d): Update dependencies mkdirp, yargs-parser and yargs ([**@juergba**](https://github.com/juergba)) # 6.2.2 / 2019-10-18 diff --git a/package-lock.json b/package-lock.json index 589424efdb..832cdf1d76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.2.2", + "version": "6.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 88eec0776a..16b3b90fd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "6.2.2", + "version": "6.2.3", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",