From 0f54c5638f47ca4a818e49b0b68b9dece417ceab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jan 2020 22:34:06 +0200 Subject: [PATCH] chore(deps): update dependency mocha to v7 (#74) --- packages/google-cloud-phishingprotection/package.json | 2 +- packages/google-cloud-phishingprotection/samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-phishingprotection/package.json b/packages/google-cloud-phishingprotection/package.json index c61bfa02b73..5e7ad705184 100644 --- a/packages/google-cloud-phishingprotection/package.json +++ b/packages/google-cloud-phishingprotection/package.json @@ -42,7 +42,7 @@ "jsdoc-fresh": "^1.0.1", "jsdoc-region-tag": "^1.0.2", "linkinator": "^1.4.0", - "mocha": "^6.1.4", + "mocha": "^7.0.0", "null-loader": "^3.0.0", "pack-n-play": "^1.0.0-2", "power-assert": "^1.4.4", diff --git a/packages/google-cloud-phishingprotection/samples/package.json b/packages/google-cloud-phishingprotection/samples/package.json index daf609f96df..268de5961a1 100644 --- a/packages/google-cloud-phishingprotection/samples/package.json +++ b/packages/google-cloud-phishingprotection/samples/package.json @@ -17,6 +17,6 @@ }, "devDependencies": { "chai": "^4.2.0", - "mocha": "^6.1.4" + "mocha": "^7.0.0" } }