From 154bfdc81fc132def9d5d5447155d682ed087337 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 10:15:11 +0000 Subject: [PATCH] Bump mocha from 2.5.3 to 9.0.0 Bumps [mocha](https://github.com/mochajs/mocha) from 2.5.3 to 9.0.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/v2.5.3...v9.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92a968f29..7cc10ad2e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "expect": "^1.20.1", "jsdom": "^9.2.1", - "mocha": "^2.5.3", + "mocha": "^9.0.0", "mocha-jsdom": "^1.1.0", "mocha-multi": "^0.9.0" }