diff --git a/package-lock.json b/package-lock.json index c8e86fd..4271271 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,9 +65,9 @@ "integrity": "sha512-h3wnflb+jMTipvbbZnClgA2BexrT4w0GcfoCz5qyxd0IRsbqhLSyesM6mqZTAnhbVmhyTm5tuxfRu9R+8l+lGw==" }, "@types/mocha": { - "version": "5.2.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.6.tgz", - "integrity": "sha512-1axi39YdtBI7z957vdqXI4Ac25e7YihYQtJa+Clnxg1zTJEaIRbndt71O3sP4GAMgiAm0pY26/b9BrY4MR/PMw==", + "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 53c48e2..7b83099 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@types/chai": "^4.1.2", "@types/chai-as-promised": "^7.1.0", "@types/decompress": "^4.2.0", - "@types/mocha": "^5.0.0", + "@types/mocha": "^7.0.0", "@types/node": "^10.0.3", "@types/progress": "^2.0.1", "@types/request": "^2.47.0",