Skip to content

Commit

Permalink
Update dependency mocha to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 12, 2018
1 parent df3d3a9 commit c2eb3b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"istanbul": "0.4.5",
"it-each": "0.3.1",
"jsdoc": "3.5.5",
"mocha": "5.0.3"
"mocha": "5.1.0"
},
"dependencies": {
"chai": "~4.1.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Expand Up @@ -993,7 +993,7 @@ mime-types@^2.1.12, mime-types@~2.1.17:
dependencies:
mime-db "~1.33.0"

"minimatch@2 || 3", minimatch@^3.0.4:
"minimatch@2 || 3", minimatch@3.0.4, minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
dependencies:
Expand All @@ -1017,9 +1017,9 @@ mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
dependencies:
minimist "0.0.8"

mocha@5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.3.tgz#0a95a6ddea9073239851a3a26ffc9c8d679c757a"
mocha@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.1.0.tgz#5ff11cc39c0bb65330ac6c41f9086634e3e3f686"
dependencies:
browser-stdout "1.3.1"
commander "2.11.0"
Expand All @@ -1029,6 +1029,7 @@ mocha@5.0.3:
glob "7.1.2"
growl "1.10.3"
he "1.1.1"
minimatch "3.0.4"
mkdirp "0.5.1"
supports-color "4.4.0"

Expand Down

0 comments on commit c2eb3b3

Please sign in to comment.