diff --git a/package.json b/package.json index c5b69e8..6f7ccd4 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "devDependencies": { "@types/chai": "^4.2.7", - "@types/mocha": "^5.2.7", + "@types/mocha": "^7.0.0", "chai": "^4.1.2", "coveralls": "^3.0.9", "mocha": "^6.2.2", diff --git a/yarn.lock b/yarn.lock index 28a5f86..3e1872d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -141,9 +141,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.1" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-7.0.1.tgz#5d7ec2a789a1f77c59b7ad071b9d50bf1abbfc9e" + integrity sha512-L/Nw/2e5KUaprNJoRA33oly+M8X8n0K+FwLTbYqwTcR14wdPWeRkigBLfSFpN/Asf9ENZTMZwLxjtjeYucAA4Q== "@types/yargs@^10.0.0": version "10.0.3"