diff --git a/package-lock.json b/package-lock.json index 983b89c..1055669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,9 +73,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 2fff0c3..3e2bdaf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/oddhill/node-bankid", "devDependencies": { "@types/chai": "^4.2.3", - "@types/mocha": "^5.2.7", + "@types/mocha": "^7.0.0", "@types/node": "^12.7.12", "@types/request": "^2.48.3", "chai": "^4.2.0",