update: update dependency mocha to v7.2.0 (#369)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d656cdc64b
commit
10ff616398
|
@ -71,7 +71,7 @@
|
|||
"jsonpath-plus": "4.0.0",
|
||||
"lodash": "4.17.15",
|
||||
"minimatch": "3.0.4",
|
||||
"mocha": "7.1.2",
|
||||
"mocha": "7.2.0",
|
||||
"mock-fs": "4.12.0",
|
||||
"noicejs": "3.0.1",
|
||||
"nyc": "15.0.1",
|
||||
|
|
|
@ -2736,10 +2736,10 @@ mkdirp@^0.5.3:
|
|||
dependencies:
|
||||
minimist "^1.2.5"
|
||||
|
||||
mocha@7.1.2:
|
||||
version "7.1.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/mocha/-/mocha-7.1.2.tgz#8e40d198acf91a52ace122cd7599c9ab857b29e6"
|
||||
integrity sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA==
|
||||
mocha@7.2.0:
|
||||
version "7.2.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/mocha/-/mocha-7.2.0.tgz#01cc227b00d875ab1eed03a75106689cfed5a604"
|
||||
integrity sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==
|
||||
dependencies:
|
||||
ansi-colors "3.2.3"
|
||||
browser-stdout "1.3.1"
|
||||
|
|
Loading…
Reference in New Issue