diff --git a/package-lock.json b/package-lock.json index 4b38012..fb2586e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -160,9 +160,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/nock": { diff --git a/package.json b/package.json index d20ce78..c723e6b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@types/chai": "4.1.7", - "@types/mocha": "5.2.7", + "@types/mocha": "7.0.0", "@types/nock": "10.0.3", "@types/rewire": "2.5.28", "chai": "4.2.0",