diff --git a/package.json b/package.json index 67addc8..2f50256 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/register": "^7.7.0", "@types/chai": "^4.1.7", "@types/lodash": "^4.14.119", - "@types/mocha": "^7.0.1", + "@types/mocha": "^8.0.0", "@types/node": "^14.0.1", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", diff --git a/yarn.lock b/yarn.lock index ec32140..bc5c44b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1106,10 +1106,10 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.157.tgz#fdac1c52448861dfde1a2e1515dbc46e54926dc8" integrity sha512-Ft5BNFmv2pHDgxV5JDsndOWTRJ+56zte0ZpYLowp03tW+K+t8u8YMOzAnpuqPgzX6WO1XpDIUm7u04M8vdDiVQ== -"@types/mocha@^7.0.1": - version "7.0.2" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-7.0.2.tgz#b17f16cf933597e10d6d78eae3251e692ce8b0ce" - integrity sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w== +"@types/mocha@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.0.0.tgz#b0ba1c5b4cb3880c51a6b488ad007a657d1be888" + integrity sha512-jWeYcTo3sCH/rMgsdYXDTO85GNRyTCII5dayMIu/ZO4zbEot1E3iNGaOwpLReLUHjeNQFkgeNNVYlY4dX6azQQ== "@types/node@*", "@types/node@^14.0.1": version "14.0.22"