Skip to content

Commit 087b93d

Browse files
author
Spencer
authored
[npm] downgrade mocha to not need mochajs/mocha#3346 (#19233)
1 parent a5d1f1c commit 087b93d

File tree

4 files changed

+21
-22
lines changed

4 files changed

+21
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"load-grunt-config": "0.19.2",
287287
"makelogs": "^4.0.5",
288288
"marked-text-renderer": "0.1.0",
289-
"mocha": "github:elastic/mocha#37dc027261b2974aa0411955a06c93fb8ed2c06e",
289+
"mocha": "5.0.4",
290290
"mock-fs": "^4.4.2",
291291
"murmurhash3js": "3.0.1",
292292
"ncp": "2.0.0",

x-pack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"jest": "^22.4.3",
5454
"jest-cli": "^22.4.3",
5555
"jest-styled-components": "^5.0.1",
56-
"mocha": "^5.0.5",
56+
"mocha": "5.0.4",
5757
"mustache": "^2.3.0",
5858
"node-fetch": "^2.1.2",
5959
"pdf-image": "1.1.0",

x-pack/yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -4724,6 +4724,21 @@ [email protected], "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
47244724
dependencies:
47254725
minimist "0.0.8"
47264726

4727+
4728+
version "5.0.4"
4729+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.4.tgz#6b7aa328472da1088e69d47e75925fd3a3bb63c6"
4730+
dependencies:
4731+
browser-stdout "1.3.1"
4732+
commander "2.11.0"
4733+
debug "3.1.0"
4734+
diff "3.5.0"
4735+
escape-string-regexp "1.0.5"
4736+
glob "7.1.2"
4737+
growl "1.10.3"
4738+
he "1.1.1"
4739+
mkdirp "0.5.1"
4740+
supports-color "4.4.0"
4741+
47274742
mocha@^2.0.1:
47284743
version "2.5.3"
47294744
resolved "https://registry.yarnpkg.com/mocha/-/mocha-2.5.3.tgz#161be5bdeb496771eb9b35745050b622b5aefc58"
@@ -4739,21 +4754,6 @@ mocha@^2.0.1:
47394754
supports-color "1.2.0"
47404755
to-iso-string "0.0.2"
47414756

4742-
mocha@^5.0.5:
4743-
version "5.0.5"
4744-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.5.tgz#e228e3386b9387a4710007a641f127b00be44b52"
4745-
dependencies:
4746-
browser-stdout "1.3.1"
4747-
commander "2.11.0"
4748-
debug "3.1.0"
4749-
diff "3.5.0"
4750-
escape-string-regexp "1.0.5"
4751-
glob "7.1.2"
4752-
growl "1.10.3"
4753-
he "1.1.1"
4754-
mkdirp "0.5.1"
4755-
supports-color "4.4.0"
4756-
47574757
module-not-found-error@^1.0.0:
47584758
version "1.0.1"
47594759
resolved "https://registry.yarnpkg.com/module-not-found-error/-/module-not-found-error-1.0.1.tgz#cf8b4ff4f29640674d6cdd02b0e3bc523c2bbdc0"

yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -8288,7 +8288,7 @@ [email protected]:
82888288
lru-cache "2"
82898289
sigmund "~1.0.0"
82908290

8291-
"minimatch@2 || 3", minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.0, minimatch@~3.0.2:
8291+
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.0, minimatch@~3.0.2:
82928292
version "3.0.4"
82938293
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
82948294
dependencies:
@@ -8358,9 +8358,9 @@ mkdirp@^0.3.5, mkdirp@~0.3.5:
83588358
version "0.3.5"
83598359
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.5.tgz#de3e5f8961c88c787ee1368df849ac4413eca8d7"
83608360

8361-
"mocha@github:elastic/mocha#37dc027261b2974aa0411955a06c93fb8ed2c06e":
8362-
version "5.1.1"
8363-
resolved "https://codeload.github.com/elastic/mocha/tar.gz/37dc027261b2974aa0411955a06c93fb8ed2c06e"
8361+
mocha@5.0.4:
8362+
version "5.0.4"
8363+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.4.tgz#6b7aa328472da1088e69d47e75925fd3a3bb63c6"
83648364
dependencies:
83658365
browser-stdout "1.3.1"
83668366
commander "2.11.0"
@@ -8370,7 +8370,6 @@ mkdirp@^0.3.5, mkdirp@~0.3.5:
83708370
glob "7.1.2"
83718371
growl "1.10.3"
83728372
he "1.1.1"
8373-
minimatch "3.0.4"
83748373
mkdirp "0.5.1"
83758374
supports-color "4.4.0"
83768375

0 commit comments

Comments
 (0)