Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
build(deps): update dependency mocha to ^5.0.5 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and teppeis committed Mar 25, 2018
1 parent 37fc47d commit 7bcd3ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-config-teppeis": "^6.3.1",
"intelli-espower-loader": "^1.0.1",
"json-schema-to-typescript": "^4.2.1",
"mocha": "^4.0.1",
"mocha": "^5.0.5",
"npm-run-all": "^4.0.2",
"power-assert": "^1.4.4",
"typescript": "^2.3.4"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"

browser-stdout@1.3.0:
version "1.3.0"
resolved "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f"
browser-stdout@1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"

builtin-modules@^1.0.0:
version "1.1.1"
Expand Down Expand Up @@ -301,9 +301,9 @@ diff-match-patch@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.0.tgz#1cc3c83a490d67f95d91e39f6ad1f2e086b63048"

diff@3.3.1:
version "3.3.1"
resolved "https://registry.npmjs.org/diff/-/diff-3.3.1.tgz#aa8567a6eed03c531fc89d3f711cd0e5259dec75"
diff@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"

doctrine@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -1038,14 +1038,14 @@ mkdirp@0.5.1, mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"

mocha@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/mocha/-/mocha-4.0.1.tgz#0aee5a95cf69a4618820f5e51fa31717117daf1b"
mocha@^5.0.5:
version "5.0.5"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.5.tgz#e228e3386b9387a4710007a641f127b00be44b52"
dependencies:
browser-stdout "1.3.0"
browser-stdout "1.3.1"
commander "2.11.0"
debug "3.1.0"
diff "3.3.1"
diff "3.5.0"
escape-string-regexp "1.0.5"
glob "7.1.2"
growl "1.10.3"
Expand Down

0 comments on commit 7bcd3ca

Please sign in to comment.