From 83fe1db38a224eecf22867fffdbbbe3c057dfc54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 21:47:59 +0000 Subject: [PATCH] Bump @types/mocha from 5.2.7 to 7.0.0 Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 5.2.7 to 7.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] --- 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 44dd485..bd0c4c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,9 +26,9 @@ "dev": true }, "@types/mocha": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.7.tgz", - "integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.0.tgz", + "integrity": "sha512-6mh1VlA343Ax31blo37+KZ0DxDOA8b6cL963xPOOt7fMYtG07aJJ+0FRLvcDO4KrL45faOS104G7kwAjZc9l4w==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 6ffa0f3..8b0bd73 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/node-fetch": "^2.5.2", "@types/chai": "^4.1.4", "@types/chai-as-promised": "^7.1.0", - "@types/mocha": "^5.2.3", + "@types/mocha": "^7.0.0", "@types/node": "^13.1.0", "@types/snekfetch": "^4.0.1", "chai": "^4.1.2",