From d3b9827aae4d906951bc53675ab154b51e511c9b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 06:46:51 +0000 Subject: [PATCH] chore(deps-dev): update mocha requirement from 6.1.4 to 6.2.0 Updates the requirements on [mocha](https://github.com/mochajs/mocha) to permit the latest version. - [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/v6.1.4...v6.2.0) Signed-off-by: dependabot-preview[bot] --- binary-nbt/package.json | 2 +- id/package.json | 2 +- result/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binary-nbt/package.json b/binary-nbt/package.json index 9f114af..668fba9 100644 --- a/binary-nbt/package.json +++ b/binary-nbt/package.json @@ -40,7 +40,7 @@ "@types/mkdirp": "0.5.2", "@types/mocha": "5.2.7", "@types/node": "10.0.3", - "mocha": "6.1.4", + "mocha": "6.2.0", "ts-mocha": "6.0.0", "tslint": "5.17.0", "typedoc": "0.14.2", diff --git a/id/package.json b/id/package.json index 82ac98e..914265a 100644 --- a/id/package.json +++ b/id/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/mocha": "5.2.7", - "mocha": "6.1.4", + "mocha": "6.2.0", "ts-mocha": "6.0.0", "tslint": "5.17.0", "typedoc": "0.14.2", diff --git a/result/package.json b/result/package.json index 41a07fb..cf49524 100644 --- a/result/package.json +++ b/result/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/mocha": "5.2.7", - "mocha": "6.1.4", + "mocha": "6.2.0", "ts-mocha": "6.0.0", "tslint": "5.17.0", "typedoc": "0.14.2",