diff --git a/doc/examples/mocha/package.json b/doc/examples/mocha/package.json index 94db14f85b..2dcde17b27 100644 --- a/doc/examples/mocha/package.json +++ b/doc/examples/mocha/package.json @@ -16,6 +16,6 @@ "axe-core": "^3.0.1", "chai": "~4.1.2", "grunt": "~1.0.2", - "grunt-mocha": "1.0.5" + "grunt-mocha": "1.1.0" } } diff --git a/package.json b/package.json index 1416201cbc..8b84979cf1 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^20.1.0", "grunt-markdownlint": "^2.0.0", - "grunt-mocha": "1.0.5", + "grunt-mocha": "1.1.0", "grunt-parallel": "^0.5.1", "grunt-retire": "^1.0.7", "html-entities": "^1.2.0",