Skip to content

Commit 9228fa2

Browse files
Bump mocha from 6.2.2 to 7.0.1 (#66)
Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.2 to 7.0.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v6.2.2...v7.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ae3741a commit 9228fa2

2 files changed

Lines changed: 102 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-node": "^11.0.0",
3737
"eslint-plugin-prettier": "^3.1.0",
3838
"lerna-changelog": "^0.8.2",
39-
"mocha": "^6.1.4",
39+
"mocha": "^7.0.1",
4040
"prettier": "^1.19.0"
4141
},
4242
"engines": {

yarn.lock

Lines changed: 101 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,14 @@ any-promise@^1.0.0:
155155
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
156156
integrity sha1-q8av7tzqUugJzcA3au0845Y10X8=
157157

158+
anymatch@~3.1.1:
159+
version "3.1.1"
160+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
161+
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
162+
dependencies:
163+
normalize-path "^3.0.0"
164+
picomatch "^2.0.4"
165+
158166
aproba@^1.1.1:
159167
version "1.2.0"
160168
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -232,6 +240,11 @@ base@^0.11.1:
232240
mixin-deep "^1.2.0"
233241
pascalcase "^0.1.1"
234242

243+
binary-extensions@^2.0.0:
244+
version "2.0.0"
245+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
246+
integrity sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==
247+
235248
bluebird@^3.5.5:
236249
version "3.5.5"
237250
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"
@@ -261,6 +274,13 @@ braces@^2.3.1:
261274
split-string "^3.0.2"
262275
to-regex "^3.0.1"
263276

277+
braces@~3.0.2:
278+
version "3.0.2"
279+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
280+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
281+
dependencies:
282+
fill-range "^7.0.1"
283+
264284
265285
version "1.3.1"
266286
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
@@ -341,6 +361,21 @@ chardet@^0.7.0:
341361
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
342362
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
343363

364+
365+
version "3.3.0"
366+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.0.tgz#12c0714668c55800f659e262d4962a97faf554a6"
367+
integrity sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==
368+
dependencies:
369+
anymatch "~3.1.1"
370+
braces "~3.0.2"
371+
glob-parent "~5.1.0"
372+
is-binary-path "~2.1.0"
373+
is-glob "~4.0.1"
374+
normalize-path "~3.0.0"
375+
readdirp "~3.2.0"
376+
optionalDependencies:
377+
fsevents "~2.1.1"
378+
344379
chownr@^1.1.1:
345380
version "1.1.1"
346381
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494"
@@ -954,6 +989,13 @@ fill-range@^4.0.0:
954989
repeat-string "^1.6.1"
955990
to-regex-range "^2.1.0"
956991

992+
fill-range@^7.0.1:
993+
version "7.0.1"
994+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
995+
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
996+
dependencies:
997+
to-regex-range "^5.0.1"
998+
957999
[email protected], find-up@^3.0.0:
9581000
version "3.0.0"
9591001
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -1032,6 +1074,11 @@ fs.realpath@^1.0.0:
10321074
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
10331075
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
10341076

1077+
fsevents@~2.1.1:
1078+
version "2.1.2"
1079+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
1080+
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
1081+
10351082
function-bind@^1.1.1:
10361083
version "1.1.1"
10371084
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -1089,6 +1136,13 @@ glob-parent@^5.0.0:
10891136
dependencies:
10901137
is-glob "^4.0.1"
10911138

1139+
glob-parent@~5.1.0:
1140+
version "5.1.0"
1141+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
1142+
integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==
1143+
dependencies:
1144+
is-glob "^4.0.1"
1145+
10921146
glob-to-regexp@^0.3.0:
10931147
version "0.3.0"
10941148
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -1342,6 +1396,13 @@ is-accessor-descriptor@^1.0.0:
13421396
dependencies:
13431397
kind-of "^6.0.0"
13441398

1399+
is-binary-path@~2.1.0:
1400+
version "2.1.0"
1401+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
1402+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
1403+
dependencies:
1404+
binary-extensions "^2.0.0"
1405+
13451406
is-buffer@^1.1.5:
13461407
version "1.1.6"
13471408
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -1435,7 +1496,7 @@ is-glob@^3.1.0:
14351496
dependencies:
14361497
is-extglob "^2.1.0"
14371498

1438-
is-glob@^4.0.0, is-glob@^4.0.1:
1499+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
14391500
version "4.0.1"
14401501
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
14411502
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -1449,6 +1510,11 @@ is-number@^3.0.0:
14491510
dependencies:
14501511
kind-of "^3.0.2"
14511512

1513+
is-number@^7.0.0:
1514+
version "7.0.0"
1515+
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
1516+
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
1517+
14521518
is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
14531519
version "2.0.4"
14541520
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
@@ -1749,13 +1815,14 @@ [email protected], mkdirp@^0.5.1:
17491815
dependencies:
17501816
minimist "0.0.8"
17511817

1752-
mocha@^6.1.4:
1753-
version "6.2.2"
1754-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.2.2.tgz#5d8987e28940caf8957a7d7664b910dc5b2fea20"
1755-
integrity sha512-FgDS9Re79yU1xz5d+C4rv1G7QagNGHZ+iXF81hO8zY35YZZcLEsJVfFolfsqKFWunATEvNzMK0r/CwWd/szO9A==
1818+
mocha@^7.0.1:
1819+
version "7.0.1"
1820+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce"
1821+
integrity sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg==
17561822
dependencies:
17571823
ansi-colors "3.2.3"
17581824
browser-stdout "1.3.1"
1825+
chokidar "3.3.0"
17591826
debug "3.2.6"
17601827
diff "3.5.0"
17611828
escape-string-regexp "1.0.5"
@@ -1768,7 +1835,7 @@ mocha@^6.1.4:
17681835
minimatch "3.0.4"
17691836
mkdirp "0.5.1"
17701837
ms "2.1.1"
1771-
node-environment-flags "1.0.5"
1838+
node-environment-flags "1.0.6"
17721839
object.assign "4.1.0"
17731840
strip-json-comments "2.0.1"
17741841
supports-color "6.0.0"
@@ -1851,10 +1918,10 @@ nice-try@^1.0.4:
18511918
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
18521919
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
18531920

1854-
1855-
version "1.0.5"
1856-
resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.5.tgz#fa930275f5bf5dae188d6192b24b4c8bbac3d76a"
1857-
integrity sha512-VNYPRfGfmZLx0Ye20jWzHUjyTW/c+6Wq+iLhDzUI4XmhrDd9l/FozXV3F2xOaXjvp0co0+v1YSR3CMP6g+VvLQ==
1921+
1922+
version "1.0.6"
1923+
resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.6.tgz#a30ac13621f6f7d674260a54dede048c3982c088"
1924+
integrity sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==
18581925
dependencies:
18591926
object.getownpropertydescriptors "^2.0.3"
18601927
semver "^5.7.0"
@@ -1873,6 +1940,11 @@ normalize-git-url@^3.0.2:
18731940
resolved "https://registry.yarnpkg.com/normalize-git-url/-/normalize-git-url-3.0.2.tgz#8e5f14be0bdaedb73e07200310aa416c27350fc4"
18741941
integrity sha1-jl8Uvgva7bc+ByADEKpBbCc1D8Q=
18751942

1943+
normalize-path@^3.0.0, normalize-path@~3.0.0:
1944+
version "3.0.0"
1945+
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
1946+
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
1947+
18761948
npm-run-path@^2.0.0:
18771949
version "2.0.2"
18781950
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
@@ -2092,6 +2164,11 @@ path-type@^3.0.0:
20922164
dependencies:
20932165
pify "^3.0.0"
20942166

2167+
picomatch@^2.0.4:
2168+
version "2.2.1"
2169+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
2170+
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
2171+
20952172
pify@^3.0.0:
20962173
version "3.0.0"
20972174
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
@@ -2195,6 +2272,13 @@ punycode@^2.1.0:
21952272
string_decoder "~1.1.1"
21962273
util-deprecate "~1.0.1"
21972274

2275+
readdirp@~3.2.0:
2276+
version "3.2.0"
2277+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.2.0.tgz#c30c33352b12c96dfb4b895421a49fd5a9593839"
2278+
integrity sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==
2279+
dependencies:
2280+
picomatch "^2.0.4"
2281+
21982282
regex-not@^1.0.0, regex-not@^1.0.2:
21992283
version "1.0.2"
22002284
resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
@@ -2667,6 +2751,13 @@ to-regex-range@^2.1.0:
26672751
is-number "^3.0.0"
26682752
repeat-string "^1.6.1"
26692753

2754+
to-regex-range@^5.0.1:
2755+
version "5.0.1"
2756+
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
2757+
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
2758+
dependencies:
2759+
is-number "^7.0.0"
2760+
26702761
to-regex@^3.0.1, to-regex@^3.0.2:
26712762
version "3.0.2"
26722763
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"

0 commit comments

Comments
 (0)