From 5f02cae9e9ec0c849480225d6803391120eea39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:31:43 -0600 Subject: [PATCH] Bump mocha from 8.4.0 to 9.1.3 (#11) Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.1.3. - [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.3) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production 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 70dd9f8..db4ce58 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "calver": "^21.11.3", "chai": "^4.2.0", - "mocha": "^8.2.1" + "mocha": "^9.1.3" }, "devDependencies": { "nyc": "^15.1.0",