From 8462cefa7ddf2724ea78fe513dd552e94aefae50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Nov 2020 04:29:58 +0000 Subject: [PATCH] Build(deps-dev): bump @types/mocha from 8.0.3 to 8.0.4 (#5831) Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.0.3 to 8.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b4a736f3d..2256e9d457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7825,9 +7825,9 @@ } }, "@types/mocha": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.0.3.tgz", - "integrity": "sha512-vyxR57nv8NfcU0GZu8EUXZLTbCMupIUwy95LJ6lllN+JRPG25CwMHoB1q5xKh8YKhQnHYRAn4yW2yuHbf/5xgg==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.0.4.tgz", + "integrity": "sha512-M4BwiTJjHmLq6kjON7ZoI2JMlBvpY3BYSdiP6s/qCT3jb1s9/DeJF0JELpAxiVSIxXDzfNKe+r7yedMIoLbknQ==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 03f517cb4e..0cf767b3fe 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "@types/chai": "^4.2.14", "@types/lodash.debounce": "^4.0.6", "@types/lodash.groupby": "^4.6.6", - "@types/mocha": "^8.0.3", + "@types/mocha": "^8.0.4", "@types/node": "^14.14.7", "@types/react-helmet": "^6.1.0", "@types/react-modal": "^3.10.6",