diff --git a/package-lock.json b/package-lock.json index 1795d6c..5c06e3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -591,9 +591,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/moment-timezone": { diff --git a/package.json b/package.json index 0e60944..5e6169f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@oclif/test": "^1.2.5", "@oclif/tslint": "^3.1.1", "@types/chai": "^4.2.3", - "@types/mocha": "^5.2.7", + "@types/mocha": "^7.0.0", "@types/moment-timezone": "^0.5.12", "@types/node": "^13.1.0", "@types/crypto-js": "^3.1.43",