Skip to content

Commit

Permalink
chore(deps): update dependency mocha to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 10, 2017
1 parent 7042282 commit f274541
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint": "4.6.1",
"generate-changelog": "1.4.0",
"istanbul": "0.4.5",
"mocha": "3.5.0"
"mocha": "3.5.1"
},
"eslintConfig": {
"env": {
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,10 @@ hawk@~3.1.3:
hoek "2.x.x"
sntp "1.x.x"

he@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"

hoek@2.x.x:
version "2.16.3"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
Expand All @@ -727,8 +731,8 @@ http-signature@~1.1.0:
sshpk "^1.7.0"

iconv-lite@^0.4.17:
version "0.4.18"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.18.tgz#23d8656b16aae6742ac29732ea8f0336a4789cf2"
version "0.4.19"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"

ignore@^3.3.3:
version "3.3.5"
Expand Down Expand Up @@ -1040,9 +1044,9 @@ mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"

mocha@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.5.0.tgz#1328567d2717f997030f8006234bce9b8cd72465"
mocha@3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.5.1.tgz#9b6d13ac1ccf957edd16f2e439055734b1b60391"
dependencies:
browser-stdout "1.3.0"
commander "2.9.0"
Expand All @@ -1051,6 +1055,7 @@ mocha@3.5.0:
escape-string-regexp "1.0.5"
glob "7.1.1"
growl "1.9.2"
he "1.1.1"
json3 "3.3.2"
lodash.create "3.1.1"
mkdirp "0.5.1"
Expand Down

0 comments on commit f274541

Please sign in to comment.