Skip to content

Commit b9805d8

Browse files
Bump mocha from 6.2.3 to 7.1.1
Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.3 to 7.1.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v6.2.3...v7.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 47e2b09 commit b9805d8

2 files changed

Lines changed: 106 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"express-ws": "^4.0.0",
5656
"glob": "^7.0.5",
5757
"jsdom": "^11.11.0",
58-
"mocha": "^6.1.4",
58+
"mocha": "^7.1.1",
5959
"mustache": "^3.0.1",
6060
"node-pty": "^0.9.0",
6161
"nyc": "13",

yarn.lock

Lines changed: 105 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,14 @@ anymatch@^2.0.0:
594594
micromatch "^3.1.4"
595595
normalize-path "^2.1.1"
596596

597+
anymatch@~3.1.1:
598+
version "3.1.1"
599+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
600+
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
601+
dependencies:
602+
normalize-path "^3.0.0"
603+
picomatch "^2.0.4"
604+
597605
app-root-path@^2.2.1:
598606
version "2.2.1"
599607
resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.2.1.tgz#d0df4a682ee408273583d43f6f79e9892624bc9a"
@@ -779,6 +787,11 @@ binary-extensions@^1.0.0:
779787
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
780788
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
781789

790+
binary-extensions@^2.0.0:
791+
version "2.0.0"
792+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
793+
integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==
794+
782795
bindings@^1.5.0:
783796
version "1.5.0"
784797
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
@@ -836,7 +849,7 @@ braces@^2.3.1, braces@^2.3.2:
836849
split-string "^3.0.2"
837850
to-regex "^3.0.1"
838851

839-
braces@^3.0.1:
852+
braces@^3.0.1, braces@~3.0.2:
840853
version "3.0.2"
841854
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
842855
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -1026,7 +1039,7 @@ chai@3.5.0:
10261039
deep-eql "^0.1.3"
10271040
type-detect "^1.0.0"
10281041

1029-
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0:
1042+
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.2:
10301043
version "2.4.2"
10311044
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
10321045
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -1048,6 +1061,21 @@ chardet@^0.7.0:
10481061
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
10491062
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
10501063

1064+
chokidar@3.3.0:
1065+
version "3.3.0"
1066+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.0.tgz#12c0714668c55800f659e262d4962a97faf554a6"
1067+
integrity sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==
1068+
dependencies:
1069+
anymatch "~3.1.1"
1070+
braces "~3.0.2"
1071+
glob-parent "~5.1.0"
1072+
is-binary-path "~2.1.0"
1073+
is-glob "~4.0.1"
1074+
normalize-path "~3.0.0"
1075+
readdirp "~3.2.0"
1076+
optionalDependencies:
1077+
fsevents "~2.1.1"
1078+
10511079
chokidar@^2.1.8:
10521080
version "2.1.8"
10531081
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
@@ -2331,6 +2359,11 @@ fsevents@^1.2.7:
23312359
bindings "^1.5.0"
23322360
nan "^2.12.1"
23332361

2362+
fsevents@~2.1.1:
2363+
version "2.1.2"
2364+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
2365+
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
2366+
23342367
function-bind@^1.1.1:
23352368
version "1.1.1"
23362369
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -2378,7 +2411,7 @@ glob-parent@^3.1.0:
23782411
is-glob "^3.1.0"
23792412
path-dirname "^1.0.0"
23802413

2381-
glob-parent@^5.0.0:
2414+
glob-parent@^5.0.0, glob-parent@~5.1.0:
23822415
version "5.1.1"
23832416
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
23842417
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
@@ -2797,6 +2830,13 @@ is-binary-path@^1.0.0:
27972830
dependencies:
27982831
binary-extensions "^1.0.0"
27992832

2833+
is-binary-path@~2.1.0:
2834+
version "2.1.0"
2835+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
2836+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
2837+
dependencies:
2838+
binary-extensions "^2.0.0"
2839+
28002840
is-boolean-object@^1.0.0:
28012841
version "1.0.1"
28022842
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.1.tgz#10edc0900dd127697a92f6f9807c7617d68ac48e"
@@ -2895,7 +2935,7 @@ is-glob@^3.1.0:
28952935
dependencies:
28962936
is-extglob "^2.1.0"
28972937

2898-
is-glob@^4.0.0, is-glob@^4.0.1:
2938+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
28992939
version "4.0.1"
29002940
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
29012941
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -3295,6 +3335,13 @@ log-symbols@2.2.0:
32953335
dependencies:
32963336
chalk "^2.0.1"
32973337

3338+
log-symbols@3.0.0:
3339+
version "3.0.0"
3340+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
3341+
integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==
3342+
dependencies:
3343+
chalk "^2.4.2"
3344+
32983345
logform@^2.1.1:
32993346
version "2.1.2"
33003347
resolved "https://registry.yarnpkg.com/logform/-/logform-2.1.2.tgz#957155ebeb67a13164069825ce67ddb5bb2dd360"
@@ -3533,6 +3580,13 @@ mixin-deep@^1.2.0:
35333580
for-in "^1.0.2"
35343581
is-extendable "^1.0.1"
35353582

3583+
mkdirp@0.5.3:
3584+
version "0.5.3"
3585+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.3.tgz#5a514b7179259287952881e94410ec5465659f8c"
3586+
integrity sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==
3587+
dependencies:
3588+
minimist "^1.2.5"
3589+
35363590
mkdirp@0.5.4, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.4:
35373591
version "0.5.4"
35383592
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.4.tgz#fd01504a6797ec5c9be81ff43d204961ed64a512"
@@ -3569,6 +3623,36 @@ mocha@^6.1.4:
35693623
yargs-parser "13.1.2"
35703624
yargs-unparser "1.6.0"
35713625

3626+
mocha@^7.1.1:
3627+
version "7.1.1"
3628+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.1.tgz#89fbb30d09429845b1bb893a830bf5771049a441"
3629+
integrity sha512-3qQsu3ijNS3GkWcccT5Zw0hf/rWvu1fTN9sPvEd81hlwsr30GX2GcDSSoBxo24IR8FelmrAydGC6/1J5QQP4WA==
3630+
dependencies:
3631+
ansi-colors "3.2.3"
3632+
browser-stdout "1.3.1"
3633+
chokidar "3.3.0"
3634+
debug "3.2.6"
3635+
diff "3.5.0"
3636+
escape-string-regexp "1.0.5"
3637+
find-up "3.0.0"
3638+
glob "7.1.3"
3639+
growl "1.10.5"
3640+
he "1.2.0"
3641+
js-yaml "3.13.1"
3642+
log-symbols "3.0.0"
3643+
minimatch "3.0.4"
3644+
mkdirp "0.5.3"
3645+
ms "2.1.1"
3646+
node-environment-flags "1.0.6"
3647+
object.assign "4.1.0"
3648+
strip-json-comments "2.0.1"
3649+
supports-color "6.0.0"
3650+
which "1.3.1"
3651+
wide-align "1.1.3"
3652+
yargs "13.3.2"
3653+
yargs-parser "13.1.2"
3654+
yargs-unparser "1.6.0"
3655+
35723656
move-concurrently@^1.0.1:
35733657
version "1.0.1"
35743658
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
@@ -3656,6 +3740,14 @@ node-environment-flags@1.0.5:
36563740
object.getownpropertydescriptors "^2.0.3"
36573741
semver "^5.7.0"
36583742

3743+
node-environment-flags@1.0.6:
3744+
version "1.0.6"
3745+
resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.6.tgz#a30ac13621f6f7d674260a54dede048c3982c088"
3746+
integrity sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==
3747+
dependencies:
3748+
object.getownpropertydescriptors "^2.0.3"
3749+
semver "^5.7.0"
3750+
36593751
node-libs-browser@^2.2.1:
36603752
version "2.2.1"
36613753
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425"
@@ -3709,7 +3801,7 @@ normalize-path@^2.1.1:
37093801
dependencies:
37103802
remove-trailing-separator "^1.0.1"
37113803

3712-
normalize-path@^3.0.0:
3804+
normalize-path@^3.0.0, normalize-path@~3.0.0:
37133805
version "3.0.0"
37143806
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
37153807
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -4064,7 +4156,7 @@ performance-now@^2.1.0:
40644156
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
40654157
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
40664158

4067-
picomatch@^2.0.5:
4159+
picomatch@^2.0.4, picomatch@^2.0.5:
40684160
version "2.2.2"
40694161
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
40704162
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
@@ -4334,6 +4426,13 @@ readdirp@^2.2.1:
43344426
micromatch "^3.1.10"
43354427
readable-stream "^2.0.2"
43364428

4429+
readdirp@~3.2.0:
4430+
version "3.2.0"
4431+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.2.0.tgz#c30c33352b12c96dfb4b895421a49fd5a9593839"
4432+
integrity sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==
4433+
dependencies:
4434+
picomatch "^2.0.4"
4435+
43374436
regex-not@^1.0.0, regex-not@^1.0.2:
43384437
version "1.0.2"
43394438
resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"

0 commit comments

Comments
 (0)