From c55b73f5e4cd45ba0a9bf36a0c206b33f6049dd2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 05:23:10 +0000 Subject: [PATCH] build(deps-dev): bump @types/mocha from 5.2.7 to 9.0.0 Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 5.2.7 to 9.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 07a2fbe..8f8122d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "MIT", "devDependencies": { "@types/chai": "^4.1.7", - "@types/mocha": "^5.2.5", + "@types/mocha": "^9.0.0", "chai": "^4.2.0", "mocha": "^6.0.0", "nyc": "^13.1.0",