From 72a4743993cedaf39fcb3ee0eadcd314cda5212c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 21:22:07 +0200 Subject: [PATCH] Bump mocha from 8.4.0 to 9.1.2 (#138) Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.1.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.4.0...v9.1.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8aadfb..bb886ab 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "bedrock-protocol": "file:.", "bedrock-provider": "^1.0.0", "leveldb-zlib": "^1.0.1", - "mocha": "^8.3.2", + "mocha": "^9.1.2", "protodef-yaml": "^1.1.0", "standard": "^16.0.3" },