Update dependency mocha to v9.1.1
This commit is contained in:
parent
d11526dda8
commit
05c4591aa8
|
@ -26,7 +26,7 @@
|
|||
"chai-as-promised": "7.1.1",
|
||||
"esm": "3.2.25",
|
||||
"fast-check": "2.17.0",
|
||||
"mocha": "9.1.0",
|
||||
"mocha": "9.1.1",
|
||||
"sinon": "11.1.2",
|
||||
"sinon-chai": "3.7.0",
|
||||
"source-map-support": "0.5.19",
|
||||
|
|
|
@ -547,10 +547,10 @@ minimatch@3.0.4, minimatch@^3.0.4:
|
|||
dependencies:
|
||||
brace-expansion "^1.1.7"
|
||||
|
||||
mocha@9.1.0:
|
||||
version "9.1.0"
|
||||
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.0.tgz#0a7aa6fc4f59d1015d4e11747d9104b752553c67"
|
||||
integrity sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg==
|
||||
mocha@9.1.1:
|
||||
version "9.1.1"
|
||||
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.1.tgz#33df2eb9c6262434630510c5f4283b36efda9b61"
|
||||
integrity sha512-0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA==
|
||||
dependencies:
|
||||
"@ungap/promise-all-settled" "1.1.2"
|
||||
ansi-colors "4.1.1"
|
||||
|
|
Loading…
Reference in New Issue