chore(deps): update dependency mocha to v9.1.0

pull/43254/head^2
Renovate Bot 2021-08-20 08:10:00 +00:00 committed by renovate[bot]
parent ec9034751e
commit 0f1fbb4213
2 changed files with 7 additions and 7 deletions

View File

@ -5603,9 +5603,9 @@
}
},
"chalk": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dev": true,
"requires": {
"ansi-styles": "^4.1.0",
@ -5822,9 +5822,9 @@
}
},
"mocha": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz",
"integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.0.tgz",
"integrity": "sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg==",
"dev": true,
"requires": {
"@ungap/promise-all-settled": "1.1.2",

View File

@ -54,7 +54,7 @@
"jsdom": "16.7.0",
"live-server": "1.2.1",
"lodash": "4.17.21",
"mocha": "9.0.3",
"mocha": "9.1.0",
"mock-require": "3.0.3",
"puppeteer": "10.2.0",
"readdirp": "3.6.0",