diff --git a/template/package.json b/template/package.json index b63af83..6dc7f1e 100644 --- a/template/package.json +++ b/template/package.json @@ -41,6 +41,6 @@ "generate-changelog": "1.7.0", "hubot-test-helper": "1.8.1", "istanbul": "0.4.5", - "mocha": "4.0.1" + "mocha": "4.1.0" } } diff --git a/template/yarn.lock b/template/yarn.lock index 61ec408..853dff8 100644 --- a/template/yarn.lock +++ b/template/yarn.lock @@ -1080,9 +1080,9 @@ mkdirp@0.5.1, mkdirp@0.5.x: dependencies: minimist "0.0.8" -mocha@4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.0.1.tgz#0aee5a95cf69a4618820f5e51fa31717117daf1b" +mocha@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794" dependencies: browser-stdout "1.3.0" commander "2.11.0"