update: update dependency mocha to v8.1.1
This commit is contained in:
parent
0db110fee7
commit
df3482f3c2
|
@ -47,7 +47,7 @@
|
|||
"eslint-plugin-sonarjs": "0.5.0",
|
||||
"esm": "3.2.25",
|
||||
"lodash": "4.17.19",
|
||||
"mocha": "8.1.0",
|
||||
"mocha": "8.1.1",
|
||||
"mock-fs": "4.12.0",
|
||||
"noicejs": "3.0.1",
|
||||
"nyc": "15.1.0",
|
||||
|
|
|
@ -2817,10 +2817,10 @@ mkdirp@^0.5.3:
|
|||
dependencies:
|
||||
minimist "^1.2.5"
|
||||
|
||||
mocha@8.1.0:
|
||||
version "8.1.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/mocha/-/mocha-8.1.0.tgz#e651d05dcc5e42389f3412c2173ca13352a8bacd"
|
||||
integrity sha512-sI0gaI1I/jPVu3KFpnveWGadfe3JNBAENqgTUPgLZAUppu725zS2mrVztzAgIR8DUscuS4doEBTx9LATC+HSeA==
|
||||
mocha@8.1.1:
|
||||
version "8.1.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/mocha/-/mocha-8.1.1.tgz#1de1ba4e9a2c955d96b84e469d7540848223592d"
|
||||
integrity sha512-p7FuGlYH8t7gaiodlFreseLxEmxTgvyG9RgPHODFPySNhwUehu8NIb0vdSt3WFckSneswZ0Un5typYcWElk7HQ==
|
||||
dependencies:
|
||||
ansi-colors "4.1.1"
|
||||
browser-stdout "1.3.1"
|
||||
|
|
Loading…
Reference in New Issue