From cf0e33835ca1e6001fede3eb18e1e1b1924b81d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:51:30 +0100 Subject: [PATCH] Bump mocha from 8.4.0 to 9.2.0 (#8916) Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.2.0. - [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.2.0) --- 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 e22b92255..4336a79ab 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "mapillary-js": "4.0.0", "mapillary_sprite_source": "^1.8.0", "minimist": "^1.2.3", - "mocha": "^8.4.0", + "mocha": "^9.2.0", "name-suggestion-index": "~6.0", "node-fetch": "^2.6.1", "npm-run-all": "^4.0.0",