diff --git a/package-lock.json b/package-lock.json index af344ab..549fdfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/chai": "^4.2.0", "@types/lodash": "^4.14.123", - "@types/mocha": "^5.2.7", + "@types/mocha": "^5.0.0", "@types/sinon": "^7.0.13", "@types/sinon-chai": "^3.2.3", "@typescript-eslint/eslint-plugin": "^5.42.0", @@ -325,9 +325,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.7.tgz", - "integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.0.0.tgz", + "integrity": "sha512-ZS0vBV7Jn5Z/Q4T3VXauEKMDCV8nWOtJJg90OsDylkYJiQwcWtKuLzohWzrthBkerUF7DLMmJcwOPEP0i/AOXw==", "dev": true }, "node_modules/@types/node": { @@ -9196,9 +9196,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": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.0.0.tgz", + "integrity": "sha512-ZS0vBV7Jn5Z/Q4T3VXauEKMDCV8nWOtJJg90OsDylkYJiQwcWtKuLzohWzrthBkerUF7DLMmJcwOPEP0i/AOXw==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 8ff5203..49bf462 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@types/chai": "^4.2.0", "@types/lodash": "^4.14.123", - "@types/mocha": "^5.2.7", + "@types/mocha": "^5.0.0", "@types/sinon": "^7.0.13", "@types/sinon-chai": "^3.2.3", "@typescript-eslint/eslint-plugin": "^5.42.0",