From 5634c67dc6cc90cae6a3b118110b331089e4057f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 15:11:46 -0700 Subject: [PATCH] chore(deps): update dependency @types/mocha to v8 (#290) Co-authored-by: Renovate Bot Co-authored-by: Benjamin E. Coe --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26268129..08c358c5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "license": "ISC", "devDependencies": { "@types/chai": "^4.2.11", - "@types/mocha": "^7.0.2", + "@types/mocha": "^8.0.0", "@types/node": "^10.0.3", "@typescript-eslint/eslint-plugin": "^3.0.0", "@typescript-eslint/parser": "^3.0.0",