diff --git a/package-lock.json b/package-lock.json index 3db07e6..ea443b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4222,9 +4222,9 @@ } }, "mocha": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.1.1.tgz", - "integrity": "sha512-ayfr68s4kyDnCU0hjkTk5Z8J8dqr1iPUuVjmd+dLFgaGKOPlgx1XrOGn5k3H1LlXNnLBb8voZMYMKxchiA4Ujg==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.1.2.tgz", + "integrity": "sha512-BgD2/RozoSC3uQK5R0isDcxjqaWw2n5HWdk8njYUyZf2NC79ErO5FtYVX52+rfqGoEgMfJf4fuG0IWh2TMzFoA==", "dev": true, "requires": { "ansi-colors": "3.2.3", diff --git a/package.json b/package.json index 61d2a9f..ba77ea4 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "fs-extra": "7.0.1", "husky": "1.3.1", "lint-staged": "8.1.5", - "mocha": "6.1.1", + "mocha": "6.1.2", "mock-require": "3.0.3", "npm-github-config": "2.0.0", "nyc": "13.3.0",