From 28378136fbbed4b598cd25845b8b570936a0f48c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 01:19:18 +0000 Subject: [PATCH] Bump @types/mocha from 2.2.48 to 8.0.0 Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 2.2.48 to 8.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) 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 bb68a3b..8fc4a06 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "coverage": "rc-test run coverage" }, "devDependencies": { - "@types/mocha": "~2.2.32", + "@types/mocha": "~8.0.0", "@types/react": "^15.0.38", "@types/react-dom": "^15.5.1", "expect.js": "~0.3.1",