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

This commit is contained in:
Renovate Bot
2021-07-25 19:05:53 +00:00
committed by renovate[bot]
parent f02de3c64c
commit 50740f337c
2 changed files with 4 additions and 4 deletions

View File

@ -5924,9 +5924,9 @@
}
},
"mocha": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.2.tgz",
"integrity": "sha512-FpspiWU+UT9Sixx/wKimvnpkeW0mh6ROAKkIaPokj3xZgxeRhcna/k5X57jJghEr8X+Cgu/Vegf8zCX5ugSuTA==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz",
"integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==",
"dev": true,
"requires": {
"@ungap/promise-all-settled": "1.1.2",

View File

@ -54,7 +54,7 @@
"jsdom": "16.6.0",
"live-server": "1.2.1",
"lodash": "4.17.21",
"mocha": "9.0.2",
"mocha": "9.0.3",
"mock-require": "3.0.3",
"puppeteer": "10.1.0",
"readdirp": "3.6.0",