From 6bd739a1a887e23e56fd5d8f42ba34ba86c19804 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 11:44:38 +0000 Subject: [PATCH] Build(deps-dev): bump @types/mocha from 8.2.3 to 9.0.0 (#6798) Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.2.3 to 9.0.0. - [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> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3cfc86201..5735e5752f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@types/chai": "^4.2.21", "@types/lodash.debounce": "^4.0.6", "@types/lodash.groupby": "^4.6.6", - "@types/mocha": "^8.2.3", + "@types/mocha": "^9.0.0", "@types/node": "^16.4.1", "@types/react-helmet": "^6.1.2", "@types/react-modal": "^3.12.1", @@ -4249,9 +4249,9 @@ } }, "node_modules/@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz", + "integrity": "sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==", "dev": true }, "node_modules/@types/node": { @@ -34750,9 +34750,9 @@ } }, "@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz", + "integrity": "sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 4bf811b1bc..048ea4abd1 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "@types/chai": "^4.2.21", "@types/lodash.debounce": "^4.0.6", "@types/lodash.groupby": "^4.6.6", - "@types/mocha": "^8.2.3", + "@types/mocha": "^9.0.0", "@types/node": "^16.4.1", "@types/react-helmet": "^6.1.2", "@types/react-modal": "^3.12.1", -- GitLab