Skip to content

Commit b3364e6

Browse files
author
Spencer
authored
[6.x] [npm] downgrade mocha to not need mochajs/mocha#3346 (#19233) (#19234)
1 parent 11c17c6 commit b3364e6

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
@@ -282,7 +282,7 @@
282282
"load-grunt-config": "0.19.2",
283283
"makelogs": "^4.0.4",
284284
"marked-text-renderer": "0.1.0",
285-
"mocha": "github:elastic/mocha#37dc027261b2974aa0411955a06c93fb8ed2c06e",
285+
"mocha": "5.0.4",
286286
"mock-fs": "^4.4.2",
287287
"murmurhash3js": "3.0.1",
288288
"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
@@ -4712,6 +4712,21 @@ [email protected], "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
47124712
dependencies:
47134713
minimist "0.0.8"
47144714

4715+
4716+
version "5.0.4"
4717+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.4.tgz#6b7aa328472da1088e69d47e75925fd3a3bb63c6"
4718+
dependencies:
4719+
browser-stdout "1.3.1"
4720+
commander "2.11.0"
4721+
debug "3.1.0"
4722+
diff "3.5.0"
4723+
escape-string-regexp "1.0.5"
4724+
glob "7.1.2"
4725+
growl "1.10.3"
4726+
he "1.1.1"
4727+
mkdirp "0.5.1"
4728+
supports-color "4.4.0"
4729+
47154730
mocha@^2.0.1:
47164731
version "2.5.3"
47174732
resolved "https://registry.yarnpkg.com/mocha/-/mocha-2.5.3.tgz#161be5bdeb496771eb9b35745050b622b5aefc58"
@@ -4727,21 +4742,6 @@ mocha@^2.0.1:
47274742
supports-color "1.2.0"
47284743
to-iso-string "0.0.2"
47294744

4730-
mocha@^5.0.5:
4731-
version "5.0.5"
4732-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.5.tgz#e228e3386b9387a4710007a641f127b00be44b52"
4733-
dependencies:
4734-
browser-stdout "1.3.1"
4735-
commander "2.11.0"
4736-
debug "3.1.0"
4737-
diff "3.5.0"
4738-
escape-string-regexp "1.0.5"
4739-
glob "7.1.2"
4740-
growl "1.10.3"
4741-
he "1.1.1"
4742-
mkdirp "0.5.1"
4743-
supports-color "4.4.0"
4744-
47454745
module-not-found-error@^1.0.0:
47464746
version "1.0.1"
47474747
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
@@ -8311,7 +8311,7 @@ [email protected]:
83118311
lru-cache "2"
83128312
sigmund "~1.0.0"
83138313

8314-
"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:
8314+
"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:
83158315
version "3.0.4"
83168316
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
83178317
dependencies:
@@ -8368,9 +8368,9 @@ mkdirp@^0.3.5, mkdirp@~0.3.5:
83688368
version "0.3.5"
83698369
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.5.tgz#de3e5f8961c88c787ee1368df849ac4413eca8d7"
83708370

8371-
"mocha@github:elastic/mocha#37dc027261b2974aa0411955a06c93fb8ed2c06e":
8372-
version "5.1.1"
8373-
resolved "https://codeload.github.com/elastic/mocha/tar.gz/37dc027261b2974aa0411955a06c93fb8ed2c06e"
8371+
mocha@5.0.4:
8372+
version "5.0.4"
8373+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.4.tgz#6b7aa328472da1088e69d47e75925fd3a3bb63c6"
83748374
dependencies:
83758375
browser-stdout "1.3.1"
83768376
commander "2.11.0"
@@ -8380,7 +8380,6 @@ mkdirp@^0.3.5, mkdirp@~0.3.5:
83808380
glob "7.1.2"
83818381
growl "1.10.3"
83828382
he "1.1.1"
8383-
minimatch "3.0.4"
83848383
mkdirp "0.5.1"
83858384
supports-color "4.4.0"
83868385

0 commit comments

Comments
 (0)