From d7c9605d26a967129c819b36a281b6f676f10073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 07:24:23 -0600 Subject: [PATCH] update: update dependency @types/mocha to v7 (#87) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0dccf1e..ba8adfb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/chai-as-promised": "7.1.2", "@types/js-yaml": "3.12.2", "@types/lodash": "4.14.149", - "@types/mocha": "5.2.7", + "@types/mocha": "7.0.1", "@types/sinon-chai": "3.2.3", "@types/source-map-support": "0.5.1", "@typescript-eslint/eslint-plugin": "2.18.0", diff --git a/yarn.lock b/yarn.lock index 7c1d5cf..9e842ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -326,10 +326,10 @@ resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440" integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ== -"@types/mocha@5.2.7": - version "5.2.7" - resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea" - integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ== +"@types/mocha@7.0.1": + version "7.0.1" + resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/mocha/-/mocha-7.0.1.tgz#5d7ec2a789a1f77c59b7ad071b9d50bf1abbfc9e" + integrity sha512-L/Nw/2e5KUaprNJoRA33oly+M8X8n0K+FwLTbYqwTcR14wdPWeRkigBLfSFpN/Asf9ENZTMZwLxjtjeYucAA4Q== "@types/node@*": version "12.12.7"