Skip to content

Commit 9754f29

Browse files
chore(deps-dev): bump mocha from 7.0.1 to 7.1.0 (#841)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v7.0.1...v7.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1974f93 commit 9754f29

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-prettier": "^3.1.2",
7777
"glob": "^7.1.4",
7878
"milligram": "^1.3.0",
79-
"mocha": "^7.0.1",
79+
"mocha": "^7.1.0",
8080
"node-sass": "^4.13.1",
8181
"prettier": "^1.18.2",
8282
"prettylint": "^1.0.0",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3296,7 +3296,14 @@ lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.14, lodash@^4.17.15
32963296
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
32973297
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
32983298

3299-
log-symbols@2.2.0, log-symbols@^2.0.0:
3299+
log-symbols@3.0.0:
3300+
version "3.0.0"
3301+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
3302+
integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==
3303+
dependencies:
3304+
chalk "^2.4.2"
3305+
3306+
log-symbols@^2.0.0:
33003307
version "2.2.0"
33013308
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
33023309
integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==
@@ -3587,10 +3594,10 @@ mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkd
35873594
dependencies:
35883595
minimist "0.0.8"
35893596

3590-
mocha@^7.0.1:
3591-
version "7.0.1"
3592-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce"
3593-
integrity sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg==
3597+
mocha@^7.1.0:
3598+
version "7.1.0"
3599+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.0.tgz#c784f579ad0904d29229ad6cb1e2514e4db7d249"
3600+
integrity sha512-MymHK8UkU0K15Q/zX7uflZgVoRWiTjy0fXE/QjKts6mowUvGxOdPhZ2qj3b0iZdUrNZlW9LAIMFHB4IW+2b3EQ==
35943601
dependencies:
35953602
ansi-colors "3.2.3"
35963603
browser-stdout "1.3.1"
@@ -3603,7 +3610,7 @@ mocha@^7.0.1:
36033610
growl "1.10.5"
36043611
he "1.2.0"
36053612
js-yaml "3.13.1"
3606-
log-symbols "2.2.0"
3613+
log-symbols "3.0.0"
36073614
minimatch "3.0.4"
36083615
mkdirp "0.5.1"
36093616
ms "2.1.1"

0 commit comments

Comments
 (0)