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

This commit is contained in:
Renovate Bot
2021-08-28 14:22:57 +00:00
committed by renovate[bot]
parent f8aa621672
commit 9414ccd338
2 changed files with 4 additions and 4 deletions

View File

@ -5822,9 +5822,9 @@
} }
}, },
"mocha": { "mocha": {
"version": "9.1.0", "version": "9.1.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.0.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.1.tgz",
"integrity": "sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg==", "integrity": "sha512-0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@ungap/promise-all-settled": "1.1.2", "@ungap/promise-all-settled": "1.1.2",

View File

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