From f532d97b5398c5b1ca5f7325b5da72a91fab5d8e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 21:51:11 +0000 Subject: [PATCH 1/2] chore(package): update @types/mocha to version 7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d22dd3..4b0628e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "@types/chai": "^4.1.7", - "@types/mocha": "^5.2.7", + "@types/mocha": "^7.0.0", "chai": "^4.1.2", "coveralls": "^3.0.5", "mocha": "^6.2.0", From ed4953ae86f1e1ddc4cda08f8988c6a036db8133 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 21:51:21 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0c8ba03..65bbebb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -104,9 +104,10 @@ version "3.0.3" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" -"@types/mocha@^5.2.7": - version "5.2.7" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea" +"@types/mocha@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-7.0.0.tgz#ac65f97746464ec84ce15f4743cd61c449822ad4" + integrity sha512-6mh1VlA343Ax31blo37+KZ0DxDOA8b6cL963xPOOt7fMYtG07aJJ+0FRLvcDO4KrL45faOS104G7kwAjZc9l4w== "@types/yargs@^10.0.0": version "10.0.2"