update: update dependency mocha to v8.1.3 (#188)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e630dccb0a
commit
4d7f0b680b
|
@ -47,7 +47,7 @@
|
||||||
"eslint-plugin-sonarjs": "0.5.0",
|
"eslint-plugin-sonarjs": "0.5.0",
|
||||||
"esm": "3.2.25",
|
"esm": "3.2.25",
|
||||||
"lodash": "4.17.20",
|
"lodash": "4.17.20",
|
||||||
"mocha": "8.1.2",
|
"mocha": "8.1.3",
|
||||||
"mock-fs": "4.13.0",
|
"mock-fs": "4.13.0",
|
||||||
"noicejs": "3.0.1",
|
"noicejs": "3.0.1",
|
||||||
"nyc": "15.1.0",
|
"nyc": "15.1.0",
|
||||||
|
|
|
@ -2847,10 +2847,10 @@ mkdirp@^0.5.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
minimist "^1.2.5"
|
minimist "^1.2.5"
|
||||||
|
|
||||||
mocha@8.1.2:
|
mocha@8.1.3:
|
||||||
version "8.1.2"
|
version "8.1.3"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/mocha/-/mocha-8.1.2.tgz#d67fad13300e4f5cd48135a935ea566f96caf827"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/mocha/-/mocha-8.1.3.tgz#5e93f873e35dfdd69617ea75f9c68c2ca61c2ac5"
|
||||||
integrity sha512-I8FRAcuACNMLQn3lS4qeWLxXqLvGf6r2CaLstDpZmMUUSmvW6Cnm1AuHxgbc7ctZVRcfwspCRbDHymPsi3dkJw==
|
integrity sha512-ZbaYib4hT4PpF4bdSO2DohooKXIn4lDeiYqB+vTmCdr6l2woW0b6H3pf5x4sM5nwQMru9RvjjHYWVGltR50ZBw==
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-colors "4.1.1"
|
ansi-colors "4.1.1"
|
||||||
browser-stdout "1.3.1"
|
browser-stdout "1.3.1"
|
||||||
|
|
Loading…
Reference in New Issue