diff --git a/package-lock.json b/package-lock.json index 5f6ef39..97689b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,9 +110,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": "8.2.3", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", + "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 5d6e75c..b660f2a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@types/express": "^4.16.0", "@types/http-proxy": "^1.16.2", - "@types/mocha": "^5.2.5", + "@types/mocha": "^8.2.3", "@types/node": "^10.9.4", "@types/power-assert": "^1.5.0", "@types/request-promise": "^4.1.42",