Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 3739df9

Browse files
Bump mocha from 5.0.5 to 5.1.1
Bumps [mocha](https://github.com/mochajs/mocha) from 5.0.5 to 5.1.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v5.0.5...v5.1.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74b841a commit 3739df9

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"concurrently": "~3.5.1",
109109
"eslint": "~4.16.0",
110110
"istanbul": "1.1.0-alpha.1",
111-
"mocha": "~5.0.4",
111+
"mocha": "~5.1.1",
112112
"nodemon": "~1.17.4",
113113
"shx": "^0.2.2",
114114
"wait-on": "~2.1.0"

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3406,7 +3406,7 @@ mimic-fn@^1.0.0:
34063406
version "1.1.0"
34073407
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
34083408

3409-
"minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
3409+
"minimatch@2 || 3", minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
34103410
version "3.0.4"
34113411
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
34123412
dependencies:
@@ -3453,9 +3453,9 @@ [email protected], [email protected], "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
34533453
dependencies:
34543454
minimist "0.0.8"
34553455

3456-
mocha@~5.0.4:
3457-
version "5.0.4"
3458-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.4.tgz#6b7aa328472da1088e69d47e75925fd3a3bb63c6"
3456+
mocha@~5.1.1:
3457+
version "5.1.1"
3458+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.1.1.tgz#b774c75609dac05eb48f4d9ba1d827b97fde8a7b"
34593459
dependencies:
34603460
browser-stdout "1.3.1"
34613461
commander "2.11.0"
@@ -3465,6 +3465,7 @@ mocha@~5.0.4:
34653465
glob "7.1.2"
34663466
growl "1.10.3"
34673467
he "1.1.1"
3468+
minimatch "3.0.4"
34683469
mkdirp "0.5.1"
34693470
supports-color "4.4.0"
34703471

0 commit comments

Comments
 (0)