From c8281cbd1cfbd087eb412a67967f6287a3669c7e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Jan 2020 00:05:25 +0200 Subject: [PATCH] chore(deps): update dependency mocha to v7 (#420) --- translate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate/package.json b/translate/package.json index 0db7141d0a8..d75efccfd98 100644 --- a/translate/package.json +++ b/translate/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@google-cloud/storage": "^4.0.0", "chai": "^4.2.0", - "mocha": "^6.0.0", + "mocha": "^7.0.0", "uuid": "^3.3.2" } }