diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-10 12:55:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 12:55:15 +0000 |
commit | f72832e483a5df99477123f6f35964a9314e9a9e (patch) | |
tree | e5f05e45eaec55fc4155a4123c698787b408a4d0 | |
parent | 9677ff739cdd0b55af43184215815023581e94e8 (diff) |
Bump @types/mocha from 7.0.2 to 8.0.1
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 7.0.2 to 8.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] <support@dependabot.com>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 7962e94..d89f24b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/assert": "^1.4.6", "@types/chai": "^4.2.8", "@types/express": "^4.17.2", - "@types/mocha": "^7.0.1", + "@types/mocha": "^8.0.1", "@types/node": "^12.12.21", "@types/prop-types": "^15.7.3", "@types/react": "^16.9.19", @@ -165,10 +165,10 @@ resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a" integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== -"@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.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.0.1.tgz#813b4ff8dd9920d652e1e6b451ff1e371a4561d2" + integrity sha512-TBZ6YdX7IZz4U9/mBoB8zCMRN1vXw8QdihRcZxD3I0Cv/r8XF8RggZ8WiXFws4aj5atzRR5hJrYer7g8nXwpnQ== "@types/node@*": version "14.0.27" |