Skip to content

Commit 2261427

Browse files
committed
chore(deps): update dependency mocha to v5.1.0
1 parent 47c9dba commit 2261427

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"devDependencies": {
4747
"jshint": "2.9.5",
4848
"should": "13.1.2",
49-
"mocha": "4.0.1"
49+
"mocha": "5.1.0"
5050
}
5151
}

yarn.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ brace-expansion@^1.1.7:
148148
balanced-match "^1.0.0"
149149
concat-map "0.0.1"
150150

151-
152-
version "1.3.0"
153-
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f"
151+
152+
version "1.3.1"
153+
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
154154

155155
browserslist@^2.4.0:
156156
version "2.4.0"
@@ -428,9 +428,9 @@ delegates@^1.0.0:
428428
version "1.0.0"
429429
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
430430

431-
diff@3.3.1:
432-
version "3.3.1"
433-
resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.1.tgz#aa8567a6eed03c531fc89d3f711cd0e5259dec75"
431+
diff@3.5.0:
432+
version "3.5.0"
433+
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
434434

435435
doctypes@^1.1.0:
436436
version "1.1.0"
@@ -1044,7 +1044,7 @@ mime@^1.2.11:
10441044
version "1.4.1"
10451045
resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6"
10461046

1047-
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2:
1047+
minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2:
10481048
version "3.0.4"
10491049
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
10501050
dependencies:
@@ -1064,18 +1064,19 @@ [email protected], [email protected], "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
10641064
dependencies:
10651065
minimist "0.0.8"
10661066

1067-
mocha@4.0.1:
1068-
version "4.0.1"
1069-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.0.1.tgz#0aee5a95cf69a4618820f5e51fa31717117daf1b"
1067+
mocha@5.1.0:
1068+
version "5.1.0"
1069+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.1.0.tgz#5ff11cc39c0bb65330ac6c41f9086634e3e3f686"
10701070
dependencies:
1071-
browser-stdout "1.3.0"
1071+
browser-stdout "1.3.1"
10721072
commander "2.11.0"
10731073
debug "3.1.0"
1074-
diff "3.3.1"
1074+
diff "3.5.0"
10751075
escape-string-regexp "1.0.5"
10761076
glob "7.1.2"
10771077
growl "1.10.3"
10781078
he "1.1.1"
1079+
minimatch "3.0.4"
10791080
mkdirp "0.5.1"
10801081
supports-color "4.4.0"
10811082

0 commit comments

Comments
 (0)