From cde6399b9bd374015a3f8606a8baf6481f1d76f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 14:48:21 +0000 Subject: [PATCH] build(deps-dev): bump @types/mocha from 5.2.7 to 7.0.1 Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 5.2.7 to 7.0.1. - [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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 49a00f408d..48976e866e 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@types/lodash.template": "^4.4.4", "@types/mime-types": "^2.1.0", "@types/minimist": "^1.2.0", - "@types/mocha": "^5.2.7", + "@types/mocha": "^7.0.1", "@types/node": "^13.5.3", "@types/node-fetch": "^2.5.3", "@types/proxyquire": "^1.3.28", diff --git a/yarn.lock b/yarn.lock index 0fc9481b0b..6a3232a972 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1210,10 +1210,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6" integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= -"@types/mocha@^5.2.7": - version "5.2.7" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea" - integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ== +"@types/mocha@^7.0.1": + version "7.0.1" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-7.0.1.tgz#5d7ec2a789a1f77c59b7ad071b9d50bf1abbfc9e" + integrity sha512-L/Nw/2e5KUaprNJoRA33oly+M8X8n0K+FwLTbYqwTcR14wdPWeRkigBLfSFpN/Asf9ENZTMZwLxjtjeYucAA4Q== "@types/node-fetch@^2.5.3": version "2.5.4"