Skip to content

Commit 6b58631

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
Bump mocha from 6.1.2 to 6.1.3
Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v6.1.2...v6.1.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18bc483 commit 6b58631

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-node": "^8.0.1",
4646
"glob": "^7.0.0",
4747
"loader.js": "^4.7.0",
48-
"mocha": "^6.1.2",
48+
"mocha": "^6.1.3",
4949
"mockery": "^2.1.0",
5050
"nyc": "^13.3.0",
5151
"tmp-sync": "^1.1.0"

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6185,10 +6185,10 @@ mktemp@~0.4.0:
61856185
resolved "https://registry.yarnpkg.com/mktemp/-/mktemp-0.4.0.tgz#6d0515611c8a8c84e484aa2000129b98e981ff0b"
61866186
integrity sha1-bQUVYRyKjITkhKogABKbmOmB/ws=
61876187

6188-
mocha@^6.1.2:
6189-
version "6.1.2"
6190-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.2.tgz#31e960580ef709ef5f26bbe760547cf5207b44df"
6191-
integrity sha512-BgD2/RozoSC3uQK5R0isDcxjqaWw2n5HWdk8njYUyZf2NC79ErO5FtYVX52+rfqGoEgMfJf4fuG0IWh2TMzFoA==
6188+
mocha@^6.1.3:
6189+
version "6.1.3"
6190+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.3.tgz#79d1b370a92dfdb409e6f77bc395ca5afe4cdc93"
6191+
integrity sha512-QdE/w//EPHrqgT5PNRUjRVHy6IJAzAf1R8n2O8W8K2RZ+NbPfOD5cBDp+PGa2Gptep37C/TdBiaNwakppEzEbg==
61926192
dependencies:
61936193
ansi-colors "3.2.3"
61946194
browser-stdout "1.3.1"
@@ -6204,7 +6204,7 @@ mocha@^6.1.2:
62046204
minimatch "3.0.4"
62056205
mkdirp "0.5.1"
62066206
ms "2.1.1"
6207-
node-environment-flags "1.0.4"
6207+
node-environment-flags "1.0.5"
62086208
object.assign "4.1.0"
62096209
strip-json-comments "2.0.1"
62106210
supports-color "6.0.0"
@@ -6294,12 +6294,13 @@ no-case@^2.2.0:
62946294
dependencies:
62956295
lower-case "^1.1.1"
62966296

6297-
6298-
version "1.0.4"
6299-
resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.4.tgz#0b784a6551426bfc16d3b2208424dcbc2b2ff038"
6300-
integrity sha512-M9rwCnWVLW7PX+NUWe3ejEdiLYinRpsEre9hMkU/6NS4h+EEulYaDH1gCEZ2gyXsmw+RXYDaV2JkkTNcsPDJ0Q==
6297+
6298+
version "1.0.5"
6299+
resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.5.tgz#fa930275f5bf5dae188d6192b24b4c8bbac3d76a"
6300+
integrity sha512-VNYPRfGfmZLx0Ye20jWzHUjyTW/c+6Wq+iLhDzUI4XmhrDd9l/FozXV3F2xOaXjvp0co0+v1YSR3CMP6g+VvLQ==
63016301
dependencies:
63026302
object.getownpropertydescriptors "^2.0.3"
6303+
semver "^5.7.0"
63036304

63046305
node-fetch@^2.2.0:
63056306
version "2.3.0"
@@ -7381,6 +7382,11 @@ sane@^4.0.0:
73817382
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
73827383
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
73837384

7385+
semver@^5.7.0:
7386+
version "5.7.0"
7387+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
7388+
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
7389+
73847390
73857391
version "0.16.2"
73867392
resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"

0 commit comments

Comments
 (0)