Merge pull request #1244 from Binaryify/renovate/mocha-8.x

chore(deps): update dependency mocha to v8.4.0
This commit is contained in:
binaryify 2021-06-02 11:44:07 +08:00 committed by GitHub
commit c2ba980a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View File

@ -28,7 +28,7 @@
"husky": "6.0.0",
"intelli-espower-loader": "1.0.1",
"lint-staged": "11.0.0",
"mocha": "8.3.2",
"mocha": "8.4.0",
"power-assert": "1.6.1",
"prettier": "2.3.0",
"typescript": "4.2.3"
@ -3460,9 +3460,9 @@
}
},
"node_modules/mocha": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz",
"integrity": "sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==",
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz",
"integrity": "sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==",
"dev": true,
"dependencies": {
"@ungap/promise-all-settled": "1.1.2",
@ -3497,6 +3497,10 @@
},
"engines": {
"node": ">= 10.12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mochajs"
}
},
"node_modules/mocha/node_modules/argparse": {
@ -8321,9 +8325,9 @@
}
},
"mocha": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz",
"integrity": "sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==",
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz",
"integrity": "sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==",
"dev": true,
"requires": {
"@ungap/promise-all-settled": "1.1.2",

View File

@ -57,7 +57,7 @@
"husky": "6.0.0",
"intelli-espower-loader": "1.0.1",
"lint-staged": "11.0.0",
"mocha": "8.3.2",
"mocha": "8.4.0",
"power-assert": "1.6.1",
"prettier": "2.3.0",
"typescript": "4.2.3"