diff --git a/package-lock.json b/package-lock.json index f53c700..63ca50a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,9 +42,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.2", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", + "integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 6f2db32..4ea88f1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@types/chai": "^4.1", - "@types/mocha": "^5.2", + "@types/mocha": "^7.0", "@types/node": "^13", "async-file": "^2.0", "chai": "^4.2",